source: trunk/changelog@ 6485

Last change on this file since 6485 was 6485, checked in by sandervl, 24 years ago

* empty log message *

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