| [7607] | 1 | /* $Id: changelog,v 1.1902 2001-12-11 11:11:37 phaller Exp $ */
|
|---|
| [6074] | 2 |
|
|---|
| [7607] | 3 | 2001-12-11: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| 4 | - PMKBDHK: o Interception of PM Window Hoteys (i. e. Alt-F7)
|
|---|
| 5 |
|
|---|
| [7602] | 6 | 2001-12-10: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 7 | - KERNEL32: o Overlapped IO updates
|
|---|
| 8 |
|
|---|
| [7595] | 9 | 2001-12-09: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| [7597] | 10 | - KERNEL32: o Overlapped IO fix (poll & half or full duplex support)
|
|---|
| [7600] | 11 | - MAKEFILES:o Delete dummy.c after copying custom library (CUSTOMBUILD=1)
|
|---|
| [7595] | 12 |
|
|---|
| [7571] | 13 | 2001-12-08: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 14 | - KERNEL32: o Added read & write functions to custom driver interface
|
|---|
| [7574] | 15 | o OdinSetVersion added to override windows version reported by
|
|---|
| 16 | Odin (Win98, WinME, NT4, Win2000, WinXP)
|
|---|
| [7586] | 17 | o NEW DEFAULT WINDOWS VERSION IS WINDOWS 2000 SP2 (!)
|
|---|
| [7574] | 18 | o New versions available for odin.ini version override
|
|---|
| 19 | [WinVersion]
|
|---|
| 20 | Version=Win98 -> Windows 98
|
|---|
| 21 | Version=WinME -> Windows ME
|
|---|
| [7586] | 22 | Version=NT4 -> Windows NT4 SP6
|
|---|
| 23 | Version=Win2000 -> Windows 2000 SP2 (default)
|
|---|
| [7574] | 24 | Version=WinXP -> Windows XP
|
|---|
| [7576] | 25 | o IOCTL_STORAGE_GET_MEDIA_TYPES is identical to
|
|---|
| 26 | IOCTL_DISK_GET_MEDIA_TYPES
|
|---|
| [7578] | 27 | o Support for Windows 2000 GetVersionEx extension (OSVERSIONINFOEX
|
|---|
| [7580] | 28 | structure) added
|
|---|
| 29 | o Added symbolic link for Windows 2000 device driver names
|
|---|
| 30 | \\.\Global -> \\.
|
|---|
| [7584] | 31 | o Clear GENERIC_WRITE flag if application tries to open
|
|---|
| 32 | readonly device (e.g. cdrom). This is not allowed in OS/2.
|
|---|
| [7582] | 33 | - INSTALL: o Add font mapping for 'MS Shell Dlg 2' to WarpSans
|
|---|
| [7571] | 34 |
|
|---|
| [7563] | 35 | 2001-12-07: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 36 | - KERNEL32: o GetFileType for parallel port device returns FILE_TYPE_PIPE
|
|---|
| 37 | (verified in NT4, SP6)
|
|---|
| 38 | o Comm functions not valid for parallel port handles
|
|---|
| [7565] | 39 | o Overlapped IO updates
|
|---|
| 40 | o Com port now uses new overlapped class for overlapped IO
|
|---|
| 41 | o Call ExitProcess when executable entrypoint returns (LX images)
|
|---|
| 42 | o Be careful when cleaning up threads after ExitProcess has
|
|---|
| 43 | been called
|
|---|
| [7563] | 44 |
|
|---|
| [7558] | 45 | 2001-12-06: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| [7561] | 46 | - KERNEL32: o Added FindFirstFileExA/FindFirstFileExW
|
|---|
| 47 | o Overlapped IO updates (still untested)
|
|---|
| [7558] | 48 | - DINPUT: o Link with guidlib.lib
|
|---|
| 49 | - GUIDLIB: o Include dinput.h for DirectInput GUIDs
|
|---|
| 50 |
|
|---|
| [7547] | 51 | 2001-12-05: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 52 | - KERNEL32: o Merged WriteFile & WriteFileEx, ReadFile & ReadFileEx
|
|---|
| 53 | handle manager functions
|
|---|
| 54 | o Removed dwType handle manager structure member; added
|
|---|
| 55 | win32 handle to structure
|
|---|
| 56 | (NOTE: All work in progress for new framework for overlapped IO)
|
|---|
| [7558] | 57 | o ReadFileEx/WriteFileEx: lpOverlapped->Offset & lpOverlapped->OffsetHigh
|
|---|
| 58 | must be 0 if used with named pipes
|
|---|
| [7547] | 59 |
|
|---|
| [7542] | 60 | 2001-12-04: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| 61 | - KERNEL32: o parallel port support restricted to physical ports
|
|---|
| 62 | (LAN redirections not supported)
|
|---|
| 63 |
|
|---|
| [7540] | 64 | 2001-12-04: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 65 | - COMCTL32: o Hack added for proper resizing of wizard property sheet in
|
|---|
| 66 | CVP. Not sure if it's always correct or whether it has a
|
|---|
| 67 | bad effect on other apps (none found so far).
|
|---|
| [7545] | 68 | - WININET: o HttpSendRequestA fix: strlen(NULL) crashes
|
|---|
| [7540] | 69 |
|
|---|
| [7536] | 70 | 2001-12-03: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| 71 | - KERNEL32: o put in correct ioctl identifiers for parport support
|
|---|
| 72 | in winioctl.h
|
|---|
| [7538] | 73 | o parallel port support (hardware configuration) enabled
|
|---|
| [7536] | 74 |
|
|---|
| [7534] | 75 | 2001-12-03: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 76 | - KERNEL32: o Use DosSleep in Sleep (don't call WGSS)
|
|---|
| 77 | o GetThreadPriority: return priority stored in TEB
|
|---|
| 78 | o Rewrote SetThreadPriority; allow it to change priority
|
|---|
| 79 | classes too. WGSS only changes delta in SetThreadPriority
|
|---|
| 80 | and class in SetPriorityClass (but that one affects the whole
|
|---|
| 81 | process, so it is rarely used by applications)
|
|---|
| 82 | THREAD_PRIORITY_IDLE -> PRTYC_IDLETIME, 0
|
|---|
| 83 | THREAD_PRIORITY_LOWEST -> PRTYC_REGULAR, PRTYD_MINIMUM
|
|---|
| 84 | THREAD_PRIORITY_BELOW_NORMAL -> PRTYC_REGULAR, -15
|
|---|
| 85 | THREAD_PRIORITY_NORMAL -> PRTYC_REGULAR, 0
|
|---|
| 86 | THREAD_PRIORITY_ABOVE_NORMAL -> PRTYC_REGULAR, 15
|
|---|
| 87 | THREAD_PRIORITY_HIGHEST -> PRTYC_REGULAR, PRTYD_MAXIMUM
|
|---|
| 88 | THREAD_PRIORITY_TIME_CRITICAL -> PRTYC_TIMECRITICAL, 0
|
|---|
| 89 | o SetPriorityClass; just return success for now
|
|---|
| 90 |
|
|---|
| [7526] | 91 | 2001-12-02: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 92 | - USER32: o Don't send WM_SIZE message to dialog before it receives
|
|---|
| 93 | WM_INITDIALOG
|
|---|
| 94 | (winzip 8.0 and Opera crash when sending this message too soon)
|
|---|
| 95 | (TODO: check in NT if this is really correct)
|
|---|
| [7528] | 96 | - COMCTL32: o Restored old property sheet code as latest Wine version
|
|---|
| 97 | causes too many new problems.
|
|---|
| [7526] | 98 |
|
|---|
| [7522] | 99 | 2001-12-01: knut st. osmundsen <kosmunds@csc.com>
|
|---|
| 100 | - CRTDLL: o Include ctype.h from dir.c and string.c. (Noted by Ye][ow.)
|
|---|
| 101 |
|
|---|
| [7520] | 102 | 2001-12-01: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 103 | - KERNEL32: o Fixed GetThreadTEB macro & GetCurrentThreadId
|
|---|
| 104 | (completely broke debug build among other things)
|
|---|
| 105 |
|
|---|
| [7517] | 106 | 2000-12-01: Yuri Dario <mc6530@mclink.it>
|
|---|
| 107 | - USER32: o MENU_FindItem: extra check added for loops in menus
|
|---|
| 108 |
|
|---|