[7659] | 1 | /* $Id: changelog,v 1.1917 2001-12-20 15:08:30 sandervl Exp $ */
|
---|
[6074] | 2 |
|
---|
[7659] | 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 |
|
---|
[7649] | 9 | 2001-12-19: knut st. osmundsen <kosmunds@csc.com>
|
---|
| 10 | - MAKEFILES:o Changed inference rules in /src/mesa/3dfx to support MULTIJOBS.
|
---|
[7654] | 11 | o Fixed some problems with /tools/cmdqd while MULTIJOBS is enabled.
|
---|
[7652] | 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...)
|
---|
[7649] | 15 |
|
---|
[7644] | 16 | 2001-12-17: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[7649] | 17 | - KERNEL32: o GetVolumeInformation changes:
|
---|
[7644] | 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 |
|
---|
[7638] | 24 | 2001-12-16: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 25 | - USER32: o Fixed memory DC leak in DrawIcon & DrawIconEx
|
---|
| 26 |
|
---|
[7636] | 27 | 2001-12-15: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 28 | - GDI32: o Added statistics for font, bitmap, pen, brush & region objects.
|
---|
| 29 |
|
---|
[7628] | 30 | 2001-12-14: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 31 | - KERNEL32: o CancelIo & GetOverlappedResult added for custom device drivers
|
---|
[7636] | 32 | o Enabled overlapped IO for custom device drivers
|
---|
[7628] | 33 |
|
---|
[7623] | 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)
|
---|
[7625] | 37 | - WINTRUST: o Added stub dll
|
---|
[7626] | 38 | - KERNEL32/USER32/ODINCRT:
|
---|
| 39 | o Collect some simple statistics about memory & DC usage
|
---|
| 40 | (will be extended & enhanced in the future)
|
---|
[7623] | 41 |
|
---|
[7615] | 42 | 2001-12-12: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 43 | - USER32: o Put back old windows key scancodes
|
---|
[7619] | 44 | o Fix for handling Alt-F4 in default window handler
|
---|
[7649] | 45 | o SendInput fix; send message and clear extra info
|
---|
[7619] | 46 | afterwards
|
---|
| 47 | - COMCTL32: o Comboex, rebar, tooltips, toolbar bugfixes: (Wine)
|
---|
| 48 | NEVER delete the font object received by WM_SETFONT
|
---|
[7615] | 49 |
|
---|
[7611] | 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
|
---|
[7649] | 53 | o Do no generate a left control key message when Alt-Gr
|
---|
[7611] | 54 | is pressed (experimental change)
|
---|
| 55 |
|
---|
[7607] | 56 | 2001-12-11: Patrick Haller <patrick.haller@innotek.de>
|
---|
| 57 | - PMKBDHK: o Interception of PM Window Hoteys (i. e. Alt-F7)
|
---|
[7608] | 58 | TODO: generate accelerators in Odin
|
---|
[7607] | 59 |
|
---|
[7602] | 60 | 2001-12-10: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 61 | - KERNEL32: o Overlapped IO updates
|
---|
| 62 |
|
---|
[7595] | 63 | 2001-12-09: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[7597] | 64 | - KERNEL32: o Overlapped IO fix (poll & half or full duplex support)
|
---|
[7600] | 65 | - MAKEFILES:o Delete dummy.c after copying custom library (CUSTOMBUILD=1)
|
---|
[7595] | 66 |
|
---|
[7571] | 67 | 2001-12-08: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 68 | - KERNEL32: o Added read & write functions to custom driver interface
|
---|
[7574] | 69 | o OdinSetVersion added to override windows version reported by
|
---|
| 70 | Odin (Win98, WinME, NT4, Win2000, WinXP)
|
---|
[7586] | 71 | o NEW DEFAULT WINDOWS VERSION IS WINDOWS 2000 SP2 (!)
|
---|
[7574] | 72 | o New versions available for odin.ini version override
|
---|
| 73 | [WinVersion]
|
---|
| 74 | Version=Win98 -> Windows 98
|
---|
| 75 | Version=WinME -> Windows ME
|
---|
[7649] | 76 | Version=NT4 -> Windows NT4 SP6
|
---|
[7586] | 77 | Version=Win2000 -> Windows 2000 SP2 (default)
|
---|
[7574] | 78 | Version=WinXP -> Windows XP
|
---|
[7649] | 79 | o IOCTL_STORAGE_GET_MEDIA_TYPES is identical to
|
---|
[7576] | 80 | IOCTL_DISK_GET_MEDIA_TYPES
|
---|
[7578] | 81 | o Support for Windows 2000 GetVersionEx extension (OSVERSIONINFOEX
|
---|
[7580] | 82 | structure) added
|
---|
| 83 | o Added symbolic link for Windows 2000 device driver names
|
---|
| 84 | \\.\Global -> \\.
|
---|
[7584] | 85 | o Clear GENERIC_WRITE flag if application tries to open
|
---|
| 86 | readonly device (e.g. cdrom). This is not allowed in OS/2.
|
---|
[7582] | 87 | - INSTALL: o Add font mapping for 'MS Shell Dlg 2' to WarpSans
|
---|
[7571] | 88 |
|
---|
[7563] | 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
|
---|
[7565] | 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
|
---|
[7563] | 98 |
|
---|
[7558] | 99 | 2001-12-06: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[7561] | 100 | - KERNEL32: o Added FindFirstFileExA/FindFirstFileExW
|
---|
| 101 | o Overlapped IO updates (still untested)
|
---|
[7558] | 102 | - DINPUT: o Link with guidlib.lib
|
---|
| 103 | - GUIDLIB: o Include dinput.h for DirectInput GUIDs
|
---|
| 104 |
|
---|
[7547] | 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)
|
---|
[7649] | 111 | o ReadFileEx/WriteFileEx: lpOverlapped->Offset & lpOverlapped->OffsetHigh
|
---|
[7558] | 112 | must be 0 if used with named pipes
|
---|
[7547] | 113 |
|
---|
[7542] | 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 |
|
---|
[7540] | 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).
|
---|
[7545] | 122 | - WININET: o HttpSendRequestA fix: strlen(NULL) crashes
|
---|
[7540] | 123 |
|
---|
[7536] | 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
|
---|
[7538] | 127 | o parallel port support (hardware configuration) enabled
|
---|
[7536] | 128 |
|
---|
[7534] | 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
|
---|
[7649] | 134 | and class in SetPriorityClass (but that one affects the whole
|
---|
[7534] | 135 | process, so it is rarely used by applications)
|
---|
[7649] | 136 | THREAD_PRIORITY_IDLE -> PRTYC_IDLETIME, 0
|
---|
[7534] | 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 |
|
---|
[7526] | 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)
|
---|
[7528] | 150 | - COMCTL32: o Restored old property sheet code as latest Wine version
|
---|
| 151 | causes too many new problems.
|
---|
[7526] | 152 |
|
---|
[7522] | 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 |
|
---|
[7520] | 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 |
|
---|
[7517] | 160 | 2000-12-01: Yuri Dario <mc6530@mclink.it>
|
---|
| 161 | - USER32: o MENU_FindItem: extra check added for loops in menus
|
---|
| 162 |
|
---|