source: trunk/changelog@ 8753

Last change on this file since 8753 was 8749, checked in by sandervl, 23 years ago

* empty log message *

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