source: trunk/changelog@ 8651

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

* empty log message *

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