source: trunk/changelog@ 4359

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

* empty log message *

File size: 1.3 KB
Line 
1 /* $Id: changelog,v 1.1156 2000-10-02 04:07:03 bird Exp $ */
2
3 2000-10-02: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
4 - KERNEL32: Fixed Pe2Lx (ie. Win32k) TLS problem. Beyond Compare works.
5 - Common: Added very limited dump capability to kFilePE. (Used to
6 understand TLS.)
7
8 2000-10-01: Patrick Haller <phaller@gmx.net>
9 - KERNEL32: Optimization of PROFILE calls
10 - GDI32: Fix for uncompressed/RGB bitmaps (biSizeImage == 0)
11 - WINMM: Fix for timer logic - timers still quite untested
12
13 2000-10-01: Sander van Leeuwen <sandervl@xs4all.nl>
14 - KERNEL32: Fixed bug introduced by recent command line changes
15 (executables with spaces in name/dir)
16 - GDI32: Implemented AddFontResourceW
17
18 2000-10-01: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
19 - Win32k: ú Added IOCtl API for Reading or Writing into another process'
20 address space. (*ProcessReadWrite)
21 This is intended used to implemented ReadProcessMemory and
22 WriteProcessMemory (which is essensial to debuggers I think).
23 I'll implementet them soon, but it sees that it'll
24 require more changes in process.c that I first thought.
25 ú Simplified maintaince of kernel imports. (mkcalltab)
26 Removed unused imports.
27
Note: See TracBrowser for help on using the repository browser.