source: trunk/changelog@ 8641

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

* empty log message *

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