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