source: trunk/changelog@ 7601

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

* empty log message *

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