source: trunk/changelog@ 5306

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

* empty log message *

File size: 2.1 KB
Line 
1/* $Id: changelog,v 1.1303 2001-03-13 18:42:57 sandervl Exp $ */
2
3 2001-03-13: Sander van Leeuwen <sandervl@xs4all.nl>
4 - KERNEL32: o Removed include <builtin.h> from several files. (no longer necessary)
5 - KERNEL32/USER32/GDI32/Dllentry/SHELL32/WINMM/WSOCK32
6 o Dll entrypoint changes for Watcom
7 - USER32: o Set last error to ERROR_INVALID_WINDOW_HANDLE if application
8 passes invalid window handle to BeginPaint.
9 (verified in NT4, SP6)
10
11 2001-03-12: Sander van Leeuwen <sandervl@xs4all.nl>
12 - KERNEL32: o Fix for SearchPathA with NULL parameter for output buffer
13 (reported by Ahti Heinla)
14 - USER32: o Fail if BeginPaint is called with NULL PAINTSTRUCT pointer
15 (verified in NT4, SP6)
16 - DDRAW/DSOUND:
17 o Removed #ifdef IBMCPP statements (moved into initdll.h).
18
19 2001-03-11: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
20 - Win32k, Pe2Lx, Elf2Lx, Xx2Lx:
21 o Made generic Xx2Lx util for both Pe2Lx and Elf2Lx
22 (and any future loaders).
23 Pe2Lx.exe is now named Xx2Lx.exe!
24 o Makefile fixes.
25 o Elf2Lx compiles (non-working dummy).
26 o Fixed vprint and vprintf16 to not skip multiple LF/CRs.
27
28 - Configure.cmd:
29 o Changed to configure Win32k as well. Re-run Configure.cmd!!!
30
31 2001-03-09: Michal Necasek <michalnec@volny.cz>
32 - DDRAW: o Watcomized (not complete) and cleaned up a bit.
33 Also synced DDRAW\NEW with the main directory.
34 - DSOUND: o Implemented DuplicateSoundBuffer (finally!). That
35 fixed missing sound in The Corporate Machine.
36
37 2001-03-07: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
38 - Win32k: o Fixed trap in k32QuerySystemMemInfo when
39 VIRTUALADDRESSLIMIT=512.
40
41 2000-03-06: Michal Necasek <michalnec@volny.cz>
42 - include o More changes and fixes for Watcom
43
44 2001-03-02: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
45 - Win32k: o Fixed some 16-bit compiler problems.
46 o Fixed 4.51 toolkit problems.
47
Note: See TracBrowser for help on using the repository browser.