| [4462] | 1 | /* $Id: changelog,v 1.1183 2000-10-09 02:32:29 phaller Exp $ */
|
|---|
| [4454] | 2 |
|
|---|
| [4462] | 3 | 2000-10-09: Patrick Haller <phaller@gmx.net>
|
|---|
| 4 | - KERNEL32: Fixed console bug (left offset) reported by Michal
|
|---|
| 5 |
|
|---|
| [4454] | 6 | 2000-10-08: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 7 | - USER32: GetMinMaxInfo fix for windows with both WS_THICKFRAME and
|
|---|
| 8 | WS_BORDER style (differs from Wine; see comment in win32basepos.cpp
|
|---|
| 9 | Win32BaseWindow::GetMinMaxInfo)
|
|---|
| 10 | Fix for CS_OWNDC windows (origin needs to be changed after
|
|---|
| 11 | window size/position changes)
|
|---|
| [4456] | 12 | Fix for ShowScrollBar (enabling/disabling both scrollbars at once did not work (vert))
|
|---|
| [4458] | 13 | AdjustWindowRectEx fix:
|
|---|
| 14 | Scrollbars aren't checked *UNLESS* the style includes a border (any border)
|
|---|
| 15 | --> VERIFIED IN NT4, SP6 (fixes MFC apps with scrollbars + bar controls)
|
|---|
| 16 |
|
|---|
| [4454] | 17 | - KERNEL32: Do not export the toolhelp apis; NT4 doesn't do that. (only win9x)
|
|---|
| 18 |
|
|---|
| [4448] | 19 | 2000-10-07: Markus Montkowski <mmontkowski@gmx.de>
|
|---|
| 20 | - GDI32: Fixed bitblt, it used the size of the source DC
|
|---|
| 21 | when no destwindow was found. this doesn't work
|
|---|
| 22 | for bitblt between dibsections if the dest is larger.
|
|---|
| 23 | so now it checks if the dest DC belongs to a dibsection
|
|---|
| 24 | and uses sets hdcHeight/Width to the size of the dibsection.
|
|---|
| 25 | Added GetWidth() member function for this.
|
|---|
| 26 | Fixes: Civilisation Test of Times
|
|---|
| [2659] | 27 |
|
|---|
| [4438] | 28 | 2000-10-06: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 29 | - KERNEL32: PE loader: no longer rely on section names, but on image
|
|---|
| 30 | directories instead
|
|---|
| 31 | Init console earlier. (before exe is loaded; some dlls want
|
|---|
| 32 | to send output to the console while they're being loaded)
|
|---|
| [4442] | 33 | EnumResourceNamesW/EnumResourceTypesW fixes (strings not terminated)
|
|---|
| 34 | CreateProcessA/W fix for setting current directory of new process;
|
|---|
| 35 | Open32 ignores lpCurrentDirectory parameter
|
|---|
| 36 | - PELDR: Special parameter for setting current directory added (/OPT[CURDIR=x])
|
|---|
| 37 | - USER32: Ignore class background brush in DefDlgProc for WM_ERASEBKGND
|
|---|
| 38 | (always use GetSysColorBrush(COLOR_BTNFACE))
|
|---|
| 39 | (Wine does this and it fixes the 1st dialog of the Netscape 6 install)
|
|---|
| 40 | OemToCharBuffA fix; put back special characters that got translated
|
|---|
| 41 | to 0xff (fixes Netscape 6 install license edit control)
|
|---|
| [4438] | 42 |
|
|---|
| 43 | 2000-10-05: Michal Necasek <mike@mendelu.cz>
|
|---|
| 44 | - KERNEL32: FormatMessageA/W fix; message ids can be larger than 65535
|
|---|
| 45 | (VACPPWIN)
|
|---|
| 46 |
|
|---|
| [4429] | 47 | 2000-10-05: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 48 | - KERNEL32: Don't print FS warnings for OS/2 Odin applications
|
|---|
| [4437] | 49 | EnumResourceNamesA fix (zero terminate resource name)
|
|---|
| [4429] | 50 | - USER32: GetWindow GW_CHILD & GW_HWNDFIRST fixes
|
|---|
| 51 | EnumDisplaySettingsA; always set refresh rate to 70hz
|
|---|
| [4432] | 52 | Z-order bugs fixed; GetWindow returns windows in correct order now
|
|---|
| 53 | hack for groupbox (clipsiblings) no longer necessary. Same
|
|---|
| 54 | goes for adding WS_CLIPSIBLINGS style for dialog controls.
|
|---|
| 55 | Re-enabled usage of invalid region instead of invalid rectangle
|
|---|
| 56 | in BeginPaint -> lots of paint problems gone (i.e. winzip)
|
|---|
| [4429] | 57 |
|
|---|
| [4432] | 58 | 2000-10-05: Michal Necasek <mike@mendelu.cz>
|
|---|
| 59 | - KERNEL32: Fixes for exception handling (as done by MSVCRT)
|
|---|
| 60 |
|
|---|
| [4428] | 61 | 2000-10-05: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
|---|
| 62 | - tools\common: Implemented read and write buffering for class kFile
|
|---|
| 63 | to speed up kDef2Wat and ImpDef.
|
|---|
| 64 |
|
|---|
| [4423] | 65 | 2000-10-04: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 66 | - KERNEL32: Added forwarder support for PE loader (required for msvcrt40.dll)
|
|---|
| 67 |
|
|---|
| [4420] | 68 | 2000-10-04: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
|---|
| 69 | - tools\ImpDef: Corrected wrong DESCRIPTION statement.
|
|---|
| [4425] | 70 | Corrected exception when processing src\icmp\icmp.def.
|
|---|
| [4420] | 71 |
|
|---|
| [4409] | 72 | 2000-10-03: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 73 | - Include\uniconv.h
|
|---|
| 74 | FS wrappers for Unicode api
|
|---|
| [4416] | 75 | - Include\heapstring.h:
|
|---|
| 76 | strcasecmp & strncasecmp are case insensitive (fixes
|
|---|
| 77 | profile apis (and probably some other things too))
|
|---|
| [4409] | 78 | - KERNEL32: Calculate cpu speed and set HARDWARE\DESCRIPTION\System\CentralProcessor\x\~Mhz key
|
|---|
| 79 | Added GetFileType method to conin/out which return FILE_TYPE_CHAR
|
|---|
| 80 | Create new keys during installation:
|
|---|
| 81 | [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cdfs]
|
|---|
| 82 | [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cdrom]
|
|---|
| 83 | Fix for failure during DLL_PROCESS_ATTACH for LX system
|
|---|
| 84 | dlls (pe loader). Didn't fail properly before.
|
|---|
| [4418] | 85 | Check if executable exists in CreateProcessA; fixes VMWare
|
|---|
| 86 | installation
|
|---|
| [4423] | 87 | InitCommandLine fix (forgot to copy cmd line)
|
|---|
| [4409] | 88 | - USER32: Fix for EDIT_WM_Char (couldn't type in numbers anymore)
|
|---|
| 89 | EnumDisplaySettingsA accepts negative indices
|
|---|
| [4412] | 90 | - ADVAPI32: Cleanup
|
|---|
| [4409] | 91 |
|
|---|
| 92 | 2000-10-03: Michal Necasek <mike@mendelu.cz>
|
|---|
| 93 | - KERNEL32: Fix for HMGetFileType. Must return FILE_TYPE_CHAR for standard
|
|---|
| 94 | handles (in/out/error)
|
|---|
| 95 |
|
|---|
| [4403] | 96 | 2000-10-03: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
|---|
| 97 | - Watcom makefiles:
|
|---|
| 98 | ú Wrote a converter tool to make wlink input from .def files.
|
|---|
| 99 | tools/common - kDef2Wat.exe (Need VA C to compiler currently)
|
|---|
| 100 | ú Found a problem with Watcom when trying to link
|
|---|
| 101 | advapi32.dll; It mangles the __stdcall function when
|
|---|
| 102 | they aren't prototyped/delcared extern "C". Haven't found
|
|---|
| 103 | any solution to this, other than prototyping the
|
|---|
| 104 | APIs within extern "C" { }.
|
|---|
| 105 |
|
|---|
| [4369] | 106 | 2000-10-02: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 107 | - SHLWAPI: Rewrote VERSION_OsIsUnicode (same as SHELL_OsIsUnicode now)
|
|---|
| 108 | - RICHED32: 'Handle' WM_SETTEXT messages. Wine's richedit dll is very
|
|---|
| 109 | incomplete. It's better to use the native windows version.
|
|---|
| 110 | - KERNEL32: Ported Wine's LoadModule (previously used Open32)
|
|---|
| 111 | Changed version apis
|
|---|
| [4420] | 112 | You can now tell Odin to pretend to be Windows 98 or
|
|---|
| [4409] | 113 | Windows NT 4.0 (default = NT40)
|
|---|
| [4369] | 114 | Odin.ini:
|
|---|
| 115 | [WinVersion]
|
|---|
| [4399] | 116 | Version=Win98
|
|---|
| [4382] | 117 | - OLE32: Added stubs for CoGetInstanceFromFile & CoGetInstanceFromIStorage
|
|---|
| [4392] | 118 | - KERNEL32, WSOCK32, WINMM, include\odinwrap.h, SHLWAPI, WNASPI32
|
|---|
| [4390] | 119 | Changes/fixes for new ODINFUNCTION macros
|
|---|
| [4369] | 120 |
|
|---|
| [4366] | 121 | 2000-10-02: Patrick Haller <phaller@gmx.net>
|
|---|
| [4395] | 122 | - *: major change in ODINWRAP macros
|
|---|
| 123 | and (all) affected sources
|
|---|
| [4366] | 124 | - GDI32: fixed possible error in text.cpp (strrchr)
|
|---|
| 125 | - WNETAP32: started implementation of LAN Manager support :)
|
|---|
| [4395] | 126 | NetApiBuffer*
|
|---|
| 127 | NetStatisticsGet
|
|---|
| 128 | NetWkstaGetInfo
|
|---|
| [4366] | 129 | - KERNEL32: added HEAP_size export
|
|---|
| 130 |
|
|---|
| [4359] | 131 | 2000-10-02: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
|---|
| 132 | - KERNEL32: Fixed Pe2Lx (ie. Win32k) TLS problem. Beyond Compare works.
|
|---|
| 133 | - Common: Added very limited dump capability to kFilePE. (Used to
|
|---|
| 134 | understand TLS.)
|
|---|
| [4399] | 135 | - Win32k Added symbols for kernel 14050 (Warp4) and
|
|---|
| 136 | 14054 (Warp4, WS4eB SMP and UNI).
|
|---|
| [4359] | 137 |
|
|---|
| [4356] | 138 | 2000-10-01: Patrick Haller <phaller@gmx.net>
|
|---|
| 139 | - KERNEL32: Optimization of PROFILE calls
|
|---|
| 140 | - GDI32: Fix for uncompressed/RGB bitmaps (biSizeImage == 0)
|
|---|
| 141 | - WINMM: Fix for timer logic - timers still quite untested
|
|---|
| 142 |
|
|---|
| [4350] | 143 | 2000-10-01: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 144 | - KERNEL32: Fixed bug introduced by recent command line changes
|
|---|
| 145 | (executables with spaces in name/dir)
|
|---|
| 146 | - GDI32: Implemented AddFontResourceW
|
|---|
| 147 |
|
|---|
| [4349] | 148 | 2000-10-01: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
|---|
| 149 | - Win32k: ú Added IOCtl API for Reading or Writing into another process'
|
|---|
| 150 | address space. (*ProcessReadWrite)
|
|---|
| 151 | This is intended used to implemented ReadProcessMemory and
|
|---|
| 152 | WriteProcessMemory (which is essensial to debuggers I think).
|
|---|
| 153 | I'll implementet them soon, but it sees that it'll
|
|---|
| 154 | require more changes in process.c that I first thought.
|
|---|
| 155 | ú Simplified maintaince of kernel imports. (mkcalltab)
|
|---|
| 156 | Removed unused imports.
|
|---|
| 157 |
|
|---|