1 | /* $Id: changelog,v 1.1306 2001-03-15 20:12:21 bird Exp $ */
|
---|
2 |
|
---|
3 | 2001-03-15: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
4 | - tools/dailbuild:
|
---|
5 | o Added jade and DocBook to the environment.
|
---|
6 | - include/win32k.h:
|
---|
7 | o Defines OBJ_ANY on demand. (For use with DosAllocMemEx().)
|
---|
8 | - tools/fastdep:
|
---|
9 | o Ported to NT by faking the necessary OS/2 APIs.
|
---|
10 | Tested with Watcom C/C++ v11.0.
|
---|
11 | Makefile target: fastdepnt.exe
|
---|
12 |
|
---|
13 | 2001-03-14: Markus Montkowski <mmontkowski@gmx.de>
|
---|
14 | - DPLAYX: o Sync with latest WINE stuff
|
---|
15 | - include\win\dplay.h o Syncd with WINE
|
---|
16 | - include\win\dplobby.h o Syncd with WINE
|
---|
17 |
|
---|
18 | 2001-03-14: Bart van Leeuwen <Bart_van_Leeuwen@netage.nl>
|
---|
19 | - USER32: o Wrong setting of fErase in PAINTSTRUCT (BeginPaint)
|
---|
20 | (fixes background in CDRLabel)
|
---|
21 |
|
---|
22 | 2001-03-13: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
23 | - KERNEL32: o Removed include <builtin.h> from several files. (no longer necessary)
|
---|
24 | - KERNEL32/USER32/GDI32/Dllentry/SHELL32/WINMM/WSOCK32
|
---|
25 | o Dll entrypoint changes for Watcom
|
---|
26 | - USER32: o Set last error to ERROR_INVALID_WINDOW_HANDLE if application
|
---|
27 | passes invalid window handle to BeginPaint.
|
---|
28 | (verified in NT4, SP6)
|
---|
29 |
|
---|
30 | 2001-03-12: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
31 | - KERNEL32: o Fix for SearchPathA with NULL parameter for output buffer
|
---|
32 | (reported by Ahti Heinla)
|
---|
33 | - USER32: o Fail if BeginPaint is called with NULL PAINTSTRUCT pointer
|
---|
34 | (verified in NT4, SP6)
|
---|
35 | - DDRAW/DSOUND:
|
---|
36 | o Removed #ifdef IBMCPP statements (moved into initdll.h).
|
---|
37 |
|
---|
38 | 2001-03-11: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
39 | - Win32k, Pe2Lx, Elf2Lx, Xx2Lx:
|
---|
40 | o Made generic Xx2Lx util for both Pe2Lx and Elf2Lx
|
---|
41 | (and any future loaders).
|
---|
42 | Pe2Lx.exe is now named Xx2Lx.exe!
|
---|
43 | o Makefile fixes.
|
---|
44 | o Elf2Lx compiles (non-working dummy).
|
---|
45 | o Fixed vprint and vprintf16 to not skip multiple LF/CRs.
|
---|
46 |
|
---|
47 | - Configure.cmd:
|
---|
48 | o Changed to configure Win32k as well. Re-run Configure.cmd!!!
|
---|
49 |
|
---|
50 | 2001-03-09: Michal Necasek <michalnec@volny.cz>
|
---|
51 | - DDRAW: o Watcomized (not complete) and cleaned up a bit.
|
---|
52 | Also synced DDRAW\NEW with the main directory.
|
---|
53 | - DSOUND: o Implemented DuplicateSoundBuffer (finally!). That
|
---|
54 | fixed missing sound in The Corporate Machine.
|
---|
55 |
|
---|
56 | 2001-03-07: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
57 | - Win32k: o Fixed trap in k32QuerySystemMemInfo when
|
---|
58 | VIRTUALADDRESSLIMIT=512.
|
---|
59 |
|
---|
60 | 2000-03-06: Michal Necasek <michalnec@volny.cz>
|
---|
61 | - include o More changes and fixes for Watcom
|
---|
62 |
|
---|
63 | 2001-03-02: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
64 | - Win32k: o Fixed some 16-bit compiler problems.
|
---|
65 | o Fixed 4.51 toolkit problems.
|
---|
66 |
|
---|