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