source: trunk/changelog@ 3386

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

* empty log message *

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