| [7570] | 1 | /* $Id: changelog,v 1.1889 2001-12-08 10:14:18 sandervl Exp $ */
|
|---|
| [6074] | 2 |
|
|---|
| [7563] | 3 | 2001-12-07: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 4 | - KERNEL32: o GetFileType for parallel port device returns FILE_TYPE_PIPE
|
|---|
| 5 | (verified in NT4, SP6)
|
|---|
| 6 | o Comm functions not valid for parallel port handles
|
|---|
| [7565] | 7 | o Overlapped IO updates
|
|---|
| 8 | o Com port now uses new overlapped class for overlapped IO
|
|---|
| 9 | o Call ExitProcess when executable entrypoint returns (LX images)
|
|---|
| 10 | o Be careful when cleaning up threads after ExitProcess has
|
|---|
| 11 | been called
|
|---|
| [7563] | 12 |
|
|---|
| [7558] | 13 | 2001-12-06: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| [7561] | 14 | - KERNEL32: o Added FindFirstFileExA/FindFirstFileExW
|
|---|
| 15 | o Overlapped IO updates (still untested)
|
|---|
| [7558] | 16 | - DINPUT: o Link with guidlib.lib
|
|---|
| 17 | - GUIDLIB: o Include dinput.h for DirectInput GUIDs
|
|---|
| 18 |
|
|---|
| [7547] | 19 | 2001-12-05: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 20 | - KERNEL32: o Merged WriteFile & WriteFileEx, ReadFile & ReadFileEx
|
|---|
| 21 | handle manager functions
|
|---|
| 22 | o Removed dwType handle manager structure member; added
|
|---|
| 23 | win32 handle to structure
|
|---|
| 24 | (NOTE: All work in progress for new framework for overlapped IO)
|
|---|
| [7558] | 25 | o ReadFileEx/WriteFileEx: lpOverlapped->Offset & lpOverlapped->OffsetHigh
|
|---|
| 26 | must be 0 if used with named pipes
|
|---|
| [7547] | 27 |
|
|---|
| [7542] | 28 | 2001-12-04: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| 29 | - KERNEL32: o parallel port support restricted to physical ports
|
|---|
| 30 | (LAN redirections not supported)
|
|---|
| 31 |
|
|---|
| [7540] | 32 | 2001-12-04: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 33 | - COMCTL32: o Hack added for proper resizing of wizard property sheet in
|
|---|
| 34 | CVP. Not sure if it's always correct or whether it has a
|
|---|
| 35 | bad effect on other apps (none found so far).
|
|---|
| [7545] | 36 | - WININET: o HttpSendRequestA fix: strlen(NULL) crashes
|
|---|
| [7540] | 37 |
|
|---|
| [7536] | 38 | 2001-12-03: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| 39 | - KERNEL32: o put in correct ioctl identifiers for parport support
|
|---|
| 40 | in winioctl.h
|
|---|
| [7538] | 41 | o parallel port support (hardware configuration) enabled
|
|---|
| [7536] | 42 |
|
|---|
| [7534] | 43 | 2001-12-03: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 44 | - KERNEL32: o Use DosSleep in Sleep (don't call WGSS)
|
|---|
| 45 | o GetThreadPriority: return priority stored in TEB
|
|---|
| 46 | o Rewrote SetThreadPriority; allow it to change priority
|
|---|
| 47 | classes too. WGSS only changes delta in SetThreadPriority
|
|---|
| 48 | and class in SetPriorityClass (but that one affects the whole
|
|---|
| 49 | process, so it is rarely used by applications)
|
|---|
| 50 | THREAD_PRIORITY_IDLE -> PRTYC_IDLETIME, 0
|
|---|
| 51 | THREAD_PRIORITY_LOWEST -> PRTYC_REGULAR, PRTYD_MINIMUM
|
|---|
| 52 | THREAD_PRIORITY_BELOW_NORMAL -> PRTYC_REGULAR, -15
|
|---|
| 53 | THREAD_PRIORITY_NORMAL -> PRTYC_REGULAR, 0
|
|---|
| 54 | THREAD_PRIORITY_ABOVE_NORMAL -> PRTYC_REGULAR, 15
|
|---|
| 55 | THREAD_PRIORITY_HIGHEST -> PRTYC_REGULAR, PRTYD_MAXIMUM
|
|---|
| 56 | THREAD_PRIORITY_TIME_CRITICAL -> PRTYC_TIMECRITICAL, 0
|
|---|
| 57 | o SetPriorityClass; just return success for now
|
|---|
| 58 |
|
|---|
| [7526] | 59 | 2001-12-02: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 60 | - USER32: o Don't send WM_SIZE message to dialog before it receives
|
|---|
| 61 | WM_INITDIALOG
|
|---|
| 62 | (winzip 8.0 and Opera crash when sending this message too soon)
|
|---|
| 63 | (TODO: check in NT if this is really correct)
|
|---|
| [7528] | 64 | - COMCTL32: o Restored old property sheet code as latest Wine version
|
|---|
| 65 | causes too many new problems.
|
|---|
| [7526] | 66 |
|
|---|
| [7522] | 67 | 2001-12-01: knut st. osmundsen <kosmunds@csc.com>
|
|---|
| 68 | - CRTDLL: o Include ctype.h from dir.c and string.c. (Noted by Ye][ow.)
|
|---|
| 69 |
|
|---|
| [7520] | 70 | 2001-12-01: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 71 | - KERNEL32: o Fixed GetThreadTEB macro & GetCurrentThreadId
|
|---|
| 72 | (completely broke debug build among other things)
|
|---|
| 73 |
|
|---|
| [7517] | 74 | 2000-12-01: Yuri Dario <mc6530@mclink.it>
|
|---|
| 75 | - USER32: o MENU_FindItem: extra check added for loops in menus
|
|---|
| 76 |
|
|---|