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