source: trunk/changelog@ 5339

Last change on this file since 5339 was 5339, checked in by sandervl, 25 years ago

* empty log message *

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