source: trunk/changelog@ 4403

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

* empty log message *

File size: 3.2 KB
Line 
1 /* $Id: changelog,v 1.1164 2000-10-03 05:50:34 bird Exp $ */
2
3 2000-10-03: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
4 - Watcom makefiles:
5 ú Wrote a converter tool to make wlink input from .def files.
6 tools/common - kDef2Wat.exe (Need VA C to compiler currently)
7 ú Found a problem with Watcom when trying to link
8 advapi32.dll; It mangles the __stdcall function when
9 they aren't prototyped/delcared extern "C". Haven't found
10 any solution to this, other than prototyping the
11 APIs within extern "C" { }.
12
13 2000-10-02: Sander van Leeuwen <sandervl@xs4all.nl>
14 - SHLWAPI: Rewrote VERSION_OsIsUnicode (same as SHELL_OsIsUnicode now)
15 - RICHED32: 'Handle' WM_SETTEXT messages. Wine's richedit dll is very
16 incomplete. It's better to use the native windows version.
17 - KERNEL32: Ported Wine's LoadModule (previously used Open32)
18 Changed version apis
19 You can now tell Odin to tell applications it's either
20 Windows 98 or Windows NT 4.0 (default = NT40)
21 Odin.ini:
22 [WinVersion]
23 Version=Win98
24 - OLE32: Added stubs for CoGetInstanceFromFile & CoGetInstanceFromIStorage
25 - KERNEL32, WSOCK32, WINMM, include\odinwrap.h, SHLWAPI, WNASPI32
26 Changes/fixes for new ODINFUNCTION macros
27
28 2000-10-02: Patrick Haller <phaller@gmx.net>
29 - *: major change in ODINWRAP macros
30 and (all) affected sources
31 - GDI32: fixed possible error in text.cpp (strrchr)
32 - WNETAP32: started implementation of LAN Manager support :)
33 NetApiBuffer*
34 NetStatisticsGet
35 NetWkstaGetInfo
36 - KERNEL32: added HEAP_size export
37
38 2000-10-02: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
39 - KERNEL32: Fixed Pe2Lx (ie. Win32k) TLS problem. Beyond Compare works.
40 - Common: Added very limited dump capability to kFilePE. (Used to
41 understand TLS.)
42 - Win32k Added symbols for kernel 14050 (Warp4) and
43 14054 (Warp4, WS4eB SMP and UNI).
44
45 2000-10-01: Patrick Haller <phaller@gmx.net>
46 - KERNEL32: Optimization of PROFILE calls
47 - GDI32: Fix for uncompressed/RGB bitmaps (biSizeImage == 0)
48 - WINMM: Fix for timer logic - timers still quite untested
49
50 2000-10-01: Sander van Leeuwen <sandervl@xs4all.nl>
51 - KERNEL32: Fixed bug introduced by recent command line changes
52 (executables with spaces in name/dir)
53 - GDI32: Implemented AddFontResourceW
54
55 2000-10-01: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
56 - Win32k: ú Added IOCtl API for Reading or Writing into another process'
57 address space. (*ProcessReadWrite)
58 This is intended used to implemented ReadProcessMemory and
59 WriteProcessMemory (which is essensial to debuggers I think).
60 I'll implementet them soon, but it sees that it'll
61 require more changes in process.c that I first thought.
62 ú Simplified maintaince of kernel imports. (mkcalltab)
63 Removed unused imports.
64
Note: See TracBrowser for help on using the repository browser.