source: trunk/changelog@ 7975

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

* empty log message *

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