source: trunk/changelog@ 8618

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

* empty log message *

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