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