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
Line 
1/* $Id: changelog,v 1.2151 2002-06-11 06:31:45 sandervl Exp $ */
2
3 2002-06-11: Sander van Leeuwen <sandervl@xs4all.nl>
4 - OLEAUT32, SHELL32:
5 o Some Wine updates
6
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
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)
17 - KERNEL32: o Don't use user supplied pointers in ReadFile/WriteFile for
18 overlapped IO
19
20 2002-06-09: knut st. osmundsen <bird@anduin.net>
21 - Makefiles:
22 o Exclude dummy.c from the dependencies.
23
24 2002-06-09: Herwig Bauernfeind <herwig.bauernfeind@aon.at>
25 - KERNEL32: o Corrections for Austrian NLS file
26
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%))
31 o Skip window handle 0x68000000 (otherwise more difficult
32 to compare logs with old builds)
33 o Logging changes for comparing source file names
34 o WS_CHILD style change in SetWindowLong (GWL_STYLE) *is* allowed
35 (fixes Java 1.4 installation (first dialog))
36 - COMDLG32: o GetFileDialog95W fix (check if template name is string or
37 numeric id)
38 (fixes OpenOffice 1.0 file open dialog crash)
39 - WININET: o Fixed shlwapi imports
40 - OLE32: o Resync with latest Wine
41 - OLEAUT32: o Resync with latest Wine
42
43 2002-06-08: Sander van Leeuwen <sandervl@xs4all.nl>
44 - SHELL32: o Moved resource files to subdir
45 - COMDLG32: o Compile fix + moved resource files to subdir
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
51 o Print FOURCCs supported by Dive
52
53 2002-06-08: knut *st. osmundsen <bird@anduin.net>
54 - TOOLS\WRC:o Compile fix
55
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
60 2002-06-06: knut st. osmundsen <bird@anduin.net>
61 - KERNEL32: o Made winimagepe2lx.cpp compilable with toolkit 4.5.0.
62
63 2002-06-06: Mark Paulus <mark.paulus@wcom.com>
64 - KERNEL32: o OSLibDosCreateFile: Fix a SYS0005 (Access Denied) when
65 opening an existing file
66
67 2002-06-06: Sander van Leeuwen <sandervl@innotek.de>
68 - KERNEL32: o Use aspi interface in os2cdrom.dmd for SCSI ioctls
69
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
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)
77 o Postpone recording when waveInStart called without
78 any buffers in the queue. Start in during next
79 waveInAddBuffer call.
80 o Fixed DART waveout resume
81
82 2002-06-04: Sander van Leeuwen <sandervl@innotek.de>
83 - USER32: o Fix for AltGr key combinations
84 - WINMM: o Updates for wave playback
85
86 2002-06-03: Sander van Leeuwen <sandervl@innotek.de>
87 - USER32, OLE32:
88 o Drag and drop fixes
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
94
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
100 o Updates for OLE drag 'n drop
101 - KERNEL32: o LogException: check lockcount before changing it on entry
102 (it is not always > 0 -> previously caused hang in exception
103 handler (zombie process))
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)
107
108 2002-06-01: Sander van Leeuwen <sandervl@innotek.de>
109 - SHELL32: o IShellFolder_fnCompareIDs shortcut added to improve
110 performance
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)
116 (works in notepad; drag file object from WPS into notepad
117 window)
118
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
124 2002-05-31: Platon Fomichev <platon@innotek.de>
125 - COMCTL32: o Correct scrollbar range for listview control (LISTVIEW_EnsureVisible)
126
127 2002-05-30: Sander van Leeuwen <sandervl@innotek.de>
128 - WINMM: o Mixer fixes
129
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
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)
137 - WINMM: o mixerGetLineControlsA (MIXER_GETLINECONTROLSF_ALL) fixes
138 o mixerGetLineInfoW fix
139 - COMCTL32: o ImageList_LoadImageW: match behaviour of ImageList_LoadImageA
140 wrt cx parameter (when set to zero)
141 (fixes properties dialog of sndvol32.exe (windows mixer app))
142 o Updated status control to latest Wine & applied two
143 bugfixes (already sent to wine-patches)
144
145 2002-05-29: Platon Fomichev <platon@innotek.de>
146 - USER32: o GetAsyncKeyState fix for VK_MENU
147 - COMCTL32: o Status control fix for resize with CCS_NORESIZE style
148 (invalidate control to prevent leftovers of size grip)
149
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
154 o Support added for master volume (ioctl90 mode)
155 o waveIn/OutOpen fix (check for WAVE_FORMAT_QUERY flag)
156 o Wave recording now works
157
158 2002-05-28: Platon Fomichev <platon@innotek.de>
159 - USER32: o Don't send WM_COMMAND to disabled button in DIALOG_IsDialogMessage
160 - KERNEL32: o Debugger updates
161
162 2002-05-27: Sander van Leeuwen <sandervl@innotek.de>
163 - WINMM: o Completely implemented mixerGetControlDetailsA/W
164 o Mixer updates
165 - TESTAPP\MIXER:
166 o Test application for mixer functions
167
168 2002-05-25: Sander van Leeuwen <sandervl@innotek.de>
169 - WINMM: o Fix for soundcards without ioctl90 mixer support
170 o Many mixer updates
171
172 2002-05-24: Sander van Leeuwen <sandervl@innotek.de>
173 - WINMM: o More mixer updates (not yet finished)
174
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
178 2002-05-23: Sander van Leeuwen <sandervl@innotek.de>
179 - WINMM: o Mixer updates (not yet finished)
180
181 2002-05-23: Platon Fomichev <platon@innotek.de>
182 - USER32: o Keyboard fixes for right alt & right shift
183
184 2002-05-22: Sander van Leeuwen <sandervl@innotek.de>
185 - KERNEL32: o CreateThread bugfix (returned thread id incorrect)
186 (fixes RealPlayer (PostThreadMessage))
187 - WINMM: o Added debug wrappers
188 o Started with mixer api rewrite
189
190 2002-05-21: Sander van Leeuwen <sandervl@innotek.de>
191 - KERNEL32: o Round stack top & bottom (TIB) to page boundary
192
193 2002-05-20: Sander van Leeuwen <sandervl@innotek.de>
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
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
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
209 2002-05-17: Sander van Leeuwen <sandervl@innotek.de>
210 - OLEAUT32: o Resync with latest Wine
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
214
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
224 2002-05-16: Sander van Leeuwen <sandervl@innotek.de>
225 - NTDLL: o Partial resync with Wine
226 - KERNEL32: o Export some functions for NTDLL
227 o Fixed creation of logfile for executables on readonly volumes
228 o RegQueryInfoKeyW fix
229 o TLS fix for pe2lx images
230 - USER32: o Implemented SPI_SETSCREENSAVETIMEOUT/SPI_GETSCREENSAVETIMEOUT,
231 SPI_GETSCREENSAVEACTIVE & SPI_SETSCREENSAVEACTIVE
232 SystemParametersInfoA parameters
233 - OLE32: o Resync with latest Wine
234
235 2002-05-15: Sander van Leeuwen <sandervl@innotek.de>
236 - DINPUT: o Made mouse code reentrant
237 - GDI32: o Fix for EnumFontFamiliesA/W
238 - SETUPAPI: o Resync with latest Wine
239
240 2002-05-14: Sander van Leeuwen <sandervl@innotek.de>
241 - KERNEL32: o CustForce2GBFileSize function added to force
242 GetVolumeInformation to tell the app all partitions are FAT
243 (2 GB file size limitation)
244 - COMCTL32: o Merged property sheet control with latest Wine version
245
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
250 2002-05-10: Platon Fomichev <platon@innotek.de>
251 - KERNEL32: o Parallel port updates (use resource manager to query
252 hardware configuration)
253
254 2002-05-10: Sander van Leeuwen <sandervl@innotek.de>
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
261 2002-05-09: Sander van Leeuwen <sandervl@innotek.de>
262 - KERNEL32: o Implemented IOCTL_DISK_GET_PARTITION_INFO &
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:\))
270 o GetVolumeInformation change: keep file system name if
271 NTFS or FAT32
272 o Implemented unmounted volume and physical disk access
273
274 2002-05-08: Sander van Leeuwen <sandervl@innotek.de>
275 - COMCTL32: o Merged progress, updown, rebar, animate, comboex, flatsb,
276 toolbar, tab, pager, nativefont, imagelist code
277 o Updated license (LGPL) for comctl32
278 - ADVAPI32: o AllocateAndInitializeSid bugfix (return value from function
279 in NTDLL)
280 - NTDLL: o RtlAddAccessAllowedAce stub always returns TRUE
281 - KERNEL32: o Implemented volume & volume mountpoint functions
282 (win2k and up)
283 o Added stubs for IOCTL_DISK_GET_PARTITION_INFO &
284 IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
285
286 2002-05-08: Platon Fomichev <platon@innotek.de>
287 - COMCTL32: o Merged listview control with latest Wine
288
289 2002-05-07: Sander van Leeuwen <sandervl@innotek.de>
290 - USER32: o WH_MOUSE_LL hook fixes
291
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
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
301 2002-05-06: Sander van Leeuwen <sandervl@innotek.de>
302 - WS2_32: o WSAAccept added (Wine port (X11 license); todo LGPL)
303
304 2002-05-01: Sander van Leeuwen <sandervl@innotek.de>
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.