source: trunk/changelog@ 6544

Last change on this file since 6544 was 6544, checked in by bird, 24 years ago

* empty log message *

File size: 4.3 KB
Line 
1/* $Id: changelog,v 1.1649 2001-08-16 04:33:12 bird Exp $ */
2
3 2001-08-16: knut st. osmundsen <kosmunds@csc.com>
4 - Tools\CmdQd:
5 o Added command queue daemon which is used in the multiple job
6 build feature.
7 - Makefiles:
8 o Implemented multiple job build feature. This works like
9 GNU Make --jobs[=N].
10 <ul>
11 <li> Start the daemon tools\bin\cmdqd init <N> where N is the
12 then number of workers. Need tools have to be made first.
13 <li> Define the env.var. MULTIJOBS to enable this feature.
14 <li> Do make as usual.
15 <li> tools\bin\cmdqd kill to kill the daemon.
16 </ul>
17 o This feature will speedup make of single modules alot on SMP
18 machines.
19
20 2001-08-10: Sander van Leeuwen <sandervl@xs4all.nl>
21 - INSTALL: o Add COM registry keys for OLE32 & OLEAUT32
22 o Add OdinBug report generator made by Herwig Bauernfeind
23 - USER32: o Work dir change for object creation
24
25 2001-08-09: Sander van Leeuwen <sandervl@xs4all.nl>
26 - USER32: o Rewrote PostThreadMessage
27 (fixes RealPlayer 8 install)
28 o Use WinQueueFromID to query message queue handle of first thread
29 o Convert 32x32 icon to 40x40 by centering it instead of scaling
30 - KERNEL32: o Use WinQueueFromID to query message queue handle of new thread
31 - SHELL32: o Fill in complete resource dir for icon conversion
32 - OLEAUT32: o Updated olepicture + typelib with latest Wine code
33
34 2001-08-08: knut st. osmundsen <kosmunds@csc.com>
35 - Win32k: o Ignore ERROR_DRIVE_LOCKED (chkdsk/format) error in
36 Pe2Lx::openPath2.
37
38 2001-08-08: Sander van Leeuwen <sandervl@xs4all.nl>
39 - SHELL32: o Fix for shell link with single icon instead of icon group
40 o Shell icon save fix (again fopen without binary mode)
41 - USER32: o Icon conversion moved here + fixed
42 - KERNEL32: o Removed icon conversion
43 - INSTALL: o Add program object for Registry Editor to Odin folder
44
45 2001-08-07: Sander van Leeuwen <sandervl@xs4all.nl>
46 - INSTALL: o Create Odin folder with program objects for readme, changelog
47 and license files.
48 - USER32: o Added function to create program objects + folders
49 - SHELL32: o Create program objects during installation of windows
50 applications
51 (Desktop objects created on the OS/2 desktop; program objects
52 created in app folder inside Odin folder)
53 - KERNEL32: o Put back source files to convert icons and icon groups
54 (not working right yet)
55
56 2001-08-06: Sander van Leeuwen <sandervl@xs4all.nl>
57 - KERNEL32: o Check for ERROR_ACCESS_DENIED in CreateProcess
58 (fixes Notes + installers)
59 o Memory map fixes (GetCurrentProcess returns handles
60 that are not unique)
61 o Init fix for logfile names of multiple processes
62 o Support different ordinal base for custom build
63 - CUSTOMBUILD:
64 o Add SHLWAPI exports + changes for ordinal exports
65
66 2001-08-06: Dietrich Teickner <Dietrich_Teickner@t-online.de>
67 - COMCTL32: o Datetime fixes
68
69 2001-08-04: knut st. osmundsen <kosmunds@csc.com>
70 - Makefiles:
71 o Depend on libraries. (Thanks goes to Yuri for this!)
72
73 2001-08-04: Sander van Leeuwen <sandervl@xs4all.nl>
74 - CUSTOMBUILD:
75 o Add registration of gdi32 & advapi32
76 o Use toupperW in kernel32 instead of toupper (C runtime lib)
77 o Removed NTDLL dependency
78 - CRTDLL: o Use toupperW in kernel32 instead of toupper (C runtime lib)
79 - TESTDRV: o Added sample of device specific driver dll
80
81 2001-08-03: Sander van Leeuwen <sandervl@xs4all.nl>
82 - KERNEL32: o Temporarily disabled new name lookup (resources) until
83 the real problem is located (wrc).
84 (fixes preference page in Opera)
85
86 2001-08-02: Sander van Leeuwen <sandervl@xs4all.nl>
87 - GDI32: o Set codepage of HDC returned by CreateDCA
88 - COMDLG32: o Set codepage of HDC returned by PrintDlgA
89 (fixes codepage problems while printing in Opera)
90
Note: See TracBrowser for help on using the repository browser.