source: trunk/changelog@ 7578

Last change on this file since 7578 was 7578, checked in by sandervl, 24 years ago

* empty log message *

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