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