source: trunk/changelog@ 7984

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

* empty log message *

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