source: trunk/changelog@ 4399

Last change on this file since 4399 was 4399, checked in by bird, 25 years ago

* empty log message *

File size: 2.6 KB
Line 
1 /* $Id: changelog,v 1.1163 2000-10-02 22:54:40 bird 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 - Win32k Added symbols for kernel 14050 (Warp4) and
33 14054 (Warp4, WS4eB SMP and UNI).
34
35 2000-10-01: Patrick Haller <phaller@gmx.net>
36 - KERNEL32: Optimization of PROFILE calls
37 - GDI32: Fix for uncompressed/RGB bitmaps (biSizeImage == 0)
38 - WINMM: Fix for timer logic - timers still quite untested
39
40 2000-10-01: Sander van Leeuwen <sandervl@xs4all.nl>
41 - KERNEL32: Fixed bug introduced by recent command line changes
42 (executables with spaces in name/dir)
43 - GDI32: Implemented AddFontResourceW
44
45 2000-10-01: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
46 - Win32k: ú Added IOCtl API for Reading or Writing into another process'
47 address space. (*ProcessReadWrite)
48 This is intended used to implemented ReadProcessMemory and
49 WriteProcessMemory (which is essensial to debuggers I think).
50 I'll implementet them soon, but it sees that it'll
51 require more changes in process.c that I first thought.
52 ú Simplified maintaince of kernel imports. (mkcalltab)
53 Removed unused imports.
54
Note: See TracBrowser for help on using the repository browser.