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