source: trunk/changelog@ 8708

Last change on this file since 8708 was 8704, checked in by bird, 23 years ago

* empty log message *

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