source: trunk/changelog@ 6491

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

* empty log message *

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