source: trunk/changelog@ 7611

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

* empty log message *

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