source: trunk/changelog@ 8664

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

* empty log message *

File size: 15.3 KB
RevLine 
[8664]1/* $Id: changelog,v 1.2159 2002-06-15 10:40:17 sandervl Exp $ */
[7715]2
[8664]3 2002-06-15: Sander van Leeuwen <sandervl@innotek.de>
4 - SETUPAPI: o Wine resync
5 - KERNEL32: o Added strtolW & strtoulW from Wine (for setupapi)
6
[8655]7 2002-06-13: Sander van Leeuwen <sandervl@innotek.de>
8 - USER32: o SetCustomWndHandleSemName added to override shared semaphore
9 name used to synchronize global window handle array access
10 (to avoid name clash with Odin)
[8657]11 - KERNEL32: o SetCustomMMapSemName added to override shared semaphore
12 name used to synchronize global memory map list access
13 (to avoid name clash with Odin)
[8655]14
[8653]15 2002-06-13: Platon Fomichev <platon@innotek.de>
16 - USER32: o Only minimize or maximize window if appropriate style flag set
17
[8651]18 2002-06-12: Sander van Leeuwen <sandervl@innotek.de>
19 - KERNEL32: o If bytes present in COM device buffer, read them directly;
20 even for overlapped IO calls.
21
[8649]22 2002-06-11: Platon Fomichev <platon@innotek.de>
23 - SHELL32: o Ignore name changes for 'My Computer' and other non-file
24 objects (file dialogs)
25
[8646]26 2002-06-11: Sander van Leeuwen <sandervl@innotek.de>
[8641]27 - OLEAUT32, SHELL32:
28 o Some Wine updates
[8643]29 - KERNEL32: o Overlapped IO bugfixes
[8646]30 o Thread TEB linking bugfix
31 o Setup TEB structure before creating thread. Otherwise it's
32 created too late and thread functions called by the app
33 right after thread creation will fail.(e.g. SetThreadPriority)
[8641]34
[8635]35 2002-06-10: Herwig Bauernfeind <herwig.bauernfeind@aon.at>
36 - TOOLS\ODINBUG:
37 o Added VX-REXX sources for OdinBug
38 - DOC: o OdinBug.HLP update
39 - BIN: o OdinBug.exe update
40
[8630]41 2002-06-10: Sander van Leeuwen <sandervl@xs4all.nl>
42 - OLE32: o Fixed bug in StgStreamImpl_Seek
43 - USER32: o Don't repaint groupbox in WM_SETFONT if control isn't visible
44 (fixes crash in Java 1.4 install)
[8637]45 - KERNEL32: o Don't use user supplied pointers in ReadFile/WriteFile for
46 overlapped IO
[8630]47
[8618]48 2002-06-09: knut st. osmundsen <bird@anduin.net>
49 - Makefiles:
50 o Exclude dummy.c from the dependencies.
51
[8615]52 2002-06-09: Herwig Bauernfeind <herwig.bauernfeind@aon.at>
53 - KERNEL32: o Corrections for Austrian NLS file
54
[8606]55 2002-06-09: Sander van Leeuwen <sandervl@xs4all.nl>
56 - USER32: o SendMessageTimeoutA/W fixes for inter-process/thread message
57 communication
58 (fixes OpenOffice 1.0 crash during install (at 76%))
[8615]59 o Skip window handle 0x68000000 (otherwise more difficult
60 to compare logs with old builds)
[8622]61 o Logging changes for comparing source file names
[8623]62 o WS_CHILD style change in SetWindowLong (GWL_STYLE) *is* allowed
63 (fixes Java 1.4 installation (first dialog))
[8610]64 - COMDLG32: o GetFileDialog95W fix (check if template name is string or
65 numeric id)
66 (fixes OpenOffice 1.0 file open dialog crash)
[8606]67 - WININET: o Fixed shlwapi imports
[8619]68 - OLE32: o Resync with latest Wine
[8622]69 - OLEAUT32: o Resync with latest Wine
[8606]70
[8598]71 2002-06-08: Sander van Leeuwen <sandervl@xs4all.nl>
[8595]72 - SHELL32: o Moved resource files to subdir
73 - COMDLG32: o Compile fix + moved resource files to subdir
[8598]74 - KERNEL32: o Export OSLibDosDevIOCtl
75 - WNASPI32: o Use ASPI interface in os2cdrom.dmd instead of aspirout
76 (requires os2cdrom.dmd from Convenience Pack 2, IDEDASD
77 package from May 2001 (or newer) or recent JJSCDROM)
78 - DDRAW: o Fixed clipping bug with non-frame windows
[8603]79 o Print FOURCCs supported by Dive
[8595]80
[8618]81 2002-06-08: knut *st. osmundsen <bird@anduin.net>
[8597]82 - TOOLS\WRC:o Compile fix
83
[8592]84 2002-06-07: Sander van Leeuwen <sandervl@innotek.de>
85 - SHLWAPI: o Resync with latest Wine & added LGPL license
86 - SHELL32: o Some updates for upcoming resync
87
[8590]88 2002-06-06: knut st. osmundsen <bird@anduin.net>
[8591]89 - KERNEL32: o Made winimagepe2lx.cpp compilable with toolkit 4.5.0.
[8590]90
[8581]91 2002-06-06: Mark Paulus <mark.paulus@wcom.com>
[8590]92 - KERNEL32: o OSLibDosCreateFile: Fix a SYS0005 (Access Denied) when
[8581]93 opening an existing file
94
[8578]95 2002-06-06: Sander van Leeuwen <sandervl@innotek.de>
96 - KERNEL32: o Use aspi interface in os2cdrom.dmd for SCSI ioctls
97
[8576]98 2002-06-06: Platon Fomichev <platon@innotek.de>
99 - SHELL32: o Always expand root when initializing treeview
100 o Do not sort tree in TVN_ITEMEXPANDINGA
101
[8569]102 2002-06-05: Sander van Leeuwen <sandervl@innotek.de>
103 - WINMM: o Put back original DART buffer size selection code
104 (new one messes up e.g. RealPlayer)
[8571]105 o Postpone recording when waveInStart called without
106 any buffers in the queue. Start in during next
107 waveInAddBuffer call.
[8573]108 o Fixed DART waveout resume
[8569]109
[8565]110 2002-06-04: Sander van Leeuwen <sandervl@innotek.de>
111 - USER32: o Fix for AltGr key combinations
[8567]112 - WINMM: o Updates for wave playback
[8565]113
[8554]114 2002-06-03: Sander van Leeuwen <sandervl@innotek.de>
115 - USER32, OLE32:
116 o Drag and drop fixes
[8561]117 - BIN\ODINBUG:
118 o Update by Herwig Bauernfeind (0.5.6a)
119 - DOC\MANUAL:
120 o Users manual sources by Herwig Bauernfeind
121 - DOC: o Added odinuser.inf by Herwig Bauernfeind
[8554]122
[8546]123 2002-06-02: Sander van Leeuwen <sandervl@innotek.de>
124 - USER32\CONTROLS:
125 o New dll for user32 controls (latest Wine)
126 (not activated, not finished (resync))
127 - USER32: o Moved drag & drop code to seperate file
[8550]128 o Updates for OLE drag 'n drop
[8549]129 - KERNEL32: o LogException: check lockcount before changing it on entry
[8547]130 (it is not always > 0 -> previously caused hang in exception
131 handler (zombie process))
[8550]132 - SHELL32: o Added automatic asii/unicode conversion to DragQueryFileA/W
133 - OLE32: o Implemented OLE drag and drop (WPS -> Odin app)
134 (todo: Odin app -> WPS)
[8546]135
[8536]136 2002-06-01: Sander van Leeuwen <sandervl@innotek.de>
137 - SHELL32: o IShellFolder_fnCompareIDs shortcut added to improve
138 performance
[8538]139 o DragQueryFileW fix
140 - WINMM: o Implemented minimal control change notification
141 - COMCTL32: o Added LVN_BEGINDRAG/LVN_BEGINRDRAG notification to listview
142 control (probably not 100% correct)
143 - USER32: o Implemented support for simple drag & drop (WM_DROPFILES)
[8590]144 (works in notepad; drag file object from WPS into notepad
[8538]145 window)
[8536]146
[8531]147 2002-05-31: Sander van Leeuwen <sandervl@innotek.de>
148 - DINPUT: o Ignore injected mouse messages (hook; LLMHF_INJECTED flag)
149 - USER32: o Generate injected WH_MOUSE_LL hook event in SetCursorPos
150 (with LLMHF_INJECTED flag set)
151
[8534]152 2002-05-31: Platon Fomichev <platon@innotek.de>
153 - COMCTL32: o Correct scrollbar range for listview control (LISTVIEW_EnsureVisible)
154
[8529]155 2002-05-30: Sander van Leeuwen <sandervl@innotek.de>
156 - WINMM: o Mixer fixes
157
[8527]158 2002-05-30: Platon Fomichev <platon@innotek.de>
159 - COMCTL32: o Correct scrollbar range for listview control (during WM_VSCROLL)
160 (seems to be done in windows)
161
[8511]162 2002-05-29: Sander van Leeuwen <sandervl@innotek.de>
163 - USER32: o Fix for ToAscii(Ex) & GetKeyboardState (WinTranslateChar2 call)
164 (fixes AbiWord keyboard input)
[8516]165 - WINMM: o mixerGetLineControlsA (MIXER_GETLINECONTROLSF_ALL) fixes
166 o mixerGetLineInfoW fix
[8590]167 - COMCTL32: o ImageList_LoadImageW: match behaviour of ImageList_LoadImageA
[8523]168 wrt cx parameter (when set to zero)
[8519]169 (fixes properties dialog of sndvol32.exe (windows mixer app))
[8521]170 o Updated status control to latest Wine & applied two
171 bugfixes (already sent to wine-patches)
[8511]172
[8513]173 2002-05-29: Platon Fomichev <platon@innotek.de>
174 - USER32: o GetAsyncKeyState fix for VK_MENU
[8525]175 - COMCTL32: o Status control fix for resize with CCS_NORESIZE style
176 (invalidate control to prevent leftovers of size grip)
[8513]177
[8505]178 2002-05-28: Sander van Leeuwen <sandervl@innotek.de>
179 - REGSVR32: o Fixed startup
180 - WINMM: o Completely implemented mixerSetControlDetails
181 o Mixer updates
[8509]182 o Support added for master volume (ioctl90 mode)
[8507]183 o waveIn/OutOpen fix (check for WAVE_FORMAT_QUERY flag)
184 o Wave recording now works
[8505]185
186 2002-05-28: Platon Fomichev <platon@innotek.de>
[8502]187 - USER32: o Don't send WM_COMMAND to disabled button in DIALOG_IsDialogMessage
[8503]188 - KERNEL32: o Debugger updates
[8502]189
[8494]190 2002-05-27: Sander van Leeuwen <sandervl@innotek.de>
191 - WINMM: o Completely implemented mixerGetControlDetailsA/W
192 o Mixer updates
[8496]193 - TESTAPP\MIXER:
194 o Test application for mixer functions
[8494]195
[8487]196 2002-05-25: Sander van Leeuwen <sandervl@innotek.de>
197 - WINMM: o Fix for soundcards without ioctl90 mixer support
[8491]198 o Many mixer updates
[8487]199
[8484]200 2002-05-24: Sander van Leeuwen <sandervl@innotek.de>
201 - WINMM: o More mixer updates (not yet finished)
202
[8475]203 2002-05-23: Yuri Dario <mc6530@mclink.it>
204 - USER32: o Don't beep when unable to find menu item when alt key pressed
205
[8484]206 2002-05-23: Sander van Leeuwen <sandervl@innotek.de>
[8475]207 - WINMM: o Mixer updates (not yet finished)
208
[8473]209 2002-05-23: Platon Fomichev <platon@innotek.de>
210 - USER32: o Keyboard fixes for right alt & right shift
211
[8484]212 2002-05-22: Sander van Leeuwen <sandervl@innotek.de>
[8466]213 - KERNEL32: o CreateThread bugfix (returned thread id incorrect)
214 (fixes RealPlayer (PostThreadMessage))
[8467]215 - WINMM: o Added debug wrappers
[8471]216 o Started with mixer api rewrite
[8466]217
[8484]218 2002-05-21: Sander van Leeuwen <sandervl@innotek.de>
[8460]219 - KERNEL32: o Round stack top & bottom (TIB) to page boundary
220
[8484]221 2002-05-20: Sander van Leeuwen <sandervl@innotek.de>
[8458]222 - KERNEL32: o Make sure LX dlls can never be unloaded (dll object deleted)
223 since a dll that depends on dlls with an exitlist handler
224 doesn't get properly unloaded (initterm not called for unload
225 nor for a 2nd load)
226
[8455]227 2002-05-20: Dmitry Froloff <froloff@os2.ru>
228 - KERNEL32: o Removed 64 MB memory mapped file limit
229 o Fix for opening memory mapped file with size larger than
230 the file size
231
[8451]232 2002-05-17: Platon Fomichev <platon@innotek.de>
233 - USER23: o Experimental DIALOG_IsAccelerator fix; return FALSE
234 if window is not visible (fixes endless loop in
235 property sheet when switching page with keyboard)
236
[8484]237 2002-05-17: Sander van Leeuwen <sandervl@innotek.de>
[8447]238 - OLEAUT32: o Resync with latest Wine
[8453]239 - KERNEL32: o Implemented IOCTL_CDROM_SEEK_AUDIO_MSF & IOCTL_CDROM_READ_Q_CHANNEL
240 (IOCTL_CDROM_CURRENT_POSITION only)
241 o IOCTL_CDROM_READ_TOC fix
[8447]242
[8435]243 2002-05-16: knut st. osmundsen <bird@anduin.net>
244 - MAKE: o Merged in latest changes.
245 o Create NewConfigure.cmd for this environment.
246 Try NewConfigure.cmd -? first.
247 (Do 'nmake needed' before calling this. (stupid!))
248 o Please note that this is still not 100% configured for
249 Odin32 yet. But eventually it will replace the existing
250 make system.
251
[8484]252 2002-05-16: Sander van Leeuwen <sandervl@innotek.de>
[8425]253 - NTDLL: o Partial resync with Wine
[8430]254 - KERNEL32: o Export some functions for NTDLL
255 o Fixed creation of logfile for executables on readonly volumes
256 o RegQueryInfoKeyW fix
[8437]257 o TLS fix for pe2lx images
258 - USER32: o Implemented SPI_SETSCREENSAVETIMEOUT/SPI_GETSCREENSAVETIMEOUT,
[8590]259 SPI_GETSCREENSAVEACTIVE & SPI_SETSCREENSAVEACTIVE
[8437]260 SystemParametersInfoA parameters
[8440]261 - OLE32: o Resync with latest Wine
[8425]262
[8484]263 2002-05-15: Sander van Leeuwen <sandervl@innotek.de>
[8414]264 - DINPUT: o Made mouse code reentrant
[8417]265 - GDI32: o Fix for EnumFontFamiliesA/W
[8419]266 - SETUPAPI: o Resync with latest Wine
[8414]267
[8484]268 2002-05-14: Sander van Leeuwen <sandervl@innotek.de>
[8435]269 - KERNEL32: o CustForce2GBFileSize function added to force
[8407]270 GetVolumeInformation to tell the app all partitions are FAT
271 (2 GB file size limitation)
[8412]272 - COMCTL32: o Merged property sheet control with latest Wine version
[8407]273
[8405]274 2002-05-14: Platon Fomichev <platon@innotek.de>
275 - USER32: o Don't send WM_WINDOWPOSCHANGING message when PM sends
276 SWP_FOCUS(DE)ACTIVATE message.
277
[8402]278 2002-05-10: Platon Fomichev <platon@innotek.de>
279 - KERNEL32: o Parallel port updates (use resource manager to query
280 hardware configuration)
281
[8484]282 2002-05-10: Sander van Leeuwen <sandervl@innotek.de>
[8399]283 - KERNEL32: o Applications are now allowed to read physical disks or
284 mounted partitions. Write access is only allowed for
285 unmounted partitions or floppy disks.
286 o Implemented GetFileSize for disk objects; corrected
287 return value for some failures (-1)
288
[8484]289 2002-05-09: Sander van Leeuwen <sandervl@innotek.de>
[8435]290 - KERNEL32: o Implemented IOCTL_DISK_GET_PARTITION_INFO &
[8395]291 IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
292 o Implemented GetVolumeNameForVolumeMountPointA/W for disk
293 mountpoints (e.g. C:\)
294 o Rewrote FindFirst/NextVolume to use LVM interface (if
295 availabe; else fail)
296 o Extended GetDriveType & GetVolumeInformation for volume
297 names (instead of only disk names (e.g. C:\))
[8399]298 o GetVolumeInformation change: keep file system name if
299 NTFS or FAT32
300 o Implemented unmounted volume and physical disk access
[8395]301
[8484]302 2002-05-08: Sander van Leeuwen <sandervl@innotek.de>
[8383]303 - COMCTL32: o Merged progress, updown, rebar, animate, comboex, flatsb,
304 toolbar, tab, pager, nativefont, imagelist code
305 o Updated license (LGPL) for comctl32
[8388]306 - ADVAPI32: o AllocateAndInitializeSid bugfix (return value from function
307 in NTDLL)
[8390]308 - NTDLL: o RtlAddAccessAllowedAce stub always returns TRUE
[8395]309 - KERNEL32: o Implemented volume & volume mountpoint functions
[8393]310 (win2k and up)
[8435]311 o Added stubs for IOCTL_DISK_GET_PARTITION_INFO &
[8395]312 IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
[8383]313
314 2002-05-08: Platon Fomichev <platon@innotek.de>
315 - COMCTL32: o Merged listview control with latest Wine
316
[8484]317 2002-05-07: Sander van Leeuwen <sandervl@innotek.de>
[8379]318 - USER32: o WH_MOUSE_LL hook fixes
319
[8378]320 2002-05-07: Platon Fomichev <platon@innotek.de>
321 - USER32: o Listbox/combobox fix for MFC apps
322 o SetParent doesn't change WS_CHILD style
323 o Experimental change for getParent
324
[8376]325 2002-05-07: knut st. osmundsen <bird@anduin.net>
326 - CmdQd: o The daemon shouldn't inherit standard handles when started.
327 (Hung the daily build, since we use tee to do logging.)
328
[8484]329 2002-05-06: Sander van Leeuwen <sandervl@innotek.de>
[8371]330 - WS2_32: o WSAAccept added (Wine port (X11 license); todo LGPL)
331
[8484]332 2002-05-01: Sander van Leeuwen <sandervl@innotek.de>
[8363]333 - USER32: o PMSCAN_DBE_CONV & PMSCAN_DBE_NOCONV added to keyboard
334 translation array
335
Note: See TracBrowser for help on using the repository browser.