source: trunk/changelog@ 3384

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

* empty log message *

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