source: trunk/changelog@ 8637

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

* empty log message *

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