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
RevLine 
[6491]1/* $Id: changelog,v 1.1642 2001-08-08 15:25:13 sandervl Exp $ */
[6074]2
[6485]3 2001-08-08: Sander van Leeuwen <sandervl@xs4all.nl>
4 - SHELL32: o Fix for shell link with single icon instead of icon group
[6491]5 o Shell icon save fix (again fopen without binary mode)
[6485]6 - USER32: o Icon conversion moved here + fixed
7 - KERNEL32: o Removed icon conversion
[6489]8 - INSTALL: o Add program object for Registry Editor to Odin folder
[6485]9
[6478]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
[6465]21 2001-08-06: Sander van Leeuwen <sandervl@xs4all.nl>
[6476]22 - KERNEL32: o Check for ERROR_ACCESS_DENIED in CreateProcess
[6465]23 (fixes Notes + installers)
24 o Memory map fixes (GetCurrentProcess returns handles
[6478]25 that are not unique)
[6465]26 o Init fix for logfile names of multiple processes
[6474]27 o Support different ordinal base for custom build
28 - CUSTOMBUILD:
29 o Add SHLWAPI exports + changes for ordinal exports
[6465]30
31 2001-08-06: Dietrich Teickner <Dietrich_Teickner@t-online.de>
32 - COMCTL32: o Datetime fixes
33
[6476]34 2001-08-04: knut st. osmundsen <kosmunds@csc.com>
35 - Makefiles:
36 o Depend on libraries. (Thanks goes to Yuri for this!)
37
[6451]38 2001-08-04: Sander van Leeuwen <sandervl@xs4all.nl>
[6476]39 - CUSTOMBUILD:
[6451]40 o Add registration of gdi32 & advapi32
[6454]41 o Use toupperW in kernel32 instead of toupper (C runtime lib)
[6460]42 o Removed NTDLL dependency
[6454]43 - CRTDLL: o Use toupperW in kernel32 instead of toupper (C runtime lib)
[6456]44 - TESTDRV: o Added sample of device specific driver dll
[6451]45
[6441]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
[6434]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.