source: trunk/changelog@ 5312

Last change on this file since 5312 was 5312, checked in by hugh, 25 years ago

added dplayx changes

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