| 1 | /* $Id: changelog,v 1.1162 2000-10-02 21:33:24 phaller Exp $ */
|
|---|
| 2 |
|
|---|
| 3 | 2000-10-02: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 4 | - SHLWAPI: Rewrote VERSION_OsIsUnicode (same as SHELL_OsIsUnicode now)
|
|---|
| 5 | - RICHED32: 'Handle' WM_SETTEXT messages. Wine's richedit dll is very
|
|---|
| 6 | incomplete. It's better to use the native windows version.
|
|---|
| 7 | - KERNEL32: Ported Wine's LoadModule (previously used Open32)
|
|---|
| 8 | Changed version apis
|
|---|
| 9 | You can now tell Odin to tell applications it's either
|
|---|
| 10 | Windows 98 or Windows NT 4.0 (default = NT40)
|
|---|
| 11 | Odin.ini:
|
|---|
| 12 | [WinVersion]
|
|---|
| 13 | Version=Win98
|
|---|
| 14 | - OLE32: Added stubs for CoGetInstanceFromFile & CoGetInstanceFromIStorage
|
|---|
| 15 | - KERNEL32, WSOCK32, WINMM, include\odinwrap.h, SHLWAPI, WNASPI32
|
|---|
| 16 | Changes/fixes for new ODINFUNCTION macros
|
|---|
| 17 |
|
|---|
| 18 | 2000-10-02: Patrick Haller <phaller@gmx.net>
|
|---|
| 19 | - *: major change in ODINWRAP macros
|
|---|
| 20 | and (all) affected sources
|
|---|
| 21 | - GDI32: fixed possible error in text.cpp (strrchr)
|
|---|
| 22 | - WNETAP32: started implementation of LAN Manager support :)
|
|---|
| 23 | NetApiBuffer*
|
|---|
| 24 | NetStatisticsGet
|
|---|
| 25 | NetWkstaGetInfo
|
|---|
| 26 | - KERNEL32: added HEAP_size export
|
|---|
| 27 |
|
|---|
| 28 | 2000-10-02: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
|---|
| 29 | - KERNEL32: Fixed Pe2Lx (ie. Win32k) TLS problem. Beyond Compare works.
|
|---|
| 30 | - Common: Added very limited dump capability to kFilePE. (Used to
|
|---|
| 31 | understand TLS.)
|
|---|
| 32 |
|
|---|
| 33 | 2000-10-01: Patrick Haller <phaller@gmx.net>
|
|---|
| 34 | - KERNEL32: Optimization of PROFILE calls
|
|---|
| 35 | - GDI32: Fix for uncompressed/RGB bitmaps (biSizeImage == 0)
|
|---|
| 36 | - WINMM: Fix for timer logic - timers still quite untested
|
|---|
| 37 |
|
|---|
| 38 | 2000-10-01: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 39 | - KERNEL32: Fixed bug introduced by recent command line changes
|
|---|
| 40 | (executables with spaces in name/dir)
|
|---|
| 41 | - GDI32: Implemented AddFontResourceW
|
|---|
| 42 |
|
|---|
| 43 | 2000-10-01: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
|---|
| 44 | - Win32k: ú Added IOCtl API for Reading or Writing into another process'
|
|---|
| 45 | address space. (*ProcessReadWrite)
|
|---|
| 46 | This is intended used to implemented ReadProcessMemory and
|
|---|
| 47 | WriteProcessMemory (which is essensial to debuggers I think).
|
|---|
| 48 | I'll implementet them soon, but it sees that it'll
|
|---|
| 49 | require more changes in process.c that I first thought.
|
|---|
| 50 | ú Simplified maintaince of kernel imports. (mkcalltab)
|
|---|
| 51 | Removed unused imports.
|
|---|
| 52 |
|
|---|