source: trunk/changelog@ 3368

Last change on this file since 3368 was 3368, checked in by cbratschi, 26 years ago

* empty log message *

File size: 6.0 KB
Line 
1 /* $Id: changelog,v 1.883 2000-04-12 16:35:28 cbratschi Exp $ */
2
3 2000-04-12: Christoph Bratschi <cbratschi@datacomm.ch>
4 - COMCTL32: listview: completed most version 4 features
5
6 2000-04-10: Sander van Leeuwen <sandervl@xs4all.nl>
7 - USER32: Added support for topmost windows
8
9 2000-04-10: David Raison <djr@lemur.co.uk>
10 - COMDLG32: fixed wrong lParam in file dialog
11
12 2000-04-09: Sander van Leeuwen <sandervl@xs4all.nl>
13 - GDI32: Y inversion fix for dib sections blits
14 - WINMM: GetPosition fix (don't return 0 when stream not active)
15 - KERNEL32: Fixed OSLibDosFindFirst. Return error if First DosFirstFirst
16 fails. (fixes RealPlayer 7 install)
17
18 2000-04-09: Yuri Dario <mc6530@mclink.it>
19 - INCLUDE(\WIN):
20 - odin.h: define NONAMELESSUNION only for VA3.0 (now works with VA4);
21 remove buildin.h when invoked from resource compiler.
22 - commctrl.h: new macros
23 - mmsystem.h: define DUMMYUNIONNAME with same code used in other
24 headers to avoid precompiling errors.
25 - shlguid.h: missing ID
26 - shlobj.h: missing shlguid.h include
27 - windows.h: define CINTERFACE only for C compilers or VA3.x
28 - windowsx.h: macros
29 - wingdi.h: few AW defines
30 - winuser.h: new macros
31
32 2000-04-08: Christoph Bratschi <cbratschi@datacomm.ch>
33 - COMCTL32: added new styles and functionality, bug fixes
34
35 2000-04-08: Sander van Leeuwen <sandervl@xs4all.nl>
36 - WINMM: Restart, pause & underrun fixes
37 - KERNEL32: Fixed bug in CompareStringW. Unicode conversion was
38 causing heap corruption. (RealPlayer 7 crashes)
39
40 2000-04-07: Michal Necasek <mike@mendelu.cz>
41 - DDRAW\NEW: Experimental fullscreen DDraw, VIDEOPMI based.
42 May not work with all video cards and may cause all
43 kinds of trouble. But works swell for eg. Fallout 1/2
44 or HMM3. Contains some extra bugs compared to the
45 windowed DDraw, ie. Moorhuhn and others don't work
46 with it at all. Please tell me about your experience
47 with this shameless hack.
48
49 2000-04-07: Sander van Leeuwen <sandervl@xs4all.nl>
50 - WINMM: Don't restart when already playing
51 - USER32: Print mark in debug log with WriteLog (#ifdef DEBUG), not dprintf
52 Workaround for paint problems in RealPlayer 7 Update 1.
53 (don't clip the dc with a region in DoNCPaint if the clip
54 region has the same size as the window; doing so creates
55 update problems for no obvious reason)
56 - GDI32: Only change bitmap size in SetDIBitsToDevice if bitmap
57 is not compressed. (fixes crash during startup in Excel)
58 NOTE: Open32 doesn't implement compression type conversion
59 correctly. (black splash screen for RLE8 bitmap)
60 - KERNEL32: Return length of windows or system directory when
61 GetWindowsDirectory/GetSystemDirectory is called with
62 a NULL pointer
63
64 2000-04-07: David Raison <djr@lemur.co.uk>
65 - USER32: Set lfSmCaptionFont structure in NONCLIENTMETRICSA
66 (SystemParametersInfoA/SPI_GETNONCLIENTMETRICS)
67
68 2000-04-07: Knut St. Osmundsen <knut.stange.osmundsen@pmsc.no>
69 - TOOLS\DBGINFO: Sym2Hll is now able to convert .SYM files into HLL
70 debuginfo and add it to LX executables. This might be
71 quite useful if you want to see system DLL while debugging.
72 But before you add debuginfo to all dll's in c:\os2\dll
73 I have to warn that this is _very_ alpha software. Do always
74 make a backup (Sym2Hll don't create backups!) and have
75 recovery boot disks ready!
76
77 2000-04-06: Sander van Leeuwen <sandervl@xs4all.nl>
78 - WINMM: Fixed message callback once more (previous fix broke rp7)
79 Fixed restart
80
81 2000-04-08: Michal Necasek <mike@mendelu.cz>
82 - WINMM: Moved phwo == NULL check below format query handling.
83 (enables sound in Jack Jazzrabbit; still not right though)
84
85 2000-04-05: David Raison <djr@lemur.co.uk>
86 - OLEAUT32: Turned default DEBUG-info down.
87
88 2000-04-05: Knut St. Osmundsen <knut.stange.osmundsen@pmsc.no>
89 - Win32k: Added fixpack 13 symbols to the symbol database.
90 Using win32k.sys with fp13 works fine here.
91
92 2000-04-05: Sander van Leeuwen <sandervl@xs4all.nl>
93 - WINMM: Smallest waveout buffer size = 128 bytes
94 Fixed callback bugs (reported by Michal Necasek)
95
96 2000-04-03: David Raison <djr@lemur.co.uk>
97 - OLE32: Added CoCreateGUID (calls RPCRT4.UuidCreate)
98 - RPCRT4: Beginning of new dll:
99 RpcStringFreeA, RpcStringFreeW, UuidCompare
100 UuidCreate, UuidCreateNil, UuidEqual
101 UuidFromStringA, UuidFromStringW, UuidHash
102 UuidIsNil, UuidToStringA, UuidToStringW
103
104 2000-04-02: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
105 - SHELL32: don't sort files case sensitive
106
107 2000-04-02: Christoph Bratschi <cbratschi@datacomm.ch>
108 - KERNEL32: FindFirst: don't return "." and ".." in root
109 wrote long to short name conversion
110 added error code converter
111 - USER32: removed 'What You See Is What You Get On First Of April'
112
113 2000-04-02: Sander van Leeuwen <sandervl@xs4all.nl>
114 - USER32: dc.cpp cleanup
115 - GDI32: Dib section sync bugfix (todo: rgb 565 to 555 conversion if bpp == 16)
116 Set y inversion to 0 if dib section isn't flipped
117 (fixes upside down flash videos in RealPlayer 7)
118 - WINMM: Faked mixer apis
119
120 2000-04-01: Sander van Leeuwen <sandervl@xs4all.nl>
121 - GDI32: Fixed dibsection bitblits. (wrong updates of realplayer 7
122 videos)
123
124 2000-04-01: Christoph Bratschi <cbratschi@datacomm.ch>
125 - USER32: added WYSIWYGOFOA interface
126
127 2000-04-01: Edgar Buerkle <Edgar.Buerkle@gmx.net>
128 - USER32: Fixed track frame width & height (now you can actually
129 see the tracking frame when moving a window)
130
Note: See TracBrowser for help on using the repository browser.