source: trunk/changelog@ 6566

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

* empty log message *

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