source: trunk/changelog@ 8587

Last change on this file since 8587 was 8581, checked in by sandervl, 24 years ago

* empty log message *

File size: 11.3 KB
Line 
1/* $Id: changelog,v 1.2133 2002-06-06 15:08:14 sandervl Exp $ */
2
3 2002-06-06: Mark Paulus <mark.paulus@wcom.com>
4 - KERNEL32: o OSLibDosCreateFile: Fix a SYS0005 (Access Denied) when
5 opening an existing file
6
7 2002-06-06: Sander van Leeuwen <sandervl@innotek.de>
8 - KERNEL32: o Use aspi interface in os2cdrom.dmd for SCSI ioctls
9
10 2002-06-06: Platon Fomichev <platon@innotek.de>
11 - SHELL32: o Always expand root when initializing treeview
12 o Do not sort tree in TVN_ITEMEXPANDINGA
13
14 2002-06-05: Sander van Leeuwen <sandervl@innotek.de>
15 - WINMM: o Put back original DART buffer size selection code
16 (new one messes up e.g. RealPlayer)
17 o Postpone recording when waveInStart called without
18 any buffers in the queue. Start in during next
19 waveInAddBuffer call.
20 o Fixed DART waveout resume
21
22 2002-06-04: Sander van Leeuwen <sandervl@innotek.de>
23 - USER32: o Fix for AltGr key combinations
24 - WINMM: o Updates for wave playback
25
26 2002-06-03: Sander van Leeuwen <sandervl@innotek.de>
27 - USER32, OLE32:
28 o Drag and drop fixes
29 - BIN\ODINBUG:
30 o Update by Herwig Bauernfeind (0.5.6a)
31 - DOC\MANUAL:
32 o Users manual sources by Herwig Bauernfeind
33 - DOC: o Added odinuser.inf by Herwig Bauernfeind
34
35 2002-06-02: Sander van Leeuwen <sandervl@innotek.de>
36 - USER32\CONTROLS:
37 o New dll for user32 controls (latest Wine)
38 (not activated, not finished (resync))
39 - USER32: o Moved drag & drop code to seperate file
40 o Updates for OLE drag 'n drop
41 - KERNEL32: o LogException: check lockcount before changing it on entry
42 (it is not always > 0 -> previously caused hang in exception
43 handler (zombie process))
44 - SHELL32: o Added automatic asii/unicode conversion to DragQueryFileA/W
45 - OLE32: o Implemented OLE drag and drop (WPS -> Odin app)
46 (todo: Odin app -> WPS)
47
48 2002-06-01: Sander van Leeuwen <sandervl@innotek.de>
49 - SHELL32: o IShellFolder_fnCompareIDs shortcut added to improve
50 performance
51 o DragQueryFileW fix
52 - WINMM: o Implemented minimal control change notification
53 - COMCTL32: o Added LVN_BEGINDRAG/LVN_BEGINRDRAG notification to listview
54 control (probably not 100% correct)
55 - USER32: o Implemented support for simple drag & drop (WM_DROPFILES)
56 (works in notepad; drag file object from WPS into notepad
57 window)
58
59 2002-05-31: Sander van Leeuwen <sandervl@innotek.de>
60 - DINPUT: o Ignore injected mouse messages (hook; LLMHF_INJECTED flag)
61 - USER32: o Generate injected WH_MOUSE_LL hook event in SetCursorPos
62 (with LLMHF_INJECTED flag set)
63
64 2002-05-31: Platon Fomichev <platon@innotek.de>
65 - COMCTL32: o Correct scrollbar range for listview control (LISTVIEW_EnsureVisible)
66
67 2002-05-30: Sander van Leeuwen <sandervl@innotek.de>
68 - WINMM: o Mixer fixes
69
70 2002-05-30: Platon Fomichev <platon@innotek.de>
71 - COMCTL32: o Correct scrollbar range for listview control (during WM_VSCROLL)
72 (seems to be done in windows)
73
74 2002-05-29: Sander van Leeuwen <sandervl@innotek.de>
75 - USER32: o Fix for ToAscii(Ex) & GetKeyboardState (WinTranslateChar2 call)
76 (fixes AbiWord keyboard input)
77 - WINMM: o mixerGetLineControlsA (MIXER_GETLINECONTROLSF_ALL) fixes
78 o mixerGetLineInfoW fix
79 - COMCTL32: o ImageList_LoadImageW: match behaviour of ImageList_LoadImageA
80 wrt cx parameter (when set to zero)
81 (fixes properties dialog of sndvol32.exe (windows mixer app))
82 o Updated status control to latest Wine & applied two
83 bugfixes (already sent to wine-patches)
84
85 2002-05-29: Platon Fomichev <platon@innotek.de>
86 - USER32: o GetAsyncKeyState fix for VK_MENU
87 - COMCTL32: o Status control fix for resize with CCS_NORESIZE style
88 (invalidate control to prevent leftovers of size grip)
89
90 2002-05-28: Sander van Leeuwen <sandervl@innotek.de>
91 - REGSVR32: o Fixed startup
92 - WINMM: o Completely implemented mixerSetControlDetails
93 o Mixer updates
94 o Support added for master volume (ioctl90 mode)
95 o waveIn/OutOpen fix (check for WAVE_FORMAT_QUERY flag)
96 o Wave recording now works
97
98 2002-05-28: Platon Fomichev <platon@innotek.de>
99 - USER32: o Don't send WM_COMMAND to disabled button in DIALOG_IsDialogMessage
100 - KERNEL32: o Debugger updates
101
102 2002-05-27: Sander van Leeuwen <sandervl@innotek.de>
103 - WINMM: o Completely implemented mixerGetControlDetailsA/W
104 o Mixer updates
105 - TESTAPP\MIXER:
106 o Test application for mixer functions
107
108 2002-05-25: Sander van Leeuwen <sandervl@innotek.de>
109 - WINMM: o Fix for soundcards without ioctl90 mixer support
110 o Many mixer updates
111
112 2002-05-24: Sander van Leeuwen <sandervl@innotek.de>
113 - WINMM: o More mixer updates (not yet finished)
114
115 2002-05-23: Yuri Dario <mc6530@mclink.it>
116 - USER32: o Don't beep when unable to find menu item when alt key pressed
117
118 2002-05-23: Sander van Leeuwen <sandervl@innotek.de>
119 - WINMM: o Mixer updates (not yet finished)
120
121 2002-05-23: Platon Fomichev <platon@innotek.de>
122 - USER32: o Keyboard fixes for right alt & right shift
123
124 2002-05-22: Sander van Leeuwen <sandervl@innotek.de>
125 - KERNEL32: o CreateThread bugfix (returned thread id incorrect)
126 (fixes RealPlayer (PostThreadMessage))
127 - WINMM: o Added debug wrappers
128 o Started with mixer api rewrite
129
130 2002-05-21: Sander van Leeuwen <sandervl@innotek.de>
131 - KERNEL32: o Round stack top & bottom (TIB) to page boundary
132
133 2002-05-20: Sander van Leeuwen <sandervl@innotek.de>
134 - KERNEL32: o Make sure LX dlls can never be unloaded (dll object deleted)
135 since a dll that depends on dlls with an exitlist handler
136 doesn't get properly unloaded (initterm not called for unload
137 nor for a 2nd load)
138
139 2002-05-20: Dmitry Froloff <froloff@os2.ru>
140 - KERNEL32: o Removed 64 MB memory mapped file limit
141 o Fix for opening memory mapped file with size larger than
142 the file size
143
144 2002-05-17: Platon Fomichev <platon@innotek.de>
145 - USER23: o Experimental DIALOG_IsAccelerator fix; return FALSE
146 if window is not visible (fixes endless loop in
147 property sheet when switching page with keyboard)
148
149 2002-05-17: Sander van Leeuwen <sandervl@innotek.de>
150 - OLEAUT32: o Resync with latest Wine
151 - KERNEL32: o Implemented IOCTL_CDROM_SEEK_AUDIO_MSF & IOCTL_CDROM_READ_Q_CHANNEL
152 (IOCTL_CDROM_CURRENT_POSITION only)
153 o IOCTL_CDROM_READ_TOC fix
154
155 2002-05-16: knut st. osmundsen <bird@anduin.net>
156 - MAKE: o Merged in latest changes.
157 o Create NewConfigure.cmd for this environment.
158 Try NewConfigure.cmd -? first.
159 (Do 'nmake needed' before calling this. (stupid!))
160 o Please note that this is still not 100% configured for
161 Odin32 yet. But eventually it will replace the existing
162 make system.
163
164 2002-05-16: Sander van Leeuwen <sandervl@innotek.de>
165 - NTDLL: o Partial resync with Wine
166 - KERNEL32: o Export some functions for NTDLL
167 o Fixed creation of logfile for executables on readonly volumes
168 o RegQueryInfoKeyW fix
169 o TLS fix for pe2lx images
170 - USER32: o Implemented SPI_SETSCREENSAVETIMEOUT/SPI_GETSCREENSAVETIMEOUT,
171 SPI_GETSCREENSAVEACTIVE & SPI_SETSCREENSAVEACTIVE
172 SystemParametersInfoA parameters
173 - OLE32: o Resync with latest Wine
174
175 2002-05-15: Sander van Leeuwen <sandervl@innotek.de>
176 - DINPUT: o Made mouse code reentrant
177 - GDI32: o Fix for EnumFontFamiliesA/W
178 - SETUPAPI: o Resync with latest Wine
179
180 2002-05-14: Sander van Leeuwen <sandervl@innotek.de>
181 - KERNEL32: o CustForce2GBFileSize function added to force
182 GetVolumeInformation to tell the app all partitions are FAT
183 (2 GB file size limitation)
184 - COMCTL32: o Merged property sheet control with latest Wine version
185
186 2002-05-14: Platon Fomichev <platon@innotek.de>
187 - USER32: o Don't send WM_WINDOWPOSCHANGING message when PM sends
188 SWP_FOCUS(DE)ACTIVATE message.
189
190 2002-05-10: Platon Fomichev <platon@innotek.de>
191 - KERNEL32: o Parallel port updates (use resource manager to query
192 hardware configuration)
193
194 2002-05-10: Sander van Leeuwen <sandervl@innotek.de>
195 - KERNEL32: o Applications are now allowed to read physical disks or
196 mounted partitions. Write access is only allowed for
197 unmounted partitions or floppy disks.
198 o Implemented GetFileSize for disk objects; corrected
199 return value for some failures (-1)
200
201 2002-05-09: Sander van Leeuwen <sandervl@innotek.de>
202 - KERNEL32: o Implemented IOCTL_DISK_GET_PARTITION_INFO &
203 IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
204 o Implemented GetVolumeNameForVolumeMountPointA/W for disk
205 mountpoints (e.g. C:\)
206 o Rewrote FindFirst/NextVolume to use LVM interface (if
207 availabe; else fail)
208 o Extended GetDriveType & GetVolumeInformation for volume
209 names (instead of only disk names (e.g. C:\))
210 o GetVolumeInformation change: keep file system name if
211 NTFS or FAT32
212 o Implemented unmounted volume and physical disk access
213
214 2002-05-08: Sander van Leeuwen <sandervl@innotek.de>
215 - COMCTL32: o Merged progress, updown, rebar, animate, comboex, flatsb,
216 toolbar, tab, pager, nativefont, imagelist code
217 o Updated license (LGPL) for comctl32
218 - ADVAPI32: o AllocateAndInitializeSid bugfix (return value from function
219 in NTDLL)
220 - NTDLL: o RtlAddAccessAllowedAce stub always returns TRUE
221 - KERNEL32: o Implemented volume & volume mountpoint functions
222 (win2k and up)
223 o Added stubs for IOCTL_DISK_GET_PARTITION_INFO &
224 IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
225
226 2002-05-08: Platon Fomichev <platon@innotek.de>
227 - COMCTL32: o Merged listview control with latest Wine
228
229 2002-05-07: Sander van Leeuwen <sandervl@innotek.de>
230 - USER32: o WH_MOUSE_LL hook fixes
231
232 2002-05-07: Platon Fomichev <platon@innotek.de>
233 - USER32: o Listbox/combobox fix for MFC apps
234 o SetParent doesn't change WS_CHILD style
235 o Experimental change for getParent
236
237 2002-05-07: knut st. osmundsen <bird@anduin.net>
238 - CmdQd: o The daemon shouldn't inherit standard handles when started.
239 (Hung the daily build, since we use tee to do logging.)
240
241 2002-05-06: Sander van Leeuwen <sandervl@innotek.de>
242 - WS2_32: o WSAAccept added (Wine port (X11 license); todo LGPL)
243
244 2002-05-01: Sander van Leeuwen <sandervl@innotek.de>
245 - USER32: o PMSCAN_DBE_CONV & PMSCAN_DBE_NOCONV added to keyboard
246 translation array
247
Note: See TracBrowser for help on using the repository browser.