source: trunk/changelog@ 7931

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

* empty log message *

File size: 17.4 KB
RevLine 
[7931]1/* $Id: changelog,v 1.1982 2002-02-15 20:17:11 sandervl Exp $ */
[7715]2
[7907]3 2002-02-14: Sander van Leeuwen <sandervl@xs4all.nl>
4 - OLE32: o Extended logging added
[7931]5 o Resync with Wine (20020215)
6 (Out of process COM objects; InstallShield 6)
[7917]7 - OLEAUT32: o Partial resync with Wine (20020215)
8 o Extended logging added
[7920]9 - COMCTL32: o Extended logging added
[7930]10 - KERNEL32: o Named pipe updates
[7907]11
[7903]12 2002-02-13: Sander van Leeuwen <sandervl@xs4all.nl>
13 - SHELL32: o Extended logging added
14
[7899]15 2002-02-12: Sander van Leeuwen <sandervl@xs4all.nl>
16 - SHLWAPI: o StrFromTimeIntervalA/W takes 4 parameters, not 2
17 o Added extended logging
18
[7895]19 2002-02-12: Platon Fomichev <platon@innotek.de>
20 - USER32: o Ignore keyboard messages (PM) with scancode 0
21
[7892]22 2002-02-11: Platon Fomichev <platon@innotek.de>
23 - USER32: o Fix for double enter keyboard messages
24
[7884]25 2002-02-11: Sander van Leeuwen <sandervl@xs4all.nl>
26 - KERNEL32/USER32:
27 o Moved Char*, IsChar*, Oem* functions to kernel32
28 (forwarders in user32)
[7889]29 - USER32: o Fixed reference count leak in SetFocus, GetDlgCtrlID,
30 EndDialog & window dtor
[7884]31
[7868]32 2002-02-10: Sander van Leeuwen <sandervl@xs4all.nl>
33 - USER32: o Extended logging added
[7856]34
[7868]35 2002-02-10: Platon Fomichev <platon@innotek.de>
36 - USER32\PMKBDHK:
37 o Fixes for shift-enter & shift-enter (numpad)
[7870]38 - USER32: o Numpad enter fix for GetKeyNameTextA
[7868]39
40 2002-02-10: Dmitry Froloff <froloff@os2.ru>
41 - KERNEL32: o Translate strings used for Dos* functions from Windows
42 to OS/2 codepage
43 o Translate strings returned by Dos* functions from OS/2
44 to Windows codepage
45 - USER32: o Translate strings used to set the window title (OS/2 mode)
46 from Windows to OS/2 codepage.
47
[7852]48 2002-02-09: Sander van Leeuwen <sandervl@xs4all.nl>
49 - KERNEL32: o Logging updates
50 - INCLUDE\makefiles:
51 o New rules for generating .def files
[7851]52
[7845]53 2002-02-08: Sander van Leeuwen <sandervl@xs4all.nl>
54 - KERNEL32: o Implemented tracing of all exported functions
55 (meant to replace ODINFUNCTION* macros; useful mainly
56 to improve logging in Wine modules)
57
[7841]58 2002-02-08: Platon Fomichev <platon@innotek.de>
[7836]59 - USER32: o Fixes for handling Shift-Enter & Alt-Enter
60
[7835]61 2002-02-08: knut st. osmundsen <bird@anduin.net>
62 - WRC: o Added codepage.c from kernel32 as a hotfix to the
63 unresolved external issue. Only the get_char_typeW
64 is enabled.
65
[7830]66 2002-02-07: Sander van Leeuwen <sandervl@xs4all.nl>
67 - KERNEL32: o Thread change: determine if thread callback is inside
68 a PE dll. If it is, then force switch to win32 TIB.
69 (necessary for Opera when loading win32 plugins)
[7836]70 o Use NLS resources from Wine (no longer rely on OS/2 unicode
71 dll)
72 o ole2nls update; now use GetLocaleInfoA/W from Wine
[7830]73
[7806]74 2002-02-06: Sander van Leeuwen <sandervl@xs4all.nl>
75 - WSOCK32: o minor recv update for error handling
[7809]76 - USER32: o Ported TrackMouseEvent (Wine 20020122)
[7812]77 - KERNEL32: o SetWin32TIB update (switch to force switch to win32 FS selector)
78 o Force switch to win32 FS selector when calling PE image
79 entrypoints (necessary for Odin32 applications that use
80 PE dlls (like Opera))
[7816]81 - COMCTL32: o Wine updates (smoothscroll, ipaddress, rebar, toolbar, tab,
[7817]82 comboex, imagelist) (20020122)
83 - SHLWAPI: o Wine resync (20020122)
[7806]84
[7802]85 2002-02-05: Sander van Leeuwen <sandervl@xs4all.nl>
86 - USER32: o Ported SendMessageCallbackA/W, SendMessageTimeoutA/W,
87 SendNotifyMessageA/W from Wine (20020122)
88 o Rewrote SendMessageA/W to behave more like Wine
[7803]89 (hook calls)
[7802]90
[7796]91 2002-02-03: Sander van Leeuwen <sandervl@xs4all.nl>
92 - KERNEL32; o Added dummy executable class
[7799]93 o Ported GetTempPathA/W from Wine
[7796]94
[7787]95 2002-01-26: Sander van Leeuwen <sandervl@xs4all.nl>
96 - OLE32: o Fixed bug in OLE clipboard implementation; the handle
97 returned by GetClipboardData is no longer valid after
98 calling CloseClipboard. A copy of the data must be made.
99
[7779]100 2002-01-20: Vitali Pelenyov <sunlover@anduin.net>
101 - USER32: o Fix for position of fake window (CreateFakeWindowEx)
102
[7776]103 2002-01-18: Vitali Pelenyov <sunlover@anduin.net>
104 - KERNEL32: o GetDriveType fix for detection cdrom drives under certain
105 circumstances (when cdrom is not the last drive letter)
106
[7764]107 2002-01-10: Sander van Leeuwen <sandervl@xs4all.nl>
108 - USER32: o CreateFakeWindowEx change; need to specifiy window class
[7766]109 Added DestroyFakeWindow for deleting fake window object.
[7764]110 - KERNEL32: o Custom device driver changes for driver instance pointer
111
[7758]112 2002-01-09: knut st. osmundsen <bird@anduin.net>
113 - Tools/CmdQd:
114 o Corrected bad fix from 2002-01-01.
115
[7755]116 2002-01-09: Sander van Leeuwen <sandervl@xs4all.nl>
117 - KERNEL32: o Add driver data parameter to custom device driver calls
118
119 2002-01-08: Sander van Leeuwen <sandervl@xs4all.nl>
[7745]120 - KERNEL32: o Fixes for DosQueryAffinity & DosSetAffinity on non-SMP
121 systems (set default/ignore)
[7735]122 - USER32: o Fixed restoring of windows after minimizing/maximizing
123 o Allocate more memory for 40x40 icon generation
[7737]124 o Fixed SetClipboardData for CF_UNICODETEXT (translate to
[7743]125 ascii and use CF_TEXT)
[7735]126
[7732]127 2002-01-06: knut st. osmundsen <bird@anduin.net>
128 - DailyBuild:
129 o - Do not distribute odin.ini.
130
[7731]131 2002-01-06: Sander van Leeuwen <sandervl@xs4all.nl>
[7729]132 - KERNEL32: o Changed HeapAlloc/HeapReAlloc:
133 - round up size to next 8 bytes boundary
134 - when reallocating memory block, don't use different
135 memory block unless new size is larger than old size
136 (rounded up to next 8 bytes boundary)
[7732]137 (Verified this behaviour in NT4 (Global/Heap(Re)Alloc);
[7729]138 fixes crashes in Opera 5.12 which relies on this 'feature')
[7735]139 - GDI32: o Print handle type name in SelectObject
140 o EnumFontProcExW -> must restore FS in enum handler
[7729]141
[7731]142 2002-01-04: Sander van Leeuwen <sandervl@xs4all.nl>
[7723]143 - KERNEL32: o Rewrote GetDriveType (fixes detection of LAN drives)
144
[7731]145 2002-01-02: Sander van Leeuwen <sandervl@xs4all.nl>
[7720]146 - GDI32: o Better logging for some text functions
147
[7719]148 2002-01-01: knut st. osmundsen <bird@anduin.net>
149 - Tools/CmdQd:
150 o Ignore the CmdQd kill returncode in clean2.
[7732]151
[7715]152 2001-12-31: Sander van Leeuwen <sandervl@xs4all.nl>
153 - GDI32: o Use critical section in dibsection class instead of vmutex
154
[7711]155 2001-12-31: knut st. osmundsen <bird@anduin.net>
156 - Tools/CmdQd:
157 o Corrected bad statement in the clean2 rule.
[6074]158
[7697]159 2001-12-30: Sander van Leeuwen <sandervl@xs4all.nl>
160 - KERNEL32: o Fixed some wrong return values for disk functions (hmdisk)
[7732]161 o GetVolumeInformation: use original volume name to
[7707]162 determine maximum file name length
[7709]163 - USER32: o Enforce WS_EX_WINDOWEDGE style (Wine)
164 (fixes Opera 6 menu)
[7732]165 - GDI32: o BitBlt, StretchBlt: sync dib section if selected into
[7712]166 destination HDC
167 (fixes Opera 6 background)
[7697]168
169 2001-12-28: Sander van Leeuwen <sandervl@xs4all.nl>
170 - USER32: o Do not send WM_SETCURSOR when mouse is captured (SDK docs)
171
[7686]172 2001-12-26: Achim Hasenmueller <achimha@innotek.de>
[7692]173 - USER32: o don't use hardcoded font height values for menu fonts. Query
174 graphics driver instead (DevQueryCaps) so that we correctly
175 take font settings into account (small, medium, large)
[7686]176
177 2001-12-26: Sander van Leeuwen <sandervl@xs4all.nl>
[7680]178 - USER32: o Use Wine version of DrawText(Ex)A/W
179 (fixes underscore painting & positioning of text)
[7732]180 o (Auto)Check, (Auto)Radio & (Auto)3State buttons send
[7680]181 WM_CTLCOLORSTATIC instead of WM_CTLCOLORBTN (verified in NT4)
182 (fixes opening dialog buttons in Opera 6 (choose interface))
183 o RedrawWindow change: call UpdateWindow if window has invalid
184 rectangle and RDW_UPDATENOW flag set
185 - GDI32: o Removed InternalDrawTextExA/W
[7689]186 - ODINBUG: o Update by Herwig Bauernfeind (0.5.5)
[7680]187
[7673]188 2001-12-23: Sander van Leeuwen <sandervl@xs4all.nl>
189 - WINMM: o DisableWaveAudio function added to disable wave audio (custom build)
[7676]190 - GDI32: o CreateFont call wrong for DEFAULT_GUI_FONT (pointsize)
[7673]191
[7671]192 2001-12-22: Sander van Leeuwen <sandervl@xs4all.nl>
193 - KERNEL32: o Print more information when a missing api is called
194 (image that is responsible)
195
[7659]196 2001-12-20: Sander van Leeuwen <sandervl@xs4all.nl>
197 - KERNEL32: o Allow all sections to be accessed when loading an executable/dll
198 with LOAD_LIBRARY_AS_DATAFILE
199 (fixes crashes when accessing resources outside the resource
200 section in Opera 6 binaries)
[7732]201 - GDI32: o DIB Section blit: don't check source & destination sizes
[7661]202 with DC size (GpiDrawBits does that for us)
203 (fixes the two bitmaps in the opening window of Opera 6
[7665]204 (choice between MDI & SDI interface))
[7664]205 - USER32: o GetClassNameW: return size in characters and truncate name
[7665]206 if buffer not large enough
[7664]207 (fixes crash in Opera 6 during startup)
[7659]208
[7649]209 2001-12-19: knut st. osmundsen <kosmunds@csc.com>
210 - MAKEFILES:o Changed inference rules in /src/mesa/3dfx to support MULTIJOBS.
[7654]211 o Fixed some problems with /tools/cmdqd while MULTIJOBS is enabled.
[7652]212 - TOOLS: o Created a tiny preload script, PreloadTools.cmd, which preload
213 the tools which will be invoked during a make. (Too bad we can't
214 do this with rexx scripts too...)
[7649]215
[7644]216 2001-12-17: Sander van Leeuwen <sandervl@xs4all.nl>
[7649]217 - KERNEL32: o GetVolumeInformation changes:
[7644]218 - report JFS as NTFS
219 - report UDF & CDFS as UDF & CDFS (no change)
220 - report everthing else as FAT16
221 (some applications make assumptions about maximium file size
222 based on the volume name)
223
[7638]224 2001-12-16: Sander van Leeuwen <sandervl@xs4all.nl>
225 - USER32: o Fixed memory DC leak in DrawIcon & DrawIconEx
226
[7636]227 2001-12-15: Sander van Leeuwen <sandervl@xs4all.nl>
228 - GDI32: o Added statistics for font, bitmap, pen, brush & region objects.
229
[7628]230 2001-12-14: Sander van Leeuwen <sandervl@xs4all.nl>
231 - KERNEL32: o CancelIo & GetOverlappedResult added for custom device drivers
[7636]232 o Enabled overlapped IO for custom device drivers
[7628]233
[7623]234 2001-12-13: Sander van Leeuwen <sandervl@xs4all.nl>
235 - USER32: o Added function to override name of the PM keyboard hook dll
236 (custombuild)
[7625]237 - WINTRUST: o Added stub dll
[7626]238 - KERNEL32/USER32/ODINCRT:
239 o Collect some simple statistics about memory & DC usage
240 (will be extended & enhanced in the future)
[7623]241
[7615]242 2001-12-12: Sander van Leeuwen <sandervl@xs4all.nl>
243 - USER32: o Put back old windows key scancodes
[7619]244 o Fix for handling Alt-F4 in default window handler
[7649]245 o SendInput fix; send message and clear extra info
[7619]246 afterwards
247 - COMCTL32: o Comboex, rebar, tooltips, toolbar bugfixes: (Wine)
248 NEVER delete the font object received by WM_SETFONT
[7615]249
[7611]250 2001-12-11: Sander van Leeuwen <sandervl@xs4all.nl>
251 - USER32: o Swallow message if WH_KEYBOARD_LL hook returns TRUE
252 o Fixed windows key scancodes
[7649]253 o Do no generate a left control key message when Alt-Gr
[7611]254 is pressed (experimental change)
255
[7607]256 2001-12-11: Patrick Haller <patrick.haller@innotek.de>
257 - PMKBDHK: o Interception of PM Window Hoteys (i. e. Alt-F7)
[7608]258 TODO: generate accelerators in Odin
[7607]259
[7602]260 2001-12-10: Sander van Leeuwen <sandervl@xs4all.nl>
261 - KERNEL32: o Overlapped IO updates
262
[7595]263 2001-12-09: Sander van Leeuwen <sandervl@xs4all.nl>
[7597]264 - KERNEL32: o Overlapped IO fix (poll & half or full duplex support)
[7600]265 - MAKEFILES:o Delete dummy.c after copying custom library (CUSTOMBUILD=1)
[7595]266
[7571]267 2001-12-08: Sander van Leeuwen <sandervl@xs4all.nl>
268 - KERNEL32: o Added read & write functions to custom driver interface
[7574]269 o OdinSetVersion added to override windows version reported by
270 Odin (Win98, WinME, NT4, Win2000, WinXP)
[7586]271 o NEW DEFAULT WINDOWS VERSION IS WINDOWS 2000 SP2 (!)
[7574]272 o New versions available for odin.ini version override
273 [WinVersion]
274 Version=Win98 -> Windows 98
275 Version=WinME -> Windows ME
[7649]276 Version=NT4 -> Windows NT4 SP6
[7586]277 Version=Win2000 -> Windows 2000 SP2 (default)
[7574]278 Version=WinXP -> Windows XP
[7649]279 o IOCTL_STORAGE_GET_MEDIA_TYPES is identical to
[7576]280 IOCTL_DISK_GET_MEDIA_TYPES
[7578]281 o Support for Windows 2000 GetVersionEx extension (OSVERSIONINFOEX
[7580]282 structure) added
283 o Added symbolic link for Windows 2000 device driver names
284 \\.\Global -> \\.
[7584]285 o Clear GENERIC_WRITE flag if application tries to open
286 readonly device (e.g. cdrom). This is not allowed in OS/2.
[7582]287 - INSTALL: o Add font mapping for 'MS Shell Dlg 2' to WarpSans
[7571]288
[7563]289 2001-12-07: Sander van Leeuwen <sandervl@xs4all.nl>
290 - KERNEL32: o GetFileType for parallel port device returns FILE_TYPE_PIPE
291 (verified in NT4, SP6)
292 o Comm functions not valid for parallel port handles
[7565]293 o Overlapped IO updates
294 o Com port now uses new overlapped class for overlapped IO
295 o Call ExitProcess when executable entrypoint returns (LX images)
296 o Be careful when cleaning up threads after ExitProcess has
297 been called
[7563]298
[7558]299 2001-12-06: Sander van Leeuwen <sandervl@xs4all.nl>
[7561]300 - KERNEL32: o Added FindFirstFileExA/FindFirstFileExW
301 o Overlapped IO updates (still untested)
[7558]302 - DINPUT: o Link with guidlib.lib
303 - GUIDLIB: o Include dinput.h for DirectInput GUIDs
304
[7547]305 2001-12-05: Sander van Leeuwen <sandervl@xs4all.nl>
306 - KERNEL32: o Merged WriteFile & WriteFileEx, ReadFile & ReadFileEx
307 handle manager functions
308 o Removed dwType handle manager structure member; added
309 win32 handle to structure
310 (NOTE: All work in progress for new framework for overlapped IO)
[7649]311 o ReadFileEx/WriteFileEx: lpOverlapped->Offset & lpOverlapped->OffsetHigh
[7558]312 must be 0 if used with named pipes
[7547]313
[7542]314 2001-12-04: Patrick Haller <patrick.haller@innotek.de>
315 - KERNEL32: o parallel port support restricted to physical ports
316 (LAN redirections not supported)
317
[7540]318 2001-12-04: Sander van Leeuwen <sandervl@xs4all.nl>
319 - COMCTL32: o Hack added for proper resizing of wizard property sheet in
320 CVP. Not sure if it's always correct or whether it has a
321 bad effect on other apps (none found so far).
[7545]322 - WININET: o HttpSendRequestA fix: strlen(NULL) crashes
[7540]323
[7536]324 2001-12-03: Patrick Haller <patrick.haller@innotek.de>
325 - KERNEL32: o put in correct ioctl identifiers for parport support
326 in winioctl.h
[7538]327 o parallel port support (hardware configuration) enabled
[7536]328
[7534]329 2001-12-03: Sander van Leeuwen <sandervl@xs4all.nl>
330 - KERNEL32: o Use DosSleep in Sleep (don't call WGSS)
331 o GetThreadPriority: return priority stored in TEB
332 o Rewrote SetThreadPriority; allow it to change priority
333 classes too. WGSS only changes delta in SetThreadPriority
[7649]334 and class in SetPriorityClass (but that one affects the whole
[7534]335 process, so it is rarely used by applications)
[7649]336 THREAD_PRIORITY_IDLE -> PRTYC_IDLETIME, 0
[7534]337 THREAD_PRIORITY_LOWEST -> PRTYC_REGULAR, PRTYD_MINIMUM
338 THREAD_PRIORITY_BELOW_NORMAL -> PRTYC_REGULAR, -15
339 THREAD_PRIORITY_NORMAL -> PRTYC_REGULAR, 0
340 THREAD_PRIORITY_ABOVE_NORMAL -> PRTYC_REGULAR, 15
341 THREAD_PRIORITY_HIGHEST -> PRTYC_REGULAR, PRTYD_MAXIMUM
342 THREAD_PRIORITY_TIME_CRITICAL -> PRTYC_TIMECRITICAL, 0
343 o SetPriorityClass; just return success for now
344
[7526]345 2001-12-02: Sander van Leeuwen <sandervl@xs4all.nl>
346 - USER32: o Don't send WM_SIZE message to dialog before it receives
347 WM_INITDIALOG
348 (winzip 8.0 and Opera crash when sending this message too soon)
349 (TODO: check in NT if this is really correct)
[7528]350 - COMCTL32: o Restored old property sheet code as latest Wine version
351 causes too many new problems.
[7526]352
[7522]353 2001-12-01: knut st. osmundsen <kosmunds@csc.com>
354 - CRTDLL: o Include ctype.h from dir.c and string.c. (Noted by Ye][ow.)
355
[7520]356 2001-12-01: Sander van Leeuwen <sandervl@xs4all.nl>
357 - KERNEL32: o Fixed GetThreadTEB macro & GetCurrentThreadId
358 (completely broke debug build among other things)
359
[7517]360 2000-12-01: Yuri Dario <mc6530@mclink.it>
361 - USER32: o MENU_FindItem: extra check added for loops in menus
362
Note: See TracBrowser for help on using the repository browser.