source: trunk/changelog@ 8643

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

* empty log message *

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