Changeset 7649 for trunk/changelog


Ignore:
Timestamp:
Dec 19, 2001, 1:45:58 AM (24 years ago)
Author:
bird
Message:

* empty log message *

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.
    25
    36 2001-12-17: Sander van Leeuwen <sandervl@xs4all.nl>
    4     - KERNEL32: o GetVolumeInformation changes: 
     7    - KERNEL32: o GetVolumeInformation changes:
    58                  - report JFS as NTFS
    69                  - report UDF & CDFS as UDF & CDFS (no change)
     
    3033    - USER32:   o Put back old windows key scancodes
    3134                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
    3336                  afterwards
    3437    - COMCTL32: o Comboex, rebar, tooltips, toolbar bugfixes: (Wine)
     
    3841    - USER32:   o Swallow message if WH_KEYBOARD_LL hook returns TRUE
    3942                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
    4144                  is pressed (experimental change)
    4245
     
    6164                  Version=Win98        -> Windows 98
    6265                  Version=WinME        -> Windows ME
    63                   Version=NT4          -> Windows NT4  SP6 
     66                  Version=NT4          -> Windows NT4  SP6
    6467                  Version=Win2000      -> Windows 2000 SP2 (default)
    6568                  Version=WinXP        -> Windows XP
    66                 o IOCTL_STORAGE_GET_MEDIA_TYPES is identical to 
     69                o IOCTL_STORAGE_GET_MEDIA_TYPES is identical to
    6770                  IOCTL_DISK_GET_MEDIA_TYPES
    6871                o Support for Windows 2000 GetVersionEx extension (OSVERSIONINFOEX
     
    9699                  win32 handle to structure
    97100                  (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
    99102                  must be 0 if used with named pipes
    100103
     
    119122                o Rewrote SetThreadPriority; allow it to change priority
    120123                  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
    122125                  process, so it is rarely used by applications)
    123                   THREAD_PRIORITY_IDLE          -> PRTYC_IDLETIME, 0 
     126                  THREAD_PRIORITY_IDLE          -> PRTYC_IDLETIME, 0
    124127                  THREAD_PRIORITY_LOWEST        -> PRTYC_REGULAR, PRTYD_MINIMUM
    125128                  THREAD_PRIORITY_BELOW_NORMAL  -> PRTYC_REGULAR, -15
Note: See TracChangeset for help on using the changeset viewer.