| 1 | /* $Id: changelog,v 1.1651 2001-08-16 21:33:59 sandervl Exp $ */
 | 
|---|
| 2 | 
 | 
|---|
| 3 |  2001-08-16: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
| 4 |     - INSTALL:  o Add date when odininst was last run to odin.ini
 | 
|---|
| 5 |                   [ODINSYSTEM]
 | 
|---|
| 6 |                   INSTALLDATE=Thu Aug 16 23:28:01 2001
 | 
|---|
| 7 | 
 | 
|---|
| 8 |  2001-08-16: knut st. osmundsen <kosmunds@csc.com>
 | 
|---|
| 9 |     - Tools\CmdQd:
 | 
|---|
| 10 |                 o Added command queue daemon which is used in the multiple job
 | 
|---|
| 11 |                   build feature.
 | 
|---|
| 12 |     - Makefiles:
 | 
|---|
| 13 |                 o Implemented multiple job build feature. This works like
 | 
|---|
| 14 |                   GNU Make --jobs[=N].
 | 
|---|
| 15 |                   <ul>
 | 
|---|
| 16 |                   <li> Start the daemon tools\bin\cmdqd init <N> where N is the
 | 
|---|
| 17 |                        then number of workers. Need tools have to be made first.
 | 
|---|
| 18 |                   <li> Define the env.var. MULTIJOBS to enable this feature.
 | 
|---|
| 19 |                   <li> Do make as usual.
 | 
|---|
| 20 |                   <li> tools\bin\cmdqd kill to kill the daemon.
 | 
|---|
| 21 |                   </ul>
 | 
|---|
| 22 |                 o This feature will speedup make of single modules alot on SMP
 | 
|---|
| 23 |                   machines.
 | 
|---|
| 24 | 
 | 
|---|
| 25 |  2000-08-14: Carsten Tenbrink <Carsten@C-Tenbrink.DE>
 | 
|---|
| 26 |     - CAPI2032: o Fix for applications that register with CAPI twice
 | 
|---|
| 27 | 
 | 
|---|
| 28 |  2001-08-10: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
| 29 |     - INSTALL:  o Add COM registry keys for OLE32 & OLEAUT32
 | 
|---|
| 30 |                 o Add OdinBug report generator made by Herwig Bauernfeind
 | 
|---|
| 31 |     - USER32:   o Work dir change for object creation
 | 
|---|
| 32 | 
 | 
|---|
| 33 |  2001-08-09: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
| 34 |     - USER32:   o Rewrote PostThreadMessage
 | 
|---|
| 35 |                   (fixes RealPlayer 8 install)
 | 
|---|
| 36 |                 o Use WinQueueFromID to query message queue handle of first thread
 | 
|---|
| 37 |                 o Convert 32x32 icon to 40x40 by centering it instead of scaling
 | 
|---|
| 38 |     - KERNEL32: o Use WinQueueFromID to query message queue handle of new thread
 | 
|---|
| 39 |     - SHELL32:  o Fill in complete resource dir for icon conversion
 | 
|---|
| 40 |     - OLEAUT32: o Updated olepicture + typelib with latest Wine code
 | 
|---|
| 41 | 
 | 
|---|
| 42 |  2001-08-08: knut st. osmundsen <kosmunds@csc.com>
 | 
|---|
| 43 |     - Win32k:   o Ignore ERROR_DRIVE_LOCKED (chkdsk/format) error in
 | 
|---|
| 44 |                   Pe2Lx::openPath2.
 | 
|---|
| 45 | 
 | 
|---|
| 46 |  2001-08-08: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
| 47 |     - SHELL32:  o Fix for shell link with single icon instead of icon group
 | 
|---|
| 48 |                 o Shell icon save fix (again fopen without binary mode)
 | 
|---|
| 49 |     - USER32:   o Icon conversion moved here + fixed
 | 
|---|
| 50 |     - KERNEL32: o Removed icon conversion
 | 
|---|
| 51 |     - INSTALL:  o Add program object for Registry Editor to Odin folder
 | 
|---|
| 52 | 
 | 
|---|
| 53 |  2001-08-07: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
| 54 |     - INSTALL:  o Create Odin folder with program objects for readme, changelog
 | 
|---|
| 55 |                   and license files.
 | 
|---|
| 56 |     - USER32:   o Added function to create program objects + folders
 | 
|---|
| 57 |     - SHELL32:  o Create program objects during installation of windows
 | 
|---|
| 58 |                   applications
 | 
|---|
| 59 |                   (Desktop objects created on the OS/2 desktop; program objects
 | 
|---|
| 60 |                    created in app folder inside Odin folder)
 | 
|---|
| 61 |     - KERNEL32: o Put back source files to convert icons and icon groups
 | 
|---|
| 62 |                   (not working right yet)
 | 
|---|
| 63 | 
 | 
|---|
| 64 |  2001-08-06: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
| 65 |     - KERNEL32: o Check for ERROR_ACCESS_DENIED in CreateProcess
 | 
|---|
| 66 |                   (fixes Notes + installers)
 | 
|---|
| 67 |                 o Memory map fixes (GetCurrentProcess returns handles
 | 
|---|
| 68 |                   that are not unique)
 | 
|---|
| 69 |                 o Init fix for logfile names of multiple processes
 | 
|---|
| 70 |                 o Support different ordinal base for custom build
 | 
|---|
| 71 |     - CUSTOMBUILD:
 | 
|---|
| 72 |                 o Add SHLWAPI exports + changes for ordinal exports
 | 
|---|
| 73 | 
 | 
|---|
| 74 |  2001-08-06: Dietrich Teickner <Dietrich_Teickner@t-online.de>
 | 
|---|
| 75 |     - COMCTL32: o Datetime fixes
 | 
|---|
| 76 | 
 | 
|---|
| 77 |  2001-08-04: knut st. osmundsen <kosmunds@csc.com>
 | 
|---|
| 78 |     - Makefiles:
 | 
|---|
| 79 |                 o Depend on libraries. (Thanks goes to Yuri for this!)
 | 
|---|
| 80 | 
 | 
|---|
| 81 |  2001-08-04: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
| 82 |     - CUSTOMBUILD:
 | 
|---|
| 83 |                 o Add registration of gdi32 & advapi32
 | 
|---|
| 84 |                 o Use toupperW in kernel32 instead of toupper (C runtime lib)
 | 
|---|
| 85 |                 o Removed NTDLL dependency
 | 
|---|
| 86 |     - CRTDLL:   o Use toupperW in kernel32 instead of toupper (C runtime lib)
 | 
|---|
| 87 |     - TESTDRV:  o Added sample of device specific driver dll
 | 
|---|
| 88 | 
 | 
|---|
| 89 |  2001-08-03: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
| 90 |     - KERNEL32: o Temporarily disabled new name lookup (resources) until
 | 
|---|
| 91 |                   the real problem is located (wrc).
 | 
|---|
| 92 |                   (fixes preference page in Opera)
 | 
|---|
| 93 | 
 | 
|---|
| 94 |  2001-08-02: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
| 95 |     - GDI32:    o Set codepage of HDC returned by CreateDCA
 | 
|---|
| 96 |     - COMDLG32: o Set codepage of HDC returned by PrintDlgA
 | 
|---|
| 97 |                   (fixes codepage problems while printing in Opera)
 | 
|---|
| 98 | 
 | 
|---|