1 | /* $Id: changelog,v 1.1158 2000-10-02 13:36:03 sandervl 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 |
|
---|
15 | 2000-10-02: Patrick Haller <phaller@gmx.net>
|
---|
16 | - GDI32: fixed possible error in text.cpp (strrchr)
|
---|
17 | - WNETAP32: started implementation of LAN Manager support :)
|
---|
18 | - KERNEL32: added HEAP_size export
|
---|
19 |
|
---|
20 | 2000-10-02: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
21 | - KERNEL32: Fixed Pe2Lx (ie. Win32k) TLS problem. Beyond Compare works.
|
---|
22 | - Common: Added very limited dump capability to kFilePE. (Used to
|
---|
23 | understand TLS.)
|
---|
24 |
|
---|
25 | 2000-10-01: Patrick Haller <phaller@gmx.net>
|
---|
26 | - KERNEL32: Optimization of PROFILE calls
|
---|
27 | - GDI32: Fix for uncompressed/RGB bitmaps (biSizeImage == 0)
|
---|
28 | - WINMM: Fix for timer logic - timers still quite untested
|
---|
29 |
|
---|
30 | 2000-10-01: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
31 | - KERNEL32: Fixed bug introduced by recent command line changes
|
---|
32 | (executables with spaces in name/dir)
|
---|
33 | - GDI32: Implemented AddFontResourceW
|
---|
34 |
|
---|
35 | 2000-10-01: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
36 | - Win32k: ú Added IOCtl API for Reading or Writing into another process'
|
---|
37 | address space. (*ProcessReadWrite)
|
---|
38 | This is intended used to implemented ReadProcessMemory and
|
---|
39 | WriteProcessMemory (which is essensial to debuggers I think).
|
---|
40 | I'll implementet them soon, but it sees that it'll
|
---|
41 | require more changes in process.c that I first thought.
|
---|
42 | ú Simplified maintaince of kernel imports. (mkcalltab)
|
---|
43 | Removed unused imports.
|
---|
44 |
|
---|