source: trunk/changelog@ 3389

Last change on this file since 3389 was 3389, checked in by sandervl, 26 years ago

* empty log message *

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