source: trunk/changelog@ 4394

Last change on this file since 4394 was 4392, checked in by sandervl, 25 years ago

* empty log message *

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