source: trunk/changelog@ 8634

Last change on this file since 8634 was 8630, checked in by sandervl, 24 years ago

* empty log message *

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