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