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