| 1 | /* $Id: changelog,v 1.1309 2001-03-19 18:56:55 mike Exp $ */
|
|---|
| 2 |
|
|---|
| 3 | 2001-03-19: Michal Necasek <michalnec@volny.cz>
|
|---|
| 4 | - include: o Few updates/fixes for wmake. Enabled .AUTOEPEND which
|
|---|
| 5 | seems to be working fine for DSOUND
|
|---|
| 6 |
|
|---|
| 7 | 2001-03-19: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
|---|
| 8 | - Pe2Lx: o Convert CUI subsystem to VIO apps. CUI applications will
|
|---|
| 9 | now work as executed thru pec.exe.
|
|---|
| 10 | - Kernel32: o Init VIO Console for Pe2Lx CUI images.
|
|---|
| 11 |
|
|---|
| 12 | [DirectDraw]
|
|---|
| 13 | Fullscreen=[True|False|0|1]
|
|---|
| 14 |
|
|---|
| 15 | Don't blame me if your machine goes up in smoke after you've
|
|---|
| 16 | turned fullscreen on ;-)
|
|---|
| 17 | Note: It seems that fullscreen currently doesn't work right
|
|---|
| 18 | with newer SDD releases for 8bpp apps, though 16/24/32bpp
|
|---|
| 19 | should be OK (palette setting problems)
|
|---|
| 20 |
|
|---|
| 21 | 2001-03-15: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
|---|
| 22 | - tools/dailbuild:
|
|---|
| 23 | o Added jade and DocBook to the environment.
|
|---|
| 24 | - include/win32k.h:
|
|---|
| 25 | o Defines OBJ_ANY on demand. (For use with DosAllocMemEx().)
|
|---|
| 26 | - tools/fastdep:
|
|---|
| 27 | o Ported to NT by faking the necessary OS/2 APIs.
|
|---|
| 28 | Tested with Watcom C/C++ v11.0.
|
|---|
| 29 | Makefile target: fastdepnt.exe
|
|---|
| 30 |
|
|---|
| 31 | 2001-03-14: Markus Montkowski <mmontkowski@gmx.de>
|
|---|
| 32 | - DPLAYX: o Sync with latest WINE stuff
|
|---|
| 33 | - include\win\dplay.h o Syncd with WINE
|
|---|
| 34 | - include\win\dplobby.h o Syncd with WINE
|
|---|
| 35 |
|
|---|
| 36 | 2001-03-14: Bart van Leeuwen <Bart_van_Leeuwen@netage.nl>
|
|---|
| 37 | - USER32: o Wrong setting of fErase in PAINTSTRUCT (BeginPaint)
|
|---|
| 38 | (fixes background in CDRLabel)
|
|---|
| 39 |
|
|---|
| 40 | 2001-03-13: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 41 | - KERNEL32: o Removed include <builtin.h> from several files. (no longer necessary)
|
|---|
| 42 | - KERNEL32/USER32/GDI32/Dllentry/SHELL32/WINMM/WSOCK32
|
|---|
| 43 | o Dll entrypoint changes for Watcom
|
|---|
| 44 | - USER32: o Set last error to ERROR_INVALID_WINDOW_HANDLE if application
|
|---|
| 45 | passes invalid window handle to BeginPaint.
|
|---|
| 46 | (verified in NT4, SP6)
|
|---|
| 47 |
|
|---|
| 48 | 2001-03-12: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 49 | - KERNEL32: o Fix for SearchPathA with NULL parameter for output buffer
|
|---|
| 50 | (reported by Ahti Heinla)
|
|---|
| 51 | - USER32: o Fail if BeginPaint is called with NULL PAINTSTRUCT pointer
|
|---|
| 52 | (verified in NT4, SP6)
|
|---|
| 53 | - DDRAW/DSOUND:
|
|---|
| 54 | o Removed #ifdef IBMCPP statements (moved into initdll.h).
|
|---|
| 55 |
|
|---|
| 56 | 2001-03-11: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
|---|
| 57 | - Win32k, Pe2Lx, Elf2Lx, Xx2Lx:
|
|---|
| 58 | o Made generic Xx2Lx util for both Pe2Lx and Elf2Lx
|
|---|
| 59 | (and any future loaders).
|
|---|
| 60 | Pe2Lx.exe is now named Xx2Lx.exe!
|
|---|
| 61 | o Makefile fixes.
|
|---|
| 62 | o Elf2Lx compiles (non-working dummy).
|
|---|
| 63 | o Fixed vprint and vprintf16 to not skip multiple LF/CRs.
|
|---|
| 64 |
|
|---|
| 65 | - Configure.cmd:
|
|---|
| 66 | o Changed to configure Win32k as well. Re-run Configure.cmd!!!
|
|---|
| 67 |
|
|---|
| 68 |
|
|---|
| 69 | 2001-03-07: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
|---|
| 70 | - Win32k: o Fixed trap in k32QuerySystemMemInfo when
|
|---|
| 71 | VIRTUALADDRESSLIMIT=512.
|
|---|
| 72 |
|
|---|
| 73 | 2000-03-06: Michal Necasek <michalnec@volny.cz>
|
|---|
| 74 | - include o More changes and fixes for Watcom
|
|---|
| 75 |
|
|---|
| 76 | 2001-03-02: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
|---|
| 77 | - Win32k: o Fixed some 16-bit compiler problems.
|
|---|
| 78 | o Fixed 4.51 toolkit problems.
|
|---|
| 79 |
|
|---|