source: trunk/changelog@ 7654

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

* empty log message *

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