source: trunk/changelog@ 8607

Last change on this file since 8607 was 8606, checked in by sandervl, 24 years ago

* empty log message *

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