source: trunk/changelog@ 7644

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

* empty log message *

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