source: trunk/changelog@ 8854

Last change on this file since 8854 was 8854, checked in by achimha, 23 years ago

* empty log message *

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