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