source: trunk/changelog@ 8731

Last change on this file since 8731 was 8731, checked in by bird, 23 years ago

* empty log message *

File size: 18.3 KB
Line 
1/* $Id: changelog,v 1.2177 2002-06-20 02:37:14 bird Exp $ */
2
3 2002-06-20: knut st. osmundsen <bird@anduin.net>
4 - INSTALL: o Corrected quoting typos. ('User's Guide' -> 'User''s Guide')
5 - Tools: o Added ExecTestcase.cmd for executing a testing and do
6 result logging.
7 - Make: o Added TS_EXEC* and TS_LOGFILE macros to testsuite.tools.mk.
8 - Testsuite:
9 o Use ExecTestcase.cmd for executing the testcases.
10 Logging & execute all testcases nomatter return values.
11 o Added watcomc.mak which is pretty simple watcom tests.
12 (currently noone of them really work 100%.)
13 o TODO: Make a timeout executer which kills the children when
14 they've been executing too long. This is required in order to
15 run the testsuite without human interaction.
16
17 2002-06-19: Sander van Leeuwen <sandervl@innotek.de>
18 - OLE32: o Drag 'n drop fixes
19
20 2002-06-18: Sander van Leeuwen <sandervl@innotek.de>
21 - DINPUT: o SysMouseAImpl_GetDeviceData: check if internal dinput
22 mouse state is out of sync and update if necessary
23
24 2002-06-18: knut st. osmundsen <bird@anduin.net>
25 - Win32k: o Fixed compiler warning which caused the M$ compiler
26 to choke on some systems.
27 - Testsuite:
28 o A collection of testcases running real win32 apps.
29 Not finished, just an idea currently, intended for
30 testing odin releases and changes.
31 Currently limiting ourselfs to CUI progs.
32 o A simple DoxyGen testcase is checked in.
33 o Read the micro howto in testsuite/Makefile.
34 - Make: o Synced with outside world. (NMAKE5 changes mostly.)
35 o Added support for TARGET_MODE = TESTCASE.
36 o Added separate tools file for the testsuite.
37
38 2002-06-17: Sander van Leeuwen <sandervl@innotek.de>
39 - USER32: o Disabled drag 'n drop temporarily (not yet stable)
40
41 2002-06-16: Sander van Leeuwen <sandervl@innotek.de>
42 - KERNEL32: o Expand string when converting REG_EXPAND_SZ to REG_SZ
43 o Removed: LoadLibraryExA: expand library filename
44 (doesn't happen in Windows)
45 - INSTALL: o Create object for Odin User's Manual + fixed object
46 creation for OdinBug Manual
47 o Include OdinBug.HLP & OdinUser.INF
48 - SHELL32: o Fixed desktop object creation during win32 app install
49
50 2002-06-15: Sander van Leeuwen <sandervl@innotek.de>
51 - SETUPAPI: o Wine resync + added debug wrappers
52 - KERNEL32: o Added strtolW & strtoulW from Wine/X11 (for setupapi)
53 o Check for NULL parameters in GetFullPathNameW
54 o hmfile.cpp: ParsePath fix; check boundary
55 o LoadLibraryExA: expand library filename; might contain
56 environment variables
57 o RegSetValueExA: translate REG_EXPAND_SZ into REG_SZ;
58 registry.dll doesn't like this type for some reason
59 - USER32: o Do proper filtering for PeekMessage
60 - NTDLL: o Forward heap functions to kernel32
61 - QUARTZ: o Removed old code (stub dll now)
62 - AVIFIL32: o Resync with Wine
63 - INSTALL: o Add MS Shell Dlg->WarpSans font conversion
64
65 2002-06-13: Sander van Leeuwen <sandervl@innotek.de>
66 - USER32: o SetCustomWndHandleSemName added to override shared semaphore
67 name used to synchronize global window handle array access
68 (to avoid name clash with Odin)
69 - KERNEL32: o SetCustomMMapSemName added to override shared semaphore
70 name used to synchronize global memory map list access
71 (to avoid name clash with Odin)
72
73 2002-06-13: Platon Fomichev <platon@innotek.de>
74 - USER32: o Only minimize or maximize window if appropriate style flag set
75
76 2002-06-12: Sander van Leeuwen <sandervl@innotek.de>
77 - KERNEL32: o If bytes present in COM device buffer, read them directly;
78 even for overlapped IO calls.
79
80 2002-06-11: Platon Fomichev <platon@innotek.de>
81 - SHELL32: o Ignore name changes for 'My Computer' and other non-file
82 objects (file dialogs)
83
84 2002-06-11: Sander van Leeuwen <sandervl@innotek.de>
85 - OLEAUT32, SHELL32:
86 o Some Wine updates
87 - KERNEL32: o Overlapped IO bugfixes
88 o Thread TEB linking bugfix
89 o Setup TEB structure before creating thread. Otherwise it's
90 created too late and thread functions called by the app
91 right after thread creation will fail.(e.g. SetThreadPriority)
92
93 2002-06-10: Herwig Bauernfeind <herwig.bauernfeind@aon.at>
94 - TOOLS\ODINBUG:
95 o Added VX-REXX sources for OdinBug
96 - DOC: o OdinBug.HLP update
97 - BIN: o OdinBug.exe update
98
99 2002-06-10: Sander van Leeuwen <sandervl@xs4all.nl>
100 - OLE32: o Fixed bug in StgStreamImpl_Seek
101 - USER32: o Don't repaint groupbox in WM_SETFONT if control isn't visible
102 (fixes crash in Java 1.4 install)
103 - KERNEL32: o Don't use user supplied pointers in ReadFile/WriteFile for
104 overlapped IO
105
106 2002-06-09: knut st. osmundsen <bird@anduin.net>
107 - Makefiles:
108 o Exclude dummy.c from the dependencies.
109
110 2002-06-09: Herwig Bauernfeind <herwig.bauernfeind@aon.at>
111 - KERNEL32: o Corrections for Austrian NLS file
112
113 2002-06-09: Sander van Leeuwen <sandervl@xs4all.nl>
114 - USER32: o SendMessageTimeoutA/W fixes for inter-process/thread message
115 communication
116 (fixes OpenOffice 1.0 crash during install (at 76%))
117 o Skip window handle 0x68000000 (otherwise more difficult
118 to compare logs with old builds)
119 o Logging changes for comparing source file names
120 o WS_CHILD style change in SetWindowLong (GWL_STYLE) *is* allowed
121 (fixes Java 1.4 installation (first dialog))
122 - COMDLG32: o GetFileDialog95W fix (check if template name is string or
123 numeric id)
124 (fixes OpenOffice 1.0 file open dialog crash)
125 - WININET: o Fixed shlwapi imports
126 - OLE32: o Resync with latest Wine
127 - OLEAUT32: o Resync with latest Wine
128
129 2002-06-08: Sander van Leeuwen <sandervl@xs4all.nl>
130 - SHELL32: o Moved resource files to subdir
131 - COMDLG32: o Compile fix + moved resource files to subdir
132 - KERNEL32: o Export OSLibDosDevIOCtl
133 - WNASPI32: o Use ASPI interface in os2cdrom.dmd instead of aspirout
134 (requires os2cdrom.dmd from Convenience Pack 2, IDEDASD
135 package from May 2001 (or newer) or recent JJSCDROM)
136 - DDRAW: o Fixed clipping bug with non-frame windows
137 o Print FOURCCs supported by Dive
138
139 2002-06-08: knut *st. osmundsen <bird@anduin.net>
140 - TOOLS\WRC:o Compile fix
141
142 2002-06-07: Sander van Leeuwen <sandervl@innotek.de>
143 - SHLWAPI: o Resync with latest Wine & added LGPL license
144 - SHELL32: o Some updates for upcoming resync
145
146 2002-06-06: knut st. osmundsen <bird@anduin.net>
147 - KERNEL32: o Made winimagepe2lx.cpp compilable with toolkit 4.5.0.
148
149 2002-06-06: Mark Paulus <mark.paulus@wcom.com>
150 - KERNEL32: o OSLibDosCreateFile: Fix a SYS0005 (Access Denied) when
151 opening an existing file
152
153 2002-06-06: Sander van Leeuwen <sandervl@innotek.de>
154 - KERNEL32: o Use aspi interface in os2cdrom.dmd for SCSI ioctls
155
156 2002-06-06: Platon Fomichev <platon@innotek.de>
157 - SHELL32: o Always expand root when initializing treeview
158 o Do not sort tree in TVN_ITEMEXPANDINGA
159
160 2002-06-05: Sander van Leeuwen <sandervl@innotek.de>
161 - WINMM: o Put back original DART buffer size selection code
162 (new one messes up e.g. RealPlayer)
163 o Postpone recording when waveInStart called without
164 any buffers in the queue. Start in during next
165 waveInAddBuffer call.
166 o Fixed DART waveout resume
167
168 2002-06-04: Sander van Leeuwen <sandervl@innotek.de>
169 - USER32: o Fix for AltGr key combinations
170 - WINMM: o Updates for wave playback
171
172 2002-06-03: Sander van Leeuwen <sandervl@innotek.de>
173 - USER32, OLE32:
174 o Drag and drop fixes
175 - BIN\ODINBUG:
176 o Update by Herwig Bauernfeind (0.5.6a)
177 - DOC\MANUAL:
178 o Users manual sources by Herwig Bauernfeind
179 - DOC: o Added odinuser.inf by Herwig Bauernfeind
180
181 2002-06-02: Sander van Leeuwen <sandervl@innotek.de>
182 - USER32\CONTROLS:
183 o New dll for user32 controls (latest Wine)
184 (not activated, not finished (resync))
185 - USER32: o Moved drag & drop code to seperate file
186 o Updates for OLE drag 'n drop
187 - KERNEL32: o LogException: check lockcount before changing it on entry
188 (it is not always > 0 -> previously caused hang in exception
189 handler (zombie process))
190 - SHELL32: o Added automatic asii/unicode conversion to DragQueryFileA/W
191 - OLE32: o Implemented OLE drag and drop (WPS -> Odin app)
192 (todo: Odin app -> WPS)
193
194 2002-06-01: Sander van Leeuwen <sandervl@innotek.de>
195 - SHELL32: o IShellFolder_fnCompareIDs shortcut added to improve
196 performance
197 o DragQueryFileW fix
198 - WINMM: o Implemented minimal control change notification
199 - COMCTL32: o Added LVN_BEGINDRAG/LVN_BEGINRDRAG notification to listview
200 control (probably not 100% correct)
201 - USER32: o Implemented support for simple drag & drop (WM_DROPFILES)
202 (works in notepad; drag file object from WPS into notepad
203 window)
204
205 2002-05-31: Sander van Leeuwen <sandervl@innotek.de>
206 - DINPUT: o Ignore injected mouse messages (hook; LLMHF_INJECTED flag)
207 - USER32: o Generate injected WH_MOUSE_LL hook event in SetCursorPos
208 (with LLMHF_INJECTED flag set)
209
210 2002-05-31: Platon Fomichev <platon@innotek.de>
211 - COMCTL32: o Correct scrollbar range for listview control (LISTVIEW_EnsureVisible)
212
213 2002-05-30: Sander van Leeuwen <sandervl@innotek.de>
214 - WINMM: o Mixer fixes
215
216 2002-05-30: Platon Fomichev <platon@innotek.de>
217 - COMCTL32: o Correct scrollbar range for listview control (during WM_VSCROLL)
218 (seems to be done in windows)
219
220 2002-05-29: Sander van Leeuwen <sandervl@innotek.de>
221 - USER32: o Fix for ToAscii(Ex) & GetKeyboardState (WinTranslateChar2 call)
222 (fixes AbiWord keyboard input)
223 - WINMM: o mixerGetLineControlsA (MIXER_GETLINECONTROLSF_ALL) fixes
224 o mixerGetLineInfoW fix
225 - COMCTL32: o ImageList_LoadImageW: match behaviour of ImageList_LoadImageA
226 wrt cx parameter (when set to zero)
227 (fixes properties dialog of sndvol32.exe (windows mixer app))
228 o Updated status control to latest Wine & applied two
229 bugfixes (already sent to wine-patches)
230
231 2002-05-29: Platon Fomichev <platon@innotek.de>
232 - USER32: o GetAsyncKeyState fix for VK_MENU
233 - COMCTL32: o Status control fix for resize with CCS_NORESIZE style
234 (invalidate control to prevent leftovers of size grip)
235
236 2002-05-28: Sander van Leeuwen <sandervl@innotek.de>
237 - REGSVR32: o Fixed startup
238 - WINMM: o Completely implemented mixerSetControlDetails
239 o Mixer updates
240 o Support added for master volume (ioctl90 mode)
241 o waveIn/OutOpen fix (check for WAVE_FORMAT_QUERY flag)
242 o Wave recording now works
243
244 2002-05-28: Platon Fomichev <platon@innotek.de>
245 - USER32: o Don't send WM_COMMAND to disabled button in DIALOG_IsDialogMessage
246 - KERNEL32: o Debugger updates
247
248 2002-05-27: Sander van Leeuwen <sandervl@innotek.de>
249 - WINMM: o Completely implemented mixerGetControlDetailsA/W
250 o Mixer updates
251 - TESTAPP\MIXER:
252 o Test application for mixer functions
253
254 2002-05-25: Sander van Leeuwen <sandervl@innotek.de>
255 - WINMM: o Fix for soundcards without ioctl90 mixer support
256 o Many mixer updates
257
258 2002-05-24: Sander van Leeuwen <sandervl@innotek.de>
259 - WINMM: o More mixer updates (not yet finished)
260
261 2002-05-23: Yuri Dario <mc6530@mclink.it>
262 - USER32: o Don't beep when unable to find menu item when alt key pressed
263
264 2002-05-23: Sander van Leeuwen <sandervl@innotek.de>
265 - WINMM: o Mixer updates (not yet finished)
266
267 2002-05-23: Platon Fomichev <platon@innotek.de>
268 - USER32: o Keyboard fixes for right alt & right shift
269
270 2002-05-22: Sander van Leeuwen <sandervl@innotek.de>
271 - KERNEL32: o CreateThread bugfix (returned thread id incorrect)
272 (fixes RealPlayer (PostThreadMessage))
273 - WINMM: o Added debug wrappers
274 o Started with mixer api rewrite
275
276 2002-05-21: Sander van Leeuwen <sandervl@innotek.de>
277 - KERNEL32: o Round stack top & bottom (TIB) to page boundary
278
279 2002-05-20: Sander van Leeuwen <sandervl@innotek.de>
280 - KERNEL32: o Make sure LX dlls can never be unloaded (dll object deleted)
281 since a dll that depends on dlls with an exitlist handler
282 doesn't get properly unloaded (initterm not called for unload
283 nor for a 2nd load)
284
285 2002-05-20: Dmitry Froloff <froloff@os2.ru>
286 - KERNEL32: o Removed 64 MB memory mapped file limit
287 o Fix for opening memory mapped file with size larger than
288 the file size
289
290 2002-05-17: Platon Fomichev <platon@innotek.de>
291 - USER23: o Experimental DIALOG_IsAccelerator fix; return FALSE
292 if window is not visible (fixes endless loop in
293 property sheet when switching page with keyboard)
294
295 2002-05-17: Sander van Leeuwen <sandervl@innotek.de>
296 - OLEAUT32: o Resync with latest Wine
297 - KERNEL32: o Implemented IOCTL_CDROM_SEEK_AUDIO_MSF & IOCTL_CDROM_READ_Q_CHANNEL
298 (IOCTL_CDROM_CURRENT_POSITION only)
299 o IOCTL_CDROM_READ_TOC fix
300
301 2002-05-16: knut st. osmundsen <bird@anduin.net>
302 - MAKE: o Merged in latest changes.
303 o Create NewConfigure.cmd for this environment.
304 Try NewConfigure.cmd -? first.
305 (Do 'nmake needed' before calling this. (stupid!))
306 o Please note that this is still not 100% configured for
307 Odin32 yet. But eventually it will replace the existing
308 make system.
309
310 2002-05-16: Sander van Leeuwen <sandervl@innotek.de>
311 - NTDLL: o Partial resync with Wine
312 - KERNEL32: o Export some functions for NTDLL
313 o Fixed creation of logfile for executables on readonly volumes
314 o RegQueryInfoKeyW fix
315 o TLS fix for pe2lx images
316 - USER32: o Implemented SPI_SETSCREENSAVETIMEOUT/SPI_GETSCREENSAVETIMEOUT,
317 SPI_GETSCREENSAVEACTIVE & SPI_SETSCREENSAVEACTIVE
318 SystemParametersInfoA parameters
319 - OLE32: o Resync with latest Wine
320
321 2002-05-15: Sander van Leeuwen <sandervl@innotek.de>
322 - DINPUT: o Made mouse code reentrant
323 - GDI32: o Fix for EnumFontFamiliesA/W
324 - SETUPAPI: o Resync with latest Wine
325
326 2002-05-14: Sander van Leeuwen <sandervl@innotek.de>
327 - KERNEL32: o CustForce2GBFileSize function added to force
328 GetVolumeInformation to tell the app all partitions are FAT
329 (2 GB file size limitation)
330 - COMCTL32: o Merged property sheet control with latest Wine version
331
332 2002-05-14: Platon Fomichev <platon@innotek.de>
333 - USER32: o Don't send WM_WINDOWPOSCHANGING message when PM sends
334 SWP_FOCUS(DE)ACTIVATE message.
335
336 2002-05-10: Platon Fomichev <platon@innotek.de>
337 - KERNEL32: o Parallel port updates (use resource manager to query
338 hardware configuration)
339
340 2002-05-10: Sander van Leeuwen <sandervl@innotek.de>
341 - KERNEL32: o Applications are now allowed to read physical disks or
342 mounted partitions. Write access is only allowed for
343 unmounted partitions or floppy disks.
344 o Implemented GetFileSize for disk objects; corrected
345 return value for some failures (-1)
346
347 2002-05-09: Sander van Leeuwen <sandervl@innotek.de>
348 - KERNEL32: o Implemented IOCTL_DISK_GET_PARTITION_INFO &
349 IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
350 o Implemented GetVolumeNameForVolumeMountPointA/W for disk
351 mountpoints (e.g. C:\)
352 o Rewrote FindFirst/NextVolume to use LVM interface (if
353 availabe; else fail)
354 o Extended GetDriveType & GetVolumeInformation for volume
355 names (instead of only disk names (e.g. C:\))
356 o GetVolumeInformation change: keep file system name if
357 NTFS or FAT32
358 o Implemented unmounted volume and physical disk access
359
360 2002-05-08: Sander van Leeuwen <sandervl@innotek.de>
361 - COMCTL32: o Merged progress, updown, rebar, animate, comboex, flatsb,
362 toolbar, tab, pager, nativefont, imagelist code
363 o Updated license (LGPL) for comctl32
364 - ADVAPI32: o AllocateAndInitializeSid bugfix (return value from function
365 in NTDLL)
366 - NTDLL: o RtlAddAccessAllowedAce stub always returns TRUE
367 - KERNEL32: o Implemented volume & volume mountpoint functions
368 (win2k and up)
369 o Added stubs for IOCTL_DISK_GET_PARTITION_INFO &
370 IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
371
372 2002-05-08: Platon Fomichev <platon@innotek.de>
373 - COMCTL32: o Merged listview control with latest Wine
374
375 2002-05-07: Sander van Leeuwen <sandervl@innotek.de>
376 - USER32: o WH_MOUSE_LL hook fixes
377
378 2002-05-07: Platon Fomichev <platon@innotek.de>
379 - USER32: o Listbox/combobox fix for MFC apps
380 o SetParent doesn't change WS_CHILD style
381 o Experimental change for getParent
382
383 2002-05-07: knut st. osmundsen <bird@anduin.net>
384 - CmdQd: o The daemon shouldn't inherit standard handles when started.
385 (Hung the daily build, since we use tee to do logging.)
386
387 2002-05-06: Sander van Leeuwen <sandervl@innotek.de>
388 - WS2_32: o WSAAccept added (Wine port (X11 license); todo LGPL)
389
390 2002-05-01: Sander van Leeuwen <sandervl@innotek.de>
391 - USER32: o PMSCAN_DBE_CONV & PMSCAN_DBE_NOCONV added to keyboard
392 translation array
393
Note: See TracBrowser for help on using the repository browser.