source: trunk/changelog@ 5350

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

* empty log message *

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