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