source: trunk/changelog@ 8649

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

* empty log message *

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