source: trunk/changelog@ 8726

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

* empty log message *

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