source: trunk/changelog@ 7711

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

* empty log message *

File size: 10.6 KB
Line 
1/* $Id: changelog,v 1.1932 2001-12-30 21:27:36 bird Exp $ */
2
3 2001-12-31: knut st. osmundsen <bird@anduin.net>
4 - Tools/CmdQd:
5 o Corrected bad statement in the clean2 rule.
6
7 2001-12-30: Sander van Leeuwen <sandervl@xs4all.nl>
8 - KERNEL32: o Fixed some wrong return values for disk functions (hmdisk)
9 o GetVolumeInformation: use original volume name to
10 determine maximum file name length
11 - USER32: o Enforce WS_EX_WINDOWEDGE style (Wine)
12 (fixes Opera 6 menu)
13
14 2001-12-28: Sander van Leeuwen <sandervl@xs4all.nl>
15 - USER32: o Do not send WM_SETCURSOR when mouse is captured (SDK docs)
16
17 2001-12-26: Achim Hasenmueller <achimha@innotek.de>
18 - USER32: o don't use hardcoded font height values for menu fonts. Query
19 graphics driver instead (DevQueryCaps) so that we correctly
20 take font settings into account (small, medium, large)
21
22 2001-12-26: Sander van Leeuwen <sandervl@xs4all.nl>
23 - USER32: o Use Wine version of DrawText(Ex)A/W
24 (fixes underscore painting & positioning of text)
25 o (Auto)Check, (Auto)Radio & (Auto)3State buttons send
26 WM_CTLCOLORSTATIC instead of WM_CTLCOLORBTN (verified in NT4)
27 (fixes opening dialog buttons in Opera 6 (choose interface))
28 o RedrawWindow change: call UpdateWindow if window has invalid
29 rectangle and RDW_UPDATENOW flag set
30 - GDI32: o Removed InternalDrawTextExA/W
31 - ODINBUG: o Update by Herwig Bauernfeind (0.5.5)
32
33 2001-12-23: Sander van Leeuwen <sandervl@xs4all.nl>
34 - WINMM: o DisableWaveAudio function added to disable wave audio (custom build)
35 - GDI32: o CreateFont call wrong for DEFAULT_GUI_FONT (pointsize)
36
37 2001-12-22: Sander van Leeuwen <sandervl@xs4all.nl>
38 - KERNEL32: o Print more information when a missing api is called
39 (image that is responsible)
40
41 2001-12-20: Sander van Leeuwen <sandervl@xs4all.nl>
42 - KERNEL32: o Allow all sections to be accessed when loading an executable/dll
43 with LOAD_LIBRARY_AS_DATAFILE
44 (fixes crashes when accessing resources outside the resource
45 section in Opera 6 binaries)
46 - GDI32: o DIB Section blit: don't check source & destination sizes
47 with DC size (GpiDrawBits does that for us)
48 (fixes the two bitmaps in the opening window of Opera 6
49 (choice between MDI & SDI interface))
50 - USER32: o GetClassNameW: return size in characters and truncate name
51 if buffer not large enough
52 (fixes crash in Opera 6 during startup)
53
54 2001-12-19: knut st. osmundsen <kosmunds@csc.com>
55 - MAKEFILES:o Changed inference rules in /src/mesa/3dfx to support MULTIJOBS.
56 o Fixed some problems with /tools/cmdqd while MULTIJOBS is enabled.
57 - TOOLS: o Created a tiny preload script, PreloadTools.cmd, which preload
58 the tools which will be invoked during a make. (Too bad we can't
59 do this with rexx scripts too...)
60
61 2001-12-17: Sander van Leeuwen <sandervl@xs4all.nl>
62 - KERNEL32: o GetVolumeInformation changes:
63 - report JFS as NTFS
64 - report UDF & CDFS as UDF & CDFS (no change)
65 - report everthing else as FAT16
66 (some applications make assumptions about maximium file size
67 based on the volume name)
68
69 2001-12-16: Sander van Leeuwen <sandervl@xs4all.nl>
70 - USER32: o Fixed memory DC leak in DrawIcon & DrawIconEx
71
72 2001-12-15: Sander van Leeuwen <sandervl@xs4all.nl>
73 - GDI32: o Added statistics for font, bitmap, pen, brush & region objects.
74
75 2001-12-14: Sander van Leeuwen <sandervl@xs4all.nl>
76 - KERNEL32: o CancelIo & GetOverlappedResult added for custom device drivers
77 o Enabled overlapped IO for custom device drivers
78
79 2001-12-13: Sander van Leeuwen <sandervl@xs4all.nl>
80 - USER32: o Added function to override name of the PM keyboard hook dll
81 (custombuild)
82 - WINTRUST: o Added stub dll
83 - KERNEL32/USER32/ODINCRT:
84 o Collect some simple statistics about memory & DC usage
85 (will be extended & enhanced in the future)
86
87 2001-12-12: Sander van Leeuwen <sandervl@xs4all.nl>
88 - USER32: o Put back old windows key scancodes
89 o Fix for handling Alt-F4 in default window handler
90 o SendInput fix; send message and clear extra info
91 afterwards
92 - COMCTL32: o Comboex, rebar, tooltips, toolbar bugfixes: (Wine)
93 NEVER delete the font object received by WM_SETFONT
94
95 2001-12-11: Sander van Leeuwen <sandervl@xs4all.nl>
96 - USER32: o Swallow message if WH_KEYBOARD_LL hook returns TRUE
97 o Fixed windows key scancodes
98 o Do no generate a left control key message when Alt-Gr
99 is pressed (experimental change)
100
101 2001-12-11: Patrick Haller <patrick.haller@innotek.de>
102 - PMKBDHK: o Interception of PM Window Hoteys (i. e. Alt-F7)
103 TODO: generate accelerators in Odin
104
105 2001-12-10: Sander van Leeuwen <sandervl@xs4all.nl>
106 - KERNEL32: o Overlapped IO updates
107
108 2001-12-09: Sander van Leeuwen <sandervl@xs4all.nl>
109 - KERNEL32: o Overlapped IO fix (poll & half or full duplex support)
110 - MAKEFILES:o Delete dummy.c after copying custom library (CUSTOMBUILD=1)
111
112 2001-12-08: Sander van Leeuwen <sandervl@xs4all.nl>
113 - KERNEL32: o Added read & write functions to custom driver interface
114 o OdinSetVersion added to override windows version reported by
115 Odin (Win98, WinME, NT4, Win2000, WinXP)
116 o NEW DEFAULT WINDOWS VERSION IS WINDOWS 2000 SP2 (!)
117 o New versions available for odin.ini version override
118 [WinVersion]
119 Version=Win98 -> Windows 98
120 Version=WinME -> Windows ME
121 Version=NT4 -> Windows NT4 SP6
122 Version=Win2000 -> Windows 2000 SP2 (default)
123 Version=WinXP -> Windows XP
124 o IOCTL_STORAGE_GET_MEDIA_TYPES is identical to
125 IOCTL_DISK_GET_MEDIA_TYPES
126 o Support for Windows 2000 GetVersionEx extension (OSVERSIONINFOEX
127 structure) added
128 o Added symbolic link for Windows 2000 device driver names
129 \\.\Global -> \\.
130 o Clear GENERIC_WRITE flag if application tries to open
131 readonly device (e.g. cdrom). This is not allowed in OS/2.
132 - INSTALL: o Add font mapping for 'MS Shell Dlg 2' to WarpSans
133
134 2001-12-07: Sander van Leeuwen <sandervl@xs4all.nl>
135 - KERNEL32: o GetFileType for parallel port device returns FILE_TYPE_PIPE
136 (verified in NT4, SP6)
137 o Comm functions not valid for parallel port handles
138 o Overlapped IO updates
139 o Com port now uses new overlapped class for overlapped IO
140 o Call ExitProcess when executable entrypoint returns (LX images)
141 o Be careful when cleaning up threads after ExitProcess has
142 been called
143
144 2001-12-06: Sander van Leeuwen <sandervl@xs4all.nl>
145 - KERNEL32: o Added FindFirstFileExA/FindFirstFileExW
146 o Overlapped IO updates (still untested)
147 - DINPUT: o Link with guidlib.lib
148 - GUIDLIB: o Include dinput.h for DirectInput GUIDs
149
150 2001-12-05: Sander van Leeuwen <sandervl@xs4all.nl>
151 - KERNEL32: o Merged WriteFile & WriteFileEx, ReadFile & ReadFileEx
152 handle manager functions
153 o Removed dwType handle manager structure member; added
154 win32 handle to structure
155 (NOTE: All work in progress for new framework for overlapped IO)
156 o ReadFileEx/WriteFileEx: lpOverlapped->Offset & lpOverlapped->OffsetHigh
157 must be 0 if used with named pipes
158
159 2001-12-04: Patrick Haller <patrick.haller@innotek.de>
160 - KERNEL32: o parallel port support restricted to physical ports
161 (LAN redirections not supported)
162
163 2001-12-04: Sander van Leeuwen <sandervl@xs4all.nl>
164 - COMCTL32: o Hack added for proper resizing of wizard property sheet in
165 CVP. Not sure if it's always correct or whether it has a
166 bad effect on other apps (none found so far).
167 - WININET: o HttpSendRequestA fix: strlen(NULL) crashes
168
169 2001-12-03: Patrick Haller <patrick.haller@innotek.de>
170 - KERNEL32: o put in correct ioctl identifiers for parport support
171 in winioctl.h
172 o parallel port support (hardware configuration) enabled
173
174 2001-12-03: Sander van Leeuwen <sandervl@xs4all.nl>
175 - KERNEL32: o Use DosSleep in Sleep (don't call WGSS)
176 o GetThreadPriority: return priority stored in TEB
177 o Rewrote SetThreadPriority; allow it to change priority
178 classes too. WGSS only changes delta in SetThreadPriority
179 and class in SetPriorityClass (but that one affects the whole
180 process, so it is rarely used by applications)
181 THREAD_PRIORITY_IDLE -> PRTYC_IDLETIME, 0
182 THREAD_PRIORITY_LOWEST -> PRTYC_REGULAR, PRTYD_MINIMUM
183 THREAD_PRIORITY_BELOW_NORMAL -> PRTYC_REGULAR, -15
184 THREAD_PRIORITY_NORMAL -> PRTYC_REGULAR, 0
185 THREAD_PRIORITY_ABOVE_NORMAL -> PRTYC_REGULAR, 15
186 THREAD_PRIORITY_HIGHEST -> PRTYC_REGULAR, PRTYD_MAXIMUM
187 THREAD_PRIORITY_TIME_CRITICAL -> PRTYC_TIMECRITICAL, 0
188 o SetPriorityClass; just return success for now
189
190 2001-12-02: Sander van Leeuwen <sandervl@xs4all.nl>
191 - USER32: o Don't send WM_SIZE message to dialog before it receives
192 WM_INITDIALOG
193 (winzip 8.0 and Opera crash when sending this message too soon)
194 (TODO: check in NT if this is really correct)
195 - COMCTL32: o Restored old property sheet code as latest Wine version
196 causes too many new problems.
197
198 2001-12-01: knut st. osmundsen <kosmunds@csc.com>
199 - CRTDLL: o Include ctype.h from dir.c and string.c. (Noted by Ye][ow.)
200
201 2001-12-01: Sander van Leeuwen <sandervl@xs4all.nl>
202 - KERNEL32: o Fixed GetThreadTEB macro & GetCurrentThreadId
203 (completely broke debug build among other things)
204
205 2000-12-01: Yuri Dario <mc6530@mclink.it>
206 - USER32: o MENU_FindItem: extra check added for loops in menus
207
Note: See TracBrowser for help on using the repository browser.