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
RevLine 
[8718]1/* $Id: changelog,v 1.2174 2002-06-19 02:28:09 bird Exp $ */
[7715]2
[8704]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.
[8718]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.
[8704]16
[8701]17 2002-06-17: Sander van Leeuwen <sandervl@innotek.de>
18 - USER32: o Disabled drag 'n drop temporarily (not yet stable)
19
[8692]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)
[8695]24 - INSTALL: o Create object for Odin User's Manual + fixed object
25 creation for OdinBug Manual
26 o Include OdinBug.HLP & OdinUser.INF
[8698]27 - SHELL32: o Fixed desktop object creation during win32 app install
[8692]28
[8664]29 2002-06-15: Sander van Leeuwen <sandervl@innotek.de>
[8668]30 - SETUPAPI: o Wine resync + added debug wrappers
[8673]31 - KERNEL32: o Added strtolW & strtoulW from Wine/X11 (for setupapi)
[8674]32 o Check for NULL parameters in GetFullPathNameW
[8684]33 o hmfile.cpp: ParsePath fix; check boundary
34 o LoadLibraryExA: expand library filename; might contain
35 environment variables
[8704]36 o RegSetValueExA: translate REG_EXPAND_SZ into REG_SZ;
[8688]37 registry.dll doesn't like this type for some reason
[8684]38 - USER32: o Do proper filtering for PeekMessage
[8671]39 - NTDLL: o Forward heap functions to kernel32
[8676]40 - QUARTZ: o Removed old code (stub dll now)
[8678]41 - AVIFIL32: o Resync with Wine
[8682]42 - INSTALL: o Add MS Shell Dlg->WarpSans font conversion
[8664]43
[8655]44 2002-06-13: Sander van Leeuwen <sandervl@innotek.de>
45 - USER32: o SetCustomWndHandleSemName added to override shared semaphore
[8704]46 name used to synchronize global window handle array access
[8655]47 (to avoid name clash with Odin)
[8657]48 - KERNEL32: o SetCustomMMapSemName added to override shared semaphore
[8704]49 name used to synchronize global memory map list access
[8657]50 (to avoid name clash with Odin)
[8655]51
[8653]52 2002-06-13: Platon Fomichev <platon@innotek.de>
53 - USER32: o Only minimize or maximize window if appropriate style flag set
54
[8651]55 2002-06-12: Sander van Leeuwen <sandervl@innotek.de>
[8704]56 - KERNEL32: o If bytes present in COM device buffer, read them directly;
[8651]57 even for overlapped IO calls.
58
[8649]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
[8646]63 2002-06-11: Sander van Leeuwen <sandervl@innotek.de>
[8641]64 - OLEAUT32, SHELL32:
65 o Some Wine updates
[8643]66 - KERNEL32: o Overlapped IO bugfixes
[8704]67 o Thread TEB linking bugfix
[8646]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)
[8641]71
[8635]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
[8630]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)
[8637]82 - KERNEL32: o Don't use user supplied pointers in ReadFile/WriteFile for
83 overlapped IO
[8630]84
[8618]85 2002-06-09: knut st. osmundsen <bird@anduin.net>
86 - Makefiles:
87 o Exclude dummy.c from the dependencies.
88
[8615]89 2002-06-09: Herwig Bauernfeind <herwig.bauernfeind@aon.at>
90 - KERNEL32: o Corrections for Austrian NLS file
91
[8606]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%))
[8615]96 o Skip window handle 0x68000000 (otherwise more difficult
97 to compare logs with old builds)
[8622]98 o Logging changes for comparing source file names
[8623]99 o WS_CHILD style change in SetWindowLong (GWL_STYLE) *is* allowed
100 (fixes Java 1.4 installation (first dialog))
[8610]101 - COMDLG32: o GetFileDialog95W fix (check if template name is string or
102 numeric id)
103 (fixes OpenOffice 1.0 file open dialog crash)
[8606]104 - WININET: o Fixed shlwapi imports
[8619]105 - OLE32: o Resync with latest Wine
[8622]106 - OLEAUT32: o Resync with latest Wine
[8606]107
[8598]108 2002-06-08: Sander van Leeuwen <sandervl@xs4all.nl>
[8595]109 - SHELL32: o Moved resource files to subdir
110 - COMDLG32: o Compile fix + moved resource files to subdir
[8598]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
[8603]116 o Print FOURCCs supported by Dive
[8595]117
[8618]118 2002-06-08: knut *st. osmundsen <bird@anduin.net>
[8597]119 - TOOLS\WRC:o Compile fix
120
[8592]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
[8590]125 2002-06-06: knut st. osmundsen <bird@anduin.net>
[8591]126 - KERNEL32: o Made winimagepe2lx.cpp compilable with toolkit 4.5.0.
[8590]127
[8581]128 2002-06-06: Mark Paulus <mark.paulus@wcom.com>
[8590]129 - KERNEL32: o OSLibDosCreateFile: Fix a SYS0005 (Access Denied) when
[8581]130 opening an existing file
131
[8578]132 2002-06-06: Sander van Leeuwen <sandervl@innotek.de>
133 - KERNEL32: o Use aspi interface in os2cdrom.dmd for SCSI ioctls
134
[8576]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
[8569]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)
[8571]142 o Postpone recording when waveInStart called without
143 any buffers in the queue. Start in during next
144 waveInAddBuffer call.
[8573]145 o Fixed DART waveout resume
[8569]146
[8565]147 2002-06-04: Sander van Leeuwen <sandervl@innotek.de>
148 - USER32: o Fix for AltGr key combinations
[8567]149 - WINMM: o Updates for wave playback
[8565]150
[8554]151 2002-06-03: Sander van Leeuwen <sandervl@innotek.de>
152 - USER32, OLE32:
153 o Drag and drop fixes
[8561]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
[8554]159
[8546]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
[8550]165 o Updates for OLE drag 'n drop
[8549]166 - KERNEL32: o LogException: check lockcount before changing it on entry
[8547]167 (it is not always > 0 -> previously caused hang in exception
168 handler (zombie process))
[8550]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)
[8546]172
[8536]173 2002-06-01: Sander van Leeuwen <sandervl@innotek.de>
174 - SHELL32: o IShellFolder_fnCompareIDs shortcut added to improve
175 performance
[8538]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)
[8590]181 (works in notepad; drag file object from WPS into notepad
[8538]182 window)
[8536]183
[8531]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
[8534]189 2002-05-31: Platon Fomichev <platon@innotek.de>
190 - COMCTL32: o Correct scrollbar range for listview control (LISTVIEW_EnsureVisible)
191
[8529]192 2002-05-30: Sander van Leeuwen <sandervl@innotek.de>
193 - WINMM: o Mixer fixes
194
[8527]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
[8511]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)
[8516]202 - WINMM: o mixerGetLineControlsA (MIXER_GETLINECONTROLSF_ALL) fixes
203 o mixerGetLineInfoW fix
[8590]204 - COMCTL32: o ImageList_LoadImageW: match behaviour of ImageList_LoadImageA
[8523]205 wrt cx parameter (when set to zero)
[8519]206 (fixes properties dialog of sndvol32.exe (windows mixer app))
[8521]207 o Updated status control to latest Wine & applied two
208 bugfixes (already sent to wine-patches)
[8511]209
[8513]210 2002-05-29: Platon Fomichev <platon@innotek.de>
211 - USER32: o GetAsyncKeyState fix for VK_MENU
[8525]212 - COMCTL32: o Status control fix for resize with CCS_NORESIZE style
213 (invalidate control to prevent leftovers of size grip)
[8513]214
[8505]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
[8509]219 o Support added for master volume (ioctl90 mode)
[8507]220 o waveIn/OutOpen fix (check for WAVE_FORMAT_QUERY flag)
221 o Wave recording now works
[8505]222
223 2002-05-28: Platon Fomichev <platon@innotek.de>
[8502]224 - USER32: o Don't send WM_COMMAND to disabled button in DIALOG_IsDialogMessage
[8503]225 - KERNEL32: o Debugger updates
[8502]226
[8494]227 2002-05-27: Sander van Leeuwen <sandervl@innotek.de>
228 - WINMM: o Completely implemented mixerGetControlDetailsA/W
229 o Mixer updates
[8496]230 - TESTAPP\MIXER:
231 o Test application for mixer functions
[8494]232
[8487]233 2002-05-25: Sander van Leeuwen <sandervl@innotek.de>
234 - WINMM: o Fix for soundcards without ioctl90 mixer support
[8491]235 o Many mixer updates
[8487]236
[8484]237 2002-05-24: Sander van Leeuwen <sandervl@innotek.de>
238 - WINMM: o More mixer updates (not yet finished)
239
[8475]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
[8484]243 2002-05-23: Sander van Leeuwen <sandervl@innotek.de>
[8475]244 - WINMM: o Mixer updates (not yet finished)
245
[8473]246 2002-05-23: Platon Fomichev <platon@innotek.de>
247 - USER32: o Keyboard fixes for right alt & right shift
248
[8484]249 2002-05-22: Sander van Leeuwen <sandervl@innotek.de>
[8466]250 - KERNEL32: o CreateThread bugfix (returned thread id incorrect)
251 (fixes RealPlayer (PostThreadMessage))
[8467]252 - WINMM: o Added debug wrappers
[8471]253 o Started with mixer api rewrite
[8466]254
[8484]255 2002-05-21: Sander van Leeuwen <sandervl@innotek.de>
[8460]256 - KERNEL32: o Round stack top & bottom (TIB) to page boundary
257
[8484]258 2002-05-20: Sander van Leeuwen <sandervl@innotek.de>
[8458]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
[8455]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
[8451]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
[8484]274 2002-05-17: Sander van Leeuwen <sandervl@innotek.de>
[8447]275 - OLEAUT32: o Resync with latest Wine
[8453]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
[8447]279
[8435]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
[8484]289 2002-05-16: Sander van Leeuwen <sandervl@innotek.de>
[8425]290 - NTDLL: o Partial resync with Wine
[8430]291 - KERNEL32: o Export some functions for NTDLL
292 o Fixed creation of logfile for executables on readonly volumes
293 o RegQueryInfoKeyW fix
[8437]294 o TLS fix for pe2lx images
295 - USER32: o Implemented SPI_SETSCREENSAVETIMEOUT/SPI_GETSCREENSAVETIMEOUT,
[8590]296 SPI_GETSCREENSAVEACTIVE & SPI_SETSCREENSAVEACTIVE
[8437]297 SystemParametersInfoA parameters
[8440]298 - OLE32: o Resync with latest Wine
[8425]299
[8484]300 2002-05-15: Sander van Leeuwen <sandervl@innotek.de>
[8414]301 - DINPUT: o Made mouse code reentrant
[8417]302 - GDI32: o Fix for EnumFontFamiliesA/W
[8419]303 - SETUPAPI: o Resync with latest Wine
[8414]304
[8484]305 2002-05-14: Sander van Leeuwen <sandervl@innotek.de>
[8435]306 - KERNEL32: o CustForce2GBFileSize function added to force
[8407]307 GetVolumeInformation to tell the app all partitions are FAT
308 (2 GB file size limitation)
[8412]309 - COMCTL32: o Merged property sheet control with latest Wine version
[8407]310
[8405]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
[8402]315 2002-05-10: Platon Fomichev <platon@innotek.de>
316 - KERNEL32: o Parallel port updates (use resource manager to query
317 hardware configuration)
318
[8484]319 2002-05-10: Sander van Leeuwen <sandervl@innotek.de>
[8399]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
[8484]326 2002-05-09: Sander van Leeuwen <sandervl@innotek.de>
[8435]327 - KERNEL32: o Implemented IOCTL_DISK_GET_PARTITION_INFO &
[8395]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:\))
[8399]335 o GetVolumeInformation change: keep file system name if
336 NTFS or FAT32
337 o Implemented unmounted volume and physical disk access
[8395]338
[8484]339 2002-05-08: Sander van Leeuwen <sandervl@innotek.de>
[8383]340 - COMCTL32: o Merged progress, updown, rebar, animate, comboex, flatsb,
341 toolbar, tab, pager, nativefont, imagelist code
342 o Updated license (LGPL) for comctl32
[8388]343 - ADVAPI32: o AllocateAndInitializeSid bugfix (return value from function
344 in NTDLL)
[8390]345 - NTDLL: o RtlAddAccessAllowedAce stub always returns TRUE
[8395]346 - KERNEL32: o Implemented volume & volume mountpoint functions
[8393]347 (win2k and up)
[8435]348 o Added stubs for IOCTL_DISK_GET_PARTITION_INFO &
[8395]349 IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
[8383]350
351 2002-05-08: Platon Fomichev <platon@innotek.de>
352 - COMCTL32: o Merged listview control with latest Wine
353
[8484]354 2002-05-07: Sander van Leeuwen <sandervl@innotek.de>
[8379]355 - USER32: o WH_MOUSE_LL hook fixes
356
[8378]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
[8376]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
[8484]366 2002-05-06: Sander van Leeuwen <sandervl@innotek.de>
[8371]367 - WS2_32: o WSAAccept added (Wine port (X11 license); todo LGPL)
368
[8484]369 2002-05-01: Sander van Leeuwen <sandervl@innotek.de>
[8363]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.