Changeset 7649 for trunk/changelog
- Timestamp:
- Dec 19, 2001, 1:45:58 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r7644 r7649 1 /* $Id: changelog,v 1.1913 2001-12-17 16:22:42 sandervl Exp $ */ 1 /* $Id: changelog,v 1.1914 2001-12-19 00:45:58 bird Exp $ */ 2 3 2001-12-19: knut st. osmundsen <kosmunds@csc.com> 4 - MAKEFILES:o Changed inference rules in /src/mesa/3dfx to support MULTIJOBS. 2 5 3 6 2001-12-17: Sander van Leeuwen <sandervl@xs4all.nl> 4 - KERNEL32: o GetVolumeInformation changes: 7 - KERNEL32: o GetVolumeInformation changes: 5 8 - report JFS as NTFS 6 9 - report UDF & CDFS as UDF & CDFS (no change) … … 30 33 - USER32: o Put back old windows key scancodes 31 34 o Fix for handling Alt-F4 in default window handler 32 o SendInput fix; send message and clear extra info 35 o SendInput fix; send message and clear extra info 33 36 afterwards 34 37 - COMCTL32: o Comboex, rebar, tooltips, toolbar bugfixes: (Wine) … … 38 41 - USER32: o Swallow message if WH_KEYBOARD_LL hook returns TRUE 39 42 o Fixed windows key scancodes 40 o Do no generate a left control key message when Alt-Gr 43 o Do no generate a left control key message when Alt-Gr 41 44 is pressed (experimental change) 42 45 … … 61 64 Version=Win98 -> Windows 98 62 65 Version=WinME -> Windows ME 63 Version=NT4 -> Windows NT4 SP6 66 Version=NT4 -> Windows NT4 SP6 64 67 Version=Win2000 -> Windows 2000 SP2 (default) 65 68 Version=WinXP -> Windows XP 66 o IOCTL_STORAGE_GET_MEDIA_TYPES is identical to 69 o IOCTL_STORAGE_GET_MEDIA_TYPES is identical to 67 70 IOCTL_DISK_GET_MEDIA_TYPES 68 71 o Support for Windows 2000 GetVersionEx extension (OSVERSIONINFOEX … … 96 99 win32 handle to structure 97 100 (NOTE: All work in progress for new framework for overlapped IO) 98 o ReadFileEx/WriteFileEx: lpOverlapped->Offset & lpOverlapped->OffsetHigh 101 o ReadFileEx/WriteFileEx: lpOverlapped->Offset & lpOverlapped->OffsetHigh 99 102 must be 0 if used with named pipes 100 103 … … 119 122 o Rewrote SetThreadPriority; allow it to change priority 120 123 classes too. WGSS only changes delta in SetThreadPriority 121 and class in SetPriorityClass (but that one affects the whole 124 and class in SetPriorityClass (but that one affects the whole 122 125 process, so it is rarely used by applications) 123 THREAD_PRIORITY_IDLE -> PRTYC_IDLETIME, 0 126 THREAD_PRIORITY_IDLE -> PRTYC_IDLETIME, 0 124 127 THREAD_PRIORITY_LOWEST -> PRTYC_REGULAR, PRTYD_MINIMUM 125 128 THREAD_PRIORITY_BELOW_NORMAL -> PRTYC_REGULAR, -15
Note:
See TracChangeset
for help on using the changeset viewer.