1 | /* $Id: changelog,v 1.1674 2001-09-06 22:16:40 phaller Exp $ */
|
---|
2 |
|
---|
3 | 2001-09-07: Patrick Haller <patrick.haller@innotek.de>
|
---|
4 | - include: o removed ./include/wine/server.h (Wine Server)
|
---|
5 | because of collisiton with server.h in OS/2 toolkit
|
---|
6 | - WNETAP32: o NetServerEnum implemented
|
---|
7 |
|
---|
8 | 2001-09-05: knut st. osmundsen <kosmunds@csc.com>
|
---|
9 | - src\*: o Added/fixed CVS $Id tag in source files.
|
---|
10 | Sorry, if this caused long checkout and compilation. :-)
|
---|
11 | - tools\database:
|
---|
12 | o Fixed a couple of bugs, just in case we get it online some day :-).
|
---|
13 | o More or less implemented @design notes.
|
---|
14 | - tools\dailybuild:
|
---|
15 | o Added automatic uploading of current odin32 api database.
|
---|
16 | (_test_ it at http://odin.netlabs.org/Odin32DBTest/Odin32DB.phtml)
|
---|
17 |
|
---|
18 | 2001-09-04: knut st. osmundsen <kosmunds@csc.com>
|
---|
19 | - FastDep: o Synced FastDep with OS2Tools.
|
---|
20 |
|
---|
21 | 2001-09-01: knut st. osmundsen <kosmunds@csc.com>
|
---|
22 | - Tools\CmdQd:
|
---|
23 | o Do DosExecPgm directly on programs when possible.
|
---|
24 | (It's not possible if multiple commands is specified in a job.)
|
---|
25 | o Path search result caching.
|
---|
26 | o Uses CMD.EXE nomatter what is in the COMSPEC.
|
---|
27 | o Corrected memory overwrite in output read loop.
|
---|
28 |
|
---|
29 | 2001-08-31: Patrick Haller <patrick.haller@innotek.de>
|
---|
30 | - KERNEL32: o Fix in MoveFileExW, MoveFileExA prevents stack corruption
|
---|
31 | in MS ACMSETUP
|
---|
32 | - USER32: o Fix in UnregisterClass for never reaching the destructor
|
---|
33 | of Win32class. ACMSETUP now working.
|
---|
34 | o graceful error handling if PostMessage fails due to
|
---|
35 | shared heap shortage
|
---|
36 |
|
---|
37 | 2001-08-30: Patrick Haller <patrick.haller@innotek.de>
|
---|
38 | - SHLWAPI: o Improvements on ordinal functions
|
---|
39 |
|
---|
40 | 2001-08-29: Patrick Haller <patrick.haller@innotek.de>
|
---|
41 | - USER32: o BUTTON.CPP: don't draw invisible buttons
|
---|
42 | (fixes MS ACMSETUP w/ OWNERDRAW pushbuttons)
|
---|
43 |
|
---|
44 | 2001-08-28: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
45 | - GDI32: o CreateDIBitmap: reverse bitmap for negative height
|
---|
46 | (fixes buttons in Abiword)
|
---|
47 |
|
---|
48 | 2001-08-27: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
49 | - USER32: o FillRect fix: brush 0 means current selected brush
|
---|
50 | (verified in NT4)
|
---|
51 | (fixes background in registration dialog of CVP)
|
---|
52 |
|
---|
53 | 2001-08-26: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
54 | - USER32: o Convert icon & cursor to OS/2 format in CreateIconIndirect,
|
---|
55 | CreateCursor & CreateIcon
|
---|
56 | o Convert RGB 555 to 565 for 16 bits icons and cursors
|
---|
57 | (win to os/2 icon/cursor conversion)
|
---|
58 | - SHELL32: o SHBrowseForFolderA fix: don't send dummy BFFM_SELCHANGED
|
---|
59 | during WM_INITDIALOG
|
---|
60 | (breaks folder dialog in CVP)
|
---|
61 |
|
---|
62 | 2001-08-25: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
63 | - KERNEL32: o Set last error to ERROR_ALREADY_EXISTS when CreateMutex,
|
---|
64 | CreateEvent or CreateSemaphore is called with existing
|
---|
65 | semaphore name.
|
---|
66 | - CUSTOMBUILD:
|
---|
67 | o Added riched32
|
---|
68 | - RICHED32: o Changes for custom build
|
---|
69 |
|
---|
70 | 2000-08-25: Yuri Dario <mc6530@mclink.it>
|
---|
71 | - USER32: o Button: don't send BN_PAINT/HILITE/UNHILITE/DISABLE
|
---|
72 | (not done in Wine either)
|
---|
73 |
|
---|
74 | 2001-08-23: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
75 | - OLEAUT32: o Wine updates
|
---|
76 | - QUARTZ: o Wine updates
|
---|
77 |
|
---|
78 | 2001-08-19: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
79 | - QUARTZ: o Added stub dll from Wine
|
---|
80 |
|
---|
81 | 2001-08-19: knut st. osmundsen <kosmunds@csc.com>
|
---|
82 | - Win32k.lib:
|
---|
83 | o OPEN_FLAGS_NOINHERIT when opening win32k. This is hopefully
|
---|
84 | a temporary fix on the missing env. mem. lock cleaning for
|
---|
85 | parent/child.
|
---|
86 |
|
---|
87 | 2001-08-16: Patrick Haller <patrick.haller@innotek.de>
|
---|
88 | - GDI32: o Optimization for dibsect::findSection()
|
---|
89 | (helps DeleteObject)
|
---|
90 |
|
---|
91 | 2001-08-16: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
92 | - INSTALL: o Add date when odininst was last run to odin.ini
|
---|
93 | [ODINSYSTEM]
|
---|
94 | INSTALLDATE=Thu Aug 16 23:28:01 2001
|
---|
95 |
|
---|
96 | 2001-08-16: knut st. osmundsen <kosmunds@csc.com>
|
---|
97 | - Tools\CmdQd:
|
---|
98 | o Added command queue daemon which is used in the multiple job
|
---|
99 | build feature.
|
---|
100 | - Makefiles:
|
---|
101 | o Implemented multiple job build feature. This works like
|
---|
102 | GNU Make --jobs[=N].
|
---|
103 | <ul>
|
---|
104 | <li> Start the daemon tools\bin\cmdqd init <N> where N is the
|
---|
105 | then number of workers. Need tools have to be made first.
|
---|
106 | <li> Define the env.var. MULTIJOBS to enable this feature.
|
---|
107 | <li> Do make as usual.
|
---|
108 | <li> tools\bin\cmdqd kill to kill the daemon.
|
---|
109 | </ul>
|
---|
110 | o This feature will speedup make of single modules alot on SMP
|
---|
111 | machines.
|
---|
112 |
|
---|
113 | 2000-08-14: Carsten Tenbrink <Carsten@C-Tenbrink.DE>
|
---|
114 | - CAPI2032: o Fix for applications that register with CAPI twice
|
---|
115 |
|
---|
116 | 2001-08-10: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
117 | - INSTALL: o Add COM registry keys for OLE32 & OLEAUT32
|
---|
118 | o Add OdinBug report generator made by Herwig Bauernfeind
|
---|
119 | - USER32: o Work dir change for object creation
|
---|
120 |
|
---|
121 | 2001-08-09: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
122 | - USER32: o Rewrote PostThreadMessage
|
---|
123 | (fixes RealPlayer 8 install)
|
---|
124 | o Use WinQueueFromID to query message queue handle of first thread
|
---|
125 | o Convert 32x32 icon to 40x40 by centering it instead of scaling
|
---|
126 | - KERNEL32: o Use WinQueueFromID to query message queue handle of new thread
|
---|
127 | - SHELL32: o Fill in complete resource dir for icon conversion
|
---|
128 | - OLEAUT32: o Updated olepicture + typelib with latest Wine code
|
---|
129 |
|
---|
130 | 2001-08-08: knut st. osmundsen <kosmunds@csc.com>
|
---|
131 | - Win32k: o Ignore ERROR_DRIVE_LOCKED (chkdsk/format) error in
|
---|
132 | Pe2Lx::openPath2.
|
---|
133 |
|
---|
134 | 2001-08-08: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
135 | - SHELL32: o Fix for shell link with single icon instead of icon group
|
---|
136 | o Shell icon save fix (again fopen without binary mode)
|
---|
137 | - USER32: o Icon conversion moved here + fixed
|
---|
138 | - KERNEL32: o Removed icon conversion
|
---|
139 | - INSTALL: o Add program object for Registry Editor to Odin folder
|
---|
140 |
|
---|
141 | 2001-08-07: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
142 | - INSTALL: o Create Odin folder with program objects for readme, changelog
|
---|
143 | and license files.
|
---|
144 | - USER32: o Added function to create program objects + folders
|
---|
145 | - SHELL32: o Create program objects during installation of windows
|
---|
146 | applications
|
---|
147 | (Desktop objects created on the OS/2 desktop; program objects
|
---|
148 | created in app folder inside Odin folder)
|
---|
149 | - KERNEL32: o Put back source files to convert icons and icon groups
|
---|
150 | (not working right yet)
|
---|
151 |
|
---|
152 | 2001-08-06: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
153 | - KERNEL32: o Check for ERROR_ACCESS_DENIED in CreateProcess
|
---|
154 | (fixes Notes + installers)
|
---|
155 | o Memory map fixes (GetCurrentProcess returns handles
|
---|
156 | that are not unique)
|
---|
157 | o Init fix for logfile names of multiple processes
|
---|
158 | o Support different ordinal base for custom build
|
---|
159 | - CUSTOMBUILD:
|
---|
160 | o Add SHLWAPI exports + changes for ordinal exports
|
---|
161 |
|
---|
162 | 2001-08-06: Dietrich Teickner <Dietrich_Teickner@t-online.de>
|
---|
163 | - COMCTL32: o Datetime fixes
|
---|
164 |
|
---|
165 | 2001-08-04: knut st. osmundsen <kosmunds@csc.com>
|
---|
166 | - Makefiles:
|
---|
167 | o Depend on libraries. (Thanks goes to Yuri for this!)
|
---|
168 |
|
---|
169 | 2001-08-04: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
170 | - CUSTOMBUILD:
|
---|
171 | o Add registration of gdi32 & advapi32
|
---|
172 | o Use toupperW in kernel32 instead of toupper (C runtime lib)
|
---|
173 | o Removed NTDLL dependency
|
---|
174 | - CRTDLL: o Use toupperW in kernel32 instead of toupper (C runtime lib)
|
---|
175 | - TESTDRV: o Added sample of device specific driver dll
|
---|
176 |
|
---|
177 | 2001-08-03: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
178 | - KERNEL32: o Temporarily disabled new name lookup (resources) until
|
---|
179 | the real problem is located (wrc).
|
---|
180 | (fixes preference page in Opera)
|
---|
181 |
|
---|
182 | 2001-08-02: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
183 | - GDI32: o Set codepage of HDC returned by CreateDCA
|
---|
184 | - COMDLG32: o Set codepage of HDC returned by PrintDlgA
|
---|
185 | (fixes codepage problems while printing in Opera)
|
---|
186 |
|
---|