| 1 | /* $Id: changelog,v 1.1171 2000-10-05 01:27:07 bird Exp $ */
|
|---|
| 2 |
|
|---|
| 3 | 2000-10-04: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 4 | - KERNEL32: Added forwarder support for PE loader (required for msvcrt40.dll)
|
|---|
| 5 |
|
|---|
| 6 | 2000-10-04: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
|---|
| 7 | - tools\ImpDef: Corrected wrong DESCRIPTION statement.
|
|---|
| 8 | Corrected exception when processing src\icmp\icmp.def.
|
|---|
| 9 |
|
|---|
| 10 | 2000-10-03: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 11 | - Include\uniconv.h
|
|---|
| 12 | FS wrappers for Unicode api
|
|---|
| 13 | - Include\heapstring.h:
|
|---|
| 14 | strcasecmp & strncasecmp are case insensitive (fixes
|
|---|
| 15 | profile apis (and probably some other things too))
|
|---|
| 16 | - KERNEL32: Calculate cpu speed and set HARDWARE\DESCRIPTION\System\CentralProcessor\x\~Mhz key
|
|---|
| 17 | Added GetFileType method to conin/out which return FILE_TYPE_CHAR
|
|---|
| 18 | Create new keys during installation:
|
|---|
| 19 | [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cdfs]
|
|---|
| 20 | [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cdrom]
|
|---|
| 21 | Fix for failure during DLL_PROCESS_ATTACH for LX system
|
|---|
| 22 | dlls (pe loader). Didn't fail properly before.
|
|---|
| 23 | Check if executable exists in CreateProcessA; fixes VMWare
|
|---|
| 24 | installation
|
|---|
| 25 | InitCommandLine fix (forgot to copy cmd line)
|
|---|
| 26 | - USER32: Fix for EDIT_WM_Char (couldn't type in numbers anymore)
|
|---|
| 27 | EnumDisplaySettingsA accepts negative indices
|
|---|
| 28 | - ADVAPI32: Cleanup
|
|---|
| 29 |
|
|---|
| 30 | 2000-10-03: Michal Necasek <mike@mendelu.cz>
|
|---|
| 31 | - KERNEL32: Fix for HMGetFileType. Must return FILE_TYPE_CHAR for standard
|
|---|
| 32 | handles (in/out/error)
|
|---|
| 33 |
|
|---|
| 34 | 2000-10-03: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
|---|
| 35 | - Watcom makefiles:
|
|---|
| 36 | ú Wrote a converter tool to make wlink input from .def files.
|
|---|
| 37 | tools/common - kDef2Wat.exe (Need VA C to compiler currently)
|
|---|
| 38 | ú Found a problem with Watcom when trying to link
|
|---|
| 39 | advapi32.dll; It mangles the __stdcall function when
|
|---|
| 40 | they aren't prototyped/delcared extern "C". Haven't found
|
|---|
| 41 | any solution to this, other than prototyping the
|
|---|
| 42 | APIs within extern "C" { }.
|
|---|
| 43 |
|
|---|
| 44 | 2000-10-02: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 45 | - SHLWAPI: Rewrote VERSION_OsIsUnicode (same as SHELL_OsIsUnicode now)
|
|---|
| 46 | - RICHED32: 'Handle' WM_SETTEXT messages. Wine's richedit dll is very
|
|---|
| 47 | incomplete. It's better to use the native windows version.
|
|---|
| 48 | - KERNEL32: Ported Wine's LoadModule (previously used Open32)
|
|---|
| 49 | Changed version apis
|
|---|
| 50 | You can now tell Odin to pretend to be Windows 98 or
|
|---|
| 51 | Windows NT 4.0 (default = NT40)
|
|---|
| 52 | Odin.ini:
|
|---|
| 53 | [WinVersion]
|
|---|
| 54 | Version=Win98
|
|---|
| 55 | - OLE32: Added stubs for CoGetInstanceFromFile & CoGetInstanceFromIStorage
|
|---|
| 56 | - KERNEL32, WSOCK32, WINMM, include\odinwrap.h, SHLWAPI, WNASPI32
|
|---|
| 57 | Changes/fixes for new ODINFUNCTION macros
|
|---|
| 58 |
|
|---|
| 59 | 2000-10-02: Patrick Haller <phaller@gmx.net>
|
|---|
| 60 | - *: major change in ODINWRAP macros
|
|---|
| 61 | and (all) affected sources
|
|---|
| 62 | - GDI32: fixed possible error in text.cpp (strrchr)
|
|---|
| 63 | - WNETAP32: started implementation of LAN Manager support :)
|
|---|
| 64 | NetApiBuffer*
|
|---|
| 65 | NetStatisticsGet
|
|---|
| 66 | NetWkstaGetInfo
|
|---|
| 67 | - KERNEL32: added HEAP_size export
|
|---|
| 68 |
|
|---|
| 69 | 2000-10-02: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
|---|
| 70 | - KERNEL32: Fixed Pe2Lx (ie. Win32k) TLS problem. Beyond Compare works.
|
|---|
| 71 | - Common: Added very limited dump capability to kFilePE. (Used to
|
|---|
| 72 | understand TLS.)
|
|---|
| 73 | - Win32k Added symbols for kernel 14050 (Warp4) and
|
|---|
| 74 | 14054 (Warp4, WS4eB SMP and UNI).
|
|---|
| 75 |
|
|---|
| 76 | 2000-10-01: Patrick Haller <phaller@gmx.net>
|
|---|
| 77 | - KERNEL32: Optimization of PROFILE calls
|
|---|
| 78 | - GDI32: Fix for uncompressed/RGB bitmaps (biSizeImage == 0)
|
|---|
| 79 | - WINMM: Fix for timer logic - timers still quite untested
|
|---|
| 80 |
|
|---|
| 81 | 2000-10-01: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 82 | - KERNEL32: Fixed bug introduced by recent command line changes
|
|---|
| 83 | (executables with spaces in name/dir)
|
|---|
| 84 | - GDI32: Implemented AddFontResourceW
|
|---|
| 85 |
|
|---|
| 86 | 2000-10-01: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
|---|
| 87 | - Win32k: ú Added IOCtl API for Reading or Writing into another process'
|
|---|
| 88 | address space. (*ProcessReadWrite)
|
|---|
| 89 | This is intended used to implemented ReadProcessMemory and
|
|---|
| 90 | WriteProcessMemory (which is essensial to debuggers I think).
|
|---|
| 91 | I'll implementet them soon, but it sees that it'll
|
|---|
| 92 | require more changes in process.c that I first thought.
|
|---|
| 93 | ú Simplified maintaince of kernel imports. (mkcalltab)
|
|---|
| 94 | Removed unused imports.
|
|---|
| 95 |
|
|---|