source: trunk/changelog@ 8619

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

* empty log message *

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