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