source: trunk/changelog@ 8718

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

* empty log message *

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