source: trunk/changelog@ 8635

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

* empty log message *

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