source: trunk/changelog@ 6576

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

* empty log message *

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