[6494] | 1 | /* $Id: changelog,v 1.1643 2001-08-08 17:26:40 bird Exp $ */
|
---|
[6074] | 2 |
|
---|
[6494] | 3 | 2001-08-08: knut st. osmundsen <kosmunds@csc.com>
|
---|
| 4 | - Win32k: o Ignore ERROR_DRIVE_LOCKED (chkdsk/format) error in
|
---|
| 5 | Pe2Lx::openPath2.
|
---|
| 6 |
|
---|
[6485] | 7 | 2001-08-08: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 8 | - SHELL32: o Fix for shell link with single icon instead of icon group
|
---|
[6491] | 9 | o Shell icon save fix (again fopen without binary mode)
|
---|
[6485] | 10 | - USER32: o Icon conversion moved here + fixed
|
---|
| 11 | - KERNEL32: o Removed icon conversion
|
---|
[6489] | 12 | - INSTALL: o Add program object for Registry Editor to Odin folder
|
---|
[6485] | 13 |
|
---|
[6478] | 14 | 2001-08-07: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 15 | - INSTALL: o Create Odin folder with program objects for readme, changelog
|
---|
| 16 | and license files.
|
---|
| 17 | - USER32: o Added function to create program objects + folders
|
---|
[6494] | 18 | - SHELL32: o Create program objects during installation of windows
|
---|
[6478] | 19 | applications
|
---|
| 20 | (Desktop objects created on the OS/2 desktop; program objects
|
---|
| 21 | created in app folder inside Odin folder)
|
---|
| 22 | - KERNEL32: o Put back source files to convert icons and icon groups
|
---|
| 23 | (not working right yet)
|
---|
| 24 |
|
---|
[6465] | 25 | 2001-08-06: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[6476] | 26 | - KERNEL32: o Check for ERROR_ACCESS_DENIED in CreateProcess
|
---|
[6465] | 27 | (fixes Notes + installers)
|
---|
| 28 | o Memory map fixes (GetCurrentProcess returns handles
|
---|
[6478] | 29 | that are not unique)
|
---|
[6465] | 30 | o Init fix for logfile names of multiple processes
|
---|
[6474] | 31 | o Support different ordinal base for custom build
|
---|
| 32 | - CUSTOMBUILD:
|
---|
| 33 | o Add SHLWAPI exports + changes for ordinal exports
|
---|
[6465] | 34 |
|
---|
| 35 | 2001-08-06: Dietrich Teickner <Dietrich_Teickner@t-online.de>
|
---|
| 36 | - COMCTL32: o Datetime fixes
|
---|
| 37 |
|
---|
[6476] | 38 | 2001-08-04: knut st. osmundsen <kosmunds@csc.com>
|
---|
| 39 | - Makefiles:
|
---|
| 40 | o Depend on libraries. (Thanks goes to Yuri for this!)
|
---|
| 41 |
|
---|
[6451] | 42 | 2001-08-04: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[6476] | 43 | - CUSTOMBUILD:
|
---|
[6451] | 44 | o Add registration of gdi32 & advapi32
|
---|
[6454] | 45 | o Use toupperW in kernel32 instead of toupper (C runtime lib)
|
---|
[6460] | 46 | o Removed NTDLL dependency
|
---|
[6454] | 47 | - CRTDLL: o Use toupperW in kernel32 instead of toupper (C runtime lib)
|
---|
[6456] | 48 | - TESTDRV: o Added sample of device specific driver dll
|
---|
[6451] | 49 |
|
---|
[6441] | 50 | 2001-08-03: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 51 | - KERNEL32: o Temporarily disabled new name lookup (resources) until
|
---|
| 52 | the real problem is located (wrc).
|
---|
| 53 | (fixes preference page in Opera)
|
---|
| 54 |
|
---|
[6434] | 55 | 2001-08-02: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 56 | - GDI32: o Set codepage of HDC returned by CreateDCA
|
---|
| 57 | - COMDLG32: o Set codepage of HDC returned by PrintDlgA
|
---|
| 58 | (fixes codepage problems while printing in Opera)
|
---|
| 59 |
|
---|