source: trunk/changelog@ 6581

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

* empty log message *

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