source: trunk/changelog@ 8785

Last change on this file since 8785 was 8784, checked in by sandervl, 23 years ago

* empty log message *

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