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