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