source: trunk/changelog@ 7649

Last change on this file since 7649 was 7649, checked in by bird, 24 years ago

* empty log message *

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