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