source: trunk/changelog@ 6514

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

* empty log message *

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