/* $Id: changelog,v 1.1645 2001-08-09 15:01:30 sandervl Exp $ */

 2001-08-09: Sander van Leeuwen <sandervl@xs4all.nl>
    - USER32:   o Rewrote PostThreadMessage
                  (fixes RealPlayer 8 install)
                o Use WinQueueFromID to query message queue handle of first thread
                o Convert 32x32 icon to 40x40 by centering it instead of scaling
    - KERNEL32: o Use WinQueueFromID to query message queue handle of new thread
    - SHELL32:  o Fill in complete resource dir for icon conversion

 2001-08-08: knut st. osmundsen <kosmunds@csc.com>
    - Win32k:   o Ignore ERROR_DRIVE_LOCKED (chkdsk/format) error in
                  Pe2Lx::openPath2.

 2001-08-08: Sander van Leeuwen <sandervl@xs4all.nl>
    - SHELL32:  o Fix for shell link with single icon instead of icon group
                o Shell icon save fix (again fopen without binary mode)
    - USER32:   o Icon conversion moved here + fixed
    - KERNEL32: o Removed icon conversion
    - INSTALL:  o Add program object for Registry Editor to Odin folder

 2001-08-07: Sander van Leeuwen <sandervl@xs4all.nl>
    - INSTALL:  o Create Odin folder with program objects for readme, changelog
                  and license files.
    - USER32:   o Added function to create program objects + folders
    - SHELL32:  o Create program objects during installation of windows
                  applications
                  (Desktop objects created on the OS/2 desktop; program objects
                   created in app folder inside Odin folder)
    - KERNEL32: o Put back source files to convert icons and icon groups
                  (not working right yet)

 2001-08-06: Sander van Leeuwen <sandervl@xs4all.nl>
    - KERNEL32: o Check for ERROR_ACCESS_DENIED in CreateProcess
                  (fixes Notes + installers)
                o Memory map fixes (GetCurrentProcess returns handles
                  that are not unique)
                o Init fix for logfile names of multiple processes
                o Support different ordinal base for custom build
    - CUSTOMBUILD:
                o Add SHLWAPI exports + changes for ordinal exports

 2001-08-06: Dietrich Teickner <Dietrich_Teickner@t-online.de>
    - COMCTL32: o Datetime fixes

 2001-08-04: knut st. osmundsen <kosmunds@csc.com>
    - Makefiles:
                o Depend on libraries. (Thanks goes to Yuri for this!)

 2001-08-04: Sander van Leeuwen <sandervl@xs4all.nl>
    - CUSTOMBUILD:
                o Add registration of gdi32 & advapi32
                o Use toupperW in kernel32 instead of toupper (C runtime lib)
                o Removed NTDLL dependency
    - CRTDLL:   o Use toupperW in kernel32 instead of toupper (C runtime lib)
    - TESTDRV:  o Added sample of device specific driver dll

 2001-08-03: Sander van Leeuwen <sandervl@xs4all.nl>
    - KERNEL32: o Temporarily disabled new name lookup (resources) until
                  the real problem is located (wrc).
                  (fixes preference page in Opera)

 2001-08-02: Sander van Leeuwen <sandervl@xs4all.nl>
    - GDI32:    o Set codepage of HDC returned by CreateDCA
    - COMDLG32: o Set codepage of HDC returned by PrintDlgA
                  (fixes codepage problems while printing in Opera)

