| [5329] | 1 | /* $Id: changelog,v 1.1308 2001-03-19 14:54:03 bird Exp $ */
|
|---|
| [5313] | 2 |
|
|---|
| [5329] | 3 | 2001-03-19: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
|---|
| 4 | - Pe2Lx: o Convert CUI subsystem to VIO apps. CUI applications will
|
|---|
| 5 | now work as executed thru pec.exe.
|
|---|
| 6 | - Kernel32: o Init VIO Console for Pe2Lx CUI images.
|
|---|
| 7 |
|
|---|
| [5326] | 8 | 2001-03-18: Michal Necasek <michalnec@volny.cz>
|
|---|
| 9 | - DDRAW: o Finally merged DDRAW and DDRAW\NEW. A new key in ODIN.INI
|
|---|
| 10 | controls which version to use:
|
|---|
| 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 |
|
|---|
| [5320] | 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 |
|
|---|
| [5312] | 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
|
|---|
| [5285] | 35 |
|
|---|
| [5313] | 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 |
|
|---|
| [5306] | 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 |
|
|---|
| [5301] | 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)
|
|---|
| [5304] | 51 | - USER32: o Fail if BeginPaint is called with NULL PAINTSTRUCT pointer
|
|---|
| [5301] | 52 | (verified in NT4, SP6)
|
|---|
| [5304] | 53 | - DDRAW/DSOUND:
|
|---|
| 54 | o Removed #ifdef IBMCPP statements (moved into initdll.h).
|
|---|
| [5301] | 55 |
|
|---|
| [5300] | 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 |
|
|---|
| [5291] | 68 |
|
|---|
| [5290] | 69 | 2001-03-07: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
|---|
| 70 | - Win32k: o Fixed trap in k32QuerySystemMemInfo when
|
|---|
| 71 | VIRTUALADDRESSLIMIT=512.
|
|---|
| 72 |
|
|---|
| [5285] | 73 | 2000-03-06: Michal Necasek <michalnec@volny.cz>
|
|---|
| [5288] | 74 | - include o More changes and fixes for Watcom
|
|---|
| 75 |
|
|---|
| [5284] | 76 | 2001-03-02: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
|---|
| 77 | - Win32k: o Fixed some 16-bit compiler problems.
|
|---|
| [5285] | 78 | o Fixed 4.51 toolkit problems.
|
|---|
| [4454] | 79 |
|
|---|