source: trunk/changelog@ 8673

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

* empty log message *

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