source: trunk/changelog@ 8653

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

* empty log message *

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