source: trunk/changelog@ 8622

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

* empty log message *

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