source: trunk/changelog@ 7584

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

* empty log message *

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