source: trunk/changelog@ 6498

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

* empty log message *

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