source: trunk/changelog@ 8615

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

* empty log message *

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