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