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
RevLine 
[8651]1/* $Id: changelog,v 1.2155 2002-06-12 14:27:47 sandervl Exp $ */
[7715]2
[8651]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
[8649]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
[8646]11 2002-06-11: Sander van Leeuwen <sandervl@innotek.de>
[8641]12 - OLEAUT32, SHELL32:
13 o Some Wine updates
[8643]14 - KERNEL32: o Overlapped IO bugfixes
[8646]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)
[8641]19
[8635]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
[8630]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)
[8637]30 - KERNEL32: o Don't use user supplied pointers in ReadFile/WriteFile for
31 overlapped IO
[8630]32
[8618]33 2002-06-09: knut st. osmundsen <bird@anduin.net>
34 - Makefiles:
35 o Exclude dummy.c from the dependencies.
36
[8615]37 2002-06-09: Herwig Bauernfeind <herwig.bauernfeind@aon.at>
38 - KERNEL32: o Corrections for Austrian NLS file
39
[8606]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%))
[8615]44 o Skip window handle 0x68000000 (otherwise more difficult
45 to compare logs with old builds)
[8622]46 o Logging changes for comparing source file names
[8623]47 o WS_CHILD style change in SetWindowLong (GWL_STYLE) *is* allowed
48 (fixes Java 1.4 installation (first dialog))
[8610]49 - COMDLG32: o GetFileDialog95W fix (check if template name is string or
50 numeric id)
51 (fixes OpenOffice 1.0 file open dialog crash)
[8606]52 - WININET: o Fixed shlwapi imports
[8619]53 - OLE32: o Resync with latest Wine
[8622]54 - OLEAUT32: o Resync with latest Wine
[8606]55
[8598]56 2002-06-08: Sander van Leeuwen <sandervl@xs4all.nl>
[8595]57 - SHELL32: o Moved resource files to subdir
58 - COMDLG32: o Compile fix + moved resource files to subdir
[8598]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
[8603]64 o Print FOURCCs supported by Dive
[8595]65
[8618]66 2002-06-08: knut *st. osmundsen <bird@anduin.net>
[8597]67 - TOOLS\WRC:o Compile fix
68
[8592]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
[8590]73 2002-06-06: knut st. osmundsen <bird@anduin.net>
[8591]74 - KERNEL32: o Made winimagepe2lx.cpp compilable with toolkit 4.5.0.
[8590]75
[8581]76 2002-06-06: Mark Paulus <mark.paulus@wcom.com>
[8590]77 - KERNEL32: o OSLibDosCreateFile: Fix a SYS0005 (Access Denied) when
[8581]78 opening an existing file
79
[8578]80 2002-06-06: Sander van Leeuwen <sandervl@innotek.de>
81 - KERNEL32: o Use aspi interface in os2cdrom.dmd for SCSI ioctls
82
[8576]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
[8569]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)
[8571]90 o Postpone recording when waveInStart called without
91 any buffers in the queue. Start in during next
92 waveInAddBuffer call.
[8573]93 o Fixed DART waveout resume
[8569]94
[8565]95 2002-06-04: Sander van Leeuwen <sandervl@innotek.de>
96 - USER32: o Fix for AltGr key combinations
[8567]97 - WINMM: o Updates for wave playback
[8565]98
[8554]99 2002-06-03: Sander van Leeuwen <sandervl@innotek.de>
100 - USER32, OLE32:
101 o Drag and drop fixes
[8561]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
[8554]107
[8546]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
[8550]113 o Updates for OLE drag 'n drop
[8549]114 - KERNEL32: o LogException: check lockcount before changing it on entry
[8547]115 (it is not always > 0 -> previously caused hang in exception
116 handler (zombie process))
[8550]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)
[8546]120
[8536]121 2002-06-01: Sander van Leeuwen <sandervl@innotek.de>
122 - SHELL32: o IShellFolder_fnCompareIDs shortcut added to improve
123 performance
[8538]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)
[8590]129 (works in notepad; drag file object from WPS into notepad
[8538]130 window)
[8536]131
[8531]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
[8534]137 2002-05-31: Platon Fomichev <platon@innotek.de>
138 - COMCTL32: o Correct scrollbar range for listview control (LISTVIEW_EnsureVisible)
139
[8529]140 2002-05-30: Sander van Leeuwen <sandervl@innotek.de>
141 - WINMM: o Mixer fixes
142
[8527]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
[8511]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)
[8516]150 - WINMM: o mixerGetLineControlsA (MIXER_GETLINECONTROLSF_ALL) fixes
151 o mixerGetLineInfoW fix
[8590]152 - COMCTL32: o ImageList_LoadImageW: match behaviour of ImageList_LoadImageA
[8523]153 wrt cx parameter (when set to zero)
[8519]154 (fixes properties dialog of sndvol32.exe (windows mixer app))
[8521]155 o Updated status control to latest Wine & applied two
156 bugfixes (already sent to wine-patches)
[8511]157
[8513]158 2002-05-29: Platon Fomichev <platon@innotek.de>
159 - USER32: o GetAsyncKeyState fix for VK_MENU
[8525]160 - COMCTL32: o Status control fix for resize with CCS_NORESIZE style
161 (invalidate control to prevent leftovers of size grip)
[8513]162
[8505]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
[8509]167 o Support added for master volume (ioctl90 mode)
[8507]168 o waveIn/OutOpen fix (check for WAVE_FORMAT_QUERY flag)
169 o Wave recording now works
[8505]170
171 2002-05-28: Platon Fomichev <platon@innotek.de>
[8502]172 - USER32: o Don't send WM_COMMAND to disabled button in DIALOG_IsDialogMessage
[8503]173 - KERNEL32: o Debugger updates
[8502]174
[8494]175 2002-05-27: Sander van Leeuwen <sandervl@innotek.de>
176 - WINMM: o Completely implemented mixerGetControlDetailsA/W
177 o Mixer updates
[8496]178 - TESTAPP\MIXER:
179 o Test application for mixer functions
[8494]180
[8487]181 2002-05-25: Sander van Leeuwen <sandervl@innotek.de>
182 - WINMM: o Fix for soundcards without ioctl90 mixer support
[8491]183 o Many mixer updates
[8487]184
[8484]185 2002-05-24: Sander van Leeuwen <sandervl@innotek.de>
186 - WINMM: o More mixer updates (not yet finished)
187
[8475]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
[8484]191 2002-05-23: Sander van Leeuwen <sandervl@innotek.de>
[8475]192 - WINMM: o Mixer updates (not yet finished)
193
[8473]194 2002-05-23: Platon Fomichev <platon@innotek.de>
195 - USER32: o Keyboard fixes for right alt & right shift
196
[8484]197 2002-05-22: Sander van Leeuwen <sandervl@innotek.de>
[8466]198 - KERNEL32: o CreateThread bugfix (returned thread id incorrect)
199 (fixes RealPlayer (PostThreadMessage))
[8467]200 - WINMM: o Added debug wrappers
[8471]201 o Started with mixer api rewrite
[8466]202
[8484]203 2002-05-21: Sander van Leeuwen <sandervl@innotek.de>
[8460]204 - KERNEL32: o Round stack top & bottom (TIB) to page boundary
205
[8484]206 2002-05-20: Sander van Leeuwen <sandervl@innotek.de>
[8458]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
[8455]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
[8451]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
[8484]222 2002-05-17: Sander van Leeuwen <sandervl@innotek.de>
[8447]223 - OLEAUT32: o Resync with latest Wine
[8453]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
[8447]227
[8435]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
[8484]237 2002-05-16: Sander van Leeuwen <sandervl@innotek.de>
[8425]238 - NTDLL: o Partial resync with Wine
[8430]239 - KERNEL32: o Export some functions for NTDLL
240 o Fixed creation of logfile for executables on readonly volumes
241 o RegQueryInfoKeyW fix
[8437]242 o TLS fix for pe2lx images
243 - USER32: o Implemented SPI_SETSCREENSAVETIMEOUT/SPI_GETSCREENSAVETIMEOUT,
[8590]244 SPI_GETSCREENSAVEACTIVE & SPI_SETSCREENSAVEACTIVE
[8437]245 SystemParametersInfoA parameters
[8440]246 - OLE32: o Resync with latest Wine
[8425]247
[8484]248 2002-05-15: Sander van Leeuwen <sandervl@innotek.de>
[8414]249 - DINPUT: o Made mouse code reentrant
[8417]250 - GDI32: o Fix for EnumFontFamiliesA/W
[8419]251 - SETUPAPI: o Resync with latest Wine
[8414]252
[8484]253 2002-05-14: Sander van Leeuwen <sandervl@innotek.de>
[8435]254 - KERNEL32: o CustForce2GBFileSize function added to force
[8407]255 GetVolumeInformation to tell the app all partitions are FAT
256 (2 GB file size limitation)
[8412]257 - COMCTL32: o Merged property sheet control with latest Wine version
[8407]258
[8405]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
[8402]263 2002-05-10: Platon Fomichev <platon@innotek.de>
264 - KERNEL32: o Parallel port updates (use resource manager to query
265 hardware configuration)
266
[8484]267 2002-05-10: Sander van Leeuwen <sandervl@innotek.de>
[8399]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
[8484]274 2002-05-09: Sander van Leeuwen <sandervl@innotek.de>
[8435]275 - KERNEL32: o Implemented IOCTL_DISK_GET_PARTITION_INFO &
[8395]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:\))
[8399]283 o GetVolumeInformation change: keep file system name if
284 NTFS or FAT32
285 o Implemented unmounted volume and physical disk access
[8395]286
[8484]287 2002-05-08: Sander van Leeuwen <sandervl@innotek.de>
[8383]288 - COMCTL32: o Merged progress, updown, rebar, animate, comboex, flatsb,
289 toolbar, tab, pager, nativefont, imagelist code
290 o Updated license (LGPL) for comctl32
[8388]291 - ADVAPI32: o AllocateAndInitializeSid bugfix (return value from function
292 in NTDLL)
[8390]293 - NTDLL: o RtlAddAccessAllowedAce stub always returns TRUE
[8395]294 - KERNEL32: o Implemented volume & volume mountpoint functions
[8393]295 (win2k and up)
[8435]296 o Added stubs for IOCTL_DISK_GET_PARTITION_INFO &
[8395]297 IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
[8383]298
299 2002-05-08: Platon Fomichev <platon@innotek.de>
300 - COMCTL32: o Merged listview control with latest Wine
301
[8484]302 2002-05-07: Sander van Leeuwen <sandervl@innotek.de>
[8379]303 - USER32: o WH_MOUSE_LL hook fixes
304
[8378]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
[8376]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
[8484]314 2002-05-06: Sander van Leeuwen <sandervl@innotek.de>
[8371]315 - WS2_32: o WSAAccept added (Wine port (X11 license); todo LGPL)
316
[8484]317 2002-05-01: Sander van Leeuwen <sandervl@innotek.de>
[8363]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.