source: trunk/changelog@ 3453

Last change on this file since 3453 was 3453, checked in by bird, 26 years ago

* empty log message *

File size: 12.5 KB
Line 
1 /* $Id: changelog,v 1.913 2000-04-27 12:03:37 bird Exp $ */
2
3 2000-04-27: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
4 - tools/DailyBuild: Checked in the scripts used for the daily build.
5
6 2000-04-27: Achim Hasenmueller <achimha@innotek.de>
7 - put back new wrc.exe, provide workarounds in
8 header files, old one breaks comdlg32
9 TODO: find bug in new wrc and really fix it
10
11 2000-04-25: David Raison <djr@lemur.co.uk>
12 - INCLUDE/WIN: Added RPC_E_* codes to winerror.h
13 - OLE32: Fixed StringFromGUID2
14
15 2000-04-25: Achim Hasenmueller <achimha@innotek.de>
16 - TOOLS/BIN: put back old wrc.exe from Oct. 99 because the
17 new one has problems with include files...
18
19 2000-04-25: Patrick Haller <phaller@gmx.net>
20 - SHLWAPI: - stubbed all the UrlXXX functions (required for IE4/5 ;-)
21
22 2000-04-23: Sander van Leeuwen <sandervl@xs4all.nl>
23 - GDI32: Dib section blit fix (missing pixels)
24 - WSOCK32: Don't send FD_CLOSE message when select returns
25 and there's no data available (recv in another thread
26 might have taken that data before the ioctl call in
27 the WSAAsyncSelect thread)
28 -> fixes lost connections in RealPlayer 7
29
30 2000-04-19: Patrick Haller <phaller@gmx.net>
31 - INCLUDE/PDWIN32.TOOLS: fix build rule for (old) .asm sources
32
33 2000-04-19: knut st. osmundsen <knut.stange.osmundsen@pmsc.no>
34 - KERNEL32: Added fix for bug in FP13 DosQuerySysInfo.
35 Win32k/Pe2Lx loaded files didn't work.
36 Corrected TLS handling for Borland.
37
38 2000-04-19: Sander van Leeuwen <sandervl@xs4all.nl>
39 - TOOLS\WRC: Resync with latest Wine wrc + added code to produce
40 masm compatible assembly (for some reason removed from
41 wrc some time ago)
42 -> fixes file open dialog (nothing painted)
43 - COMCTL32: Check for NULL pointers before freeing memory
44 (toolbar; removes some warnings from the logfiles)
45
46 2000-04-18: Sander van Leeuwen <sandervl@xs4all.nl>
47 - USER32: Added LR_LOADFROMFILE support for icon & cursor loading
48 - GDI32: Dib section fixes (use height/width of window when
49 dc belongs to a window; use correct stretchblit mode)
50 - TOOLS\REGEDIT: Added regedit command line tool (ported this from
51 Wine with some modifications & bug fixes)
52 - KERNEL32: Also set FPU control word to 0x27f before calling thread
53 functions (just to be sure)
54
55 2000-04-16: Christoph Bratschi <cbratschi@datacomm.ch>
56 - COMCTL32: added new resources: i.e. header cursors
57 changed file version to 5.80 (IE5, Win2k)
58 implemented missing listview messages, implemented some
59 extended styles
60
61 2000-04-16: Sander van Leeuwen <sandervl@xs4all.nl>
62 - KERNEL32: Put back dll search method, fixed bug in LoadLibraryEx
63 (no return after error detection)
64 Set FPU control word to 0x27F before calling exe entrypoint
65 (fixes some FPU exception problems in RealPlayer 7)
66
67 2000-04-16: knut st. osmundsen <knut.stange.osmundsen@pmsc.no>
68 - KERNEL32: Reorganized/reworte LoadLibrary/LoadLibraryEx code.
69 isPEImage was changed to return 1 if DLL and 2 if EXE.
70 (It still returns FALSE if not valid PE image.)
71
72 - include\odin32validate.h:
73 New header file. Parameter validation macros.
74 - KERNEL32: Before reading Sanders last message I had rewritten most of
75 the findDll function. So, as my implementation seems a bit
76 more flexible I decided to commit it.
77 Currently it's searching the three LIBPATH paths too. If
78 this causes any real trouble we'll disable this.
79
80 findDll now returns TRUE if a file were found. Callers are
81 corrected to test for this.
82
83 2000-04-15: Christoph Bratschi <cbratschi@datacomm.ch>
84 - COMCTL32: rewrote listview item handling: sort bug fix,
85 allows >= 4.70 support
86 implemented several new messages
87
88 2000-04-15: Sander van Leeuwen <sandervl@xs4all.nl>
89 - WSOCK32: Async select fix (VPBuddy can connect again)
90 - KERNEL32: Remove terminating backslash in FindFirstFileA (if present)
91 (otherwise DosFindFirst fails)
92 Fixed flushing of file maps (wrong VirtualQuery parameter)
93 Path search fix for dlls
94 Dll search order:
95 1) exe dir
96 2) current dir
97 3) windows system dir (kernel32 path)
98 4) windows dir
99 5) path environment variable
100
101 - ODINCRT: Added checks for failing mallocs
102 - USER32: Corrected return value of EnableWindow
103 Send WM_CANCELMODE message when disabling window
104 (return true if previous state was disabled, else false (sdk docs))
105 Don't send mouse messages to disabled windows; reroute
106 them to their parent windows (if any)
107
108 2000-04-14: Sander van Leeuwen <sandervl@xs4all.nl>
109 - KERNEL32: Hardcoded system & windows dir
110 system dir = kernel32 dir
111 windows dir = kernel32 dir\win
112 Fixed dll attach for pe2lx/win32k & lx Odin executables
113 Command line fixes (now starts with full path of exe)
114 Search for dlls in:
115 1) current dir
116 2) win32 exe dir
117 3) windows system dir
118 4) path
119 Append backslash if GetFileAttributes fails (and it's missing
120 from the filename)
121 - PELDR/KERNEL32: Fixed starting of executable with spaces in name
122 (might not be 100% complete yet)
123 Fixes for relative path of executable
124 - ODIN.INI.TXT: Removed DIRECTORIES section
125
126 2000-04-13: Sander van Leeuwen <sandervl@xs4all.nl>
127 - USER32: Set thread message structure to 0 before dispatching it
128 Prevents app from sending the same posted message twice
129 (causing problems when freeing the postmsg struct)
130 (fixes RealPlayer 7 Update service)
131 - CRTDLL: Fixed div (result must be returned in edx:eax)
132 - PE: Check PATH for executable file
133
134 2000-04-12: Christoph Bratschi <cbratschi@datacomm.ch>
135 - COMCTL32: listview: completed most version 4 features
136
137 2000-04-10: Sander van Leeuwen <sandervl@xs4all.nl>
138 - USER32: Added support for topmost windows
139
140 2000-04-10: David Raison <djr@lemur.co.uk>
141 - COMDLG32: fixed wrong lParam in file dialog
142
143 2000-04-09: Sander van Leeuwen <sandervl@xs4all.nl>
144 - GDI32: Y inversion fix for dib sections blits
145 - WINMM: GetPosition fix (don't return 0 when stream not active)
146 - KERNEL32: Fixed OSLibDosFindFirst. Return error if First DosFirstFirst
147 fails. (fixes RealPlayer 7 install)
148
149 2000-04-09: Yuri Dario <mc6530@mclink.it>
150 - INCLUDE(\WIN):
151 - odin.h: define NONAMELESSUNION only for VA3.0 (now works with VA4);
152 remove buildin.h when invoked from resource compiler.
153 - commctrl.h: new macros
154 - mmsystem.h: define DUMMYUNIONNAME with same code used in other
155 headers to avoid precompiling errors.
156 - shlguid.h: missing ID
157 - shlobj.h: missing shlguid.h include
158 - windows.h: define CINTERFACE only for C compilers or VA3.x
159 - windowsx.h: macros
160 - wingdi.h: few AW defines
161 - winuser.h: new macros
162
163 2000-04-08: Christoph Bratschi <cbratschi@datacomm.ch>
164 - COMCTL32: added new styles and functionality, bug fixes
165
166 2000-04-08: Sander van Leeuwen <sandervl@xs4all.nl>
167 - WINMM: Restart, pause & underrun fixes
168 - KERNEL32: Fixed bug in CompareStringW. Unicode conversion was
169 causing heap corruption. (RealPlayer 7 crashes)
170
171 2000-04-07: Michal Necasek <mike@mendelu.cz>
172 - DDRAW\NEW: Experimental fullscreen DDraw, VIDEOPMI based.
173 May not work with all video cards and may cause all
174 kinds of trouble. But works swell for eg. Fallout 1/2
175 or HMM3. Contains some extra bugs compared to the
176 windowed DDraw, ie. Moorhuhn and others don't work
177 with it at all. Please tell me about your experience
178 with this shameless hack.
179
180 2000-04-07: Sander van Leeuwen <sandervl@xs4all.nl>
181 - WINMM: Don't restart when already playing
182 - USER32: Print mark in debug log with WriteLog (#ifdef DEBUG), not dprintf
183 Workaround for paint problems in RealPlayer 7 Update 1.
184 (don't clip the dc with a region in DoNCPaint if the clip
185 region has the same size as the window; doing so creates
186 update problems for no obvious reason)
187 - GDI32: Only change bitmap size in SetDIBitsToDevice if bitmap
188 is not compressed. (fixes crash during startup in Excel)
189 NOTE: Open32 doesn't implement compression type conversion
190 correctly. (black splash screen for RLE8 bitmap)
191 - KERNEL32: Return length of windows or system directory when
192 GetWindowsDirectory/GetSystemDirectory is called with
193 a NULL pointer
194
195 2000-04-07: David Raison <djr@lemur.co.uk>
196 - USER32: Set lfSmCaptionFont structure in NONCLIENTMETRICSA
197 (SystemParametersInfoA/SPI_GETNONCLIENTMETRICS)
198
199 2000-04-07: Knut St. Osmundsen <knut.stange.osmundsen@pmsc.no>
200 - TOOLS\DBGINFO: Sym2Hll is now able to convert .SYM files into HLL
201 debuginfo and add it to LX executables. This might be
202 quite useful if you want to see system DLL while debugging.
203 But before you add debuginfo to all dll's in c:\os2\dll
204 I have to warn that this is _very_ alpha software. Do always
205 make a backup (Sym2Hll don't create backups!) and have
206 recovery boot disks ready!
207
208 2000-04-06: Sander van Leeuwen <sandervl@xs4all.nl>
209 - WINMM: Fixed message callback once more (previous fix broke rp7)
210 Fixed restart
211
212 2000-04-08: Michal Necasek <mike@mendelu.cz>
213 - WINMM: Moved phwo == NULL check below format query handling.
214 (enables sound in Jack Jazzrabbit; still not right though)
215
216 2000-04-05: David Raison <djr@lemur.co.uk>
217 - OLEAUT32: Turned default DEBUG-info down.
218
219 2000-04-05: Knut St. Osmundsen <knut.stange.osmundsen@pmsc.no>
220 - Win32k: Added fixpack 13 symbols to the symbol database.
221 Using win32k.sys with fp13 works fine here.
222
223 2000-04-05: Sander van Leeuwen <sandervl@xs4all.nl>
224 - WINMM: Smallest waveout buffer size = 128 bytes
225 Fixed callback bugs (reported by Michal Necasek)
226
227 2000-04-03: David Raison <djr@lemur.co.uk>
228 - OLE32: Added CoCreateGUID (calls RPCRT4.UuidCreate)
229 - RPCRT4: Beginning of new dll:
230 RpcStringFreeA, RpcStringFreeW, UuidCompare
231 UuidCreate, UuidCreateNil, UuidEqual
232 UuidFromStringA, UuidFromStringW, UuidHash
233 UuidIsNil, UuidToStringA, UuidToStringW
234
235 2000-04-02: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
236 - SHELL32: don't sort files case sensitive
237
238 2000-04-02: Christoph Bratschi <cbratschi@datacomm.ch>
239 - KERNEL32: FindFirst: don't return "." and ".." in root
240 wrote long to short name conversion
241 added error code converter
242 - USER32: removed 'What You See Is What You Get On First Of April'
243
244 2000-04-02: Sander van Leeuwen <sandervl@xs4all.nl>
245 - USER32: dc.cpp cleanup
246 - GDI32: Dib section sync bugfix (todo: rgb 565 to 555 conversion if bpp == 16)
247 Set y inversion to 0 if dib section isn't flipped
248 (fixes upside down flash videos in RealPlayer 7)
249 - WINMM: Faked mixer apis
250
251 2000-04-01: Sander van Leeuwen <sandervl@xs4all.nl>
252 - GDI32: Fixed dibsection bitblits. (wrong updates of realplayer 7
253 videos)
254
255 2000-04-01: Christoph Bratschi <cbratschi@datacomm.ch>
256 - USER32: added WYSIWYGOFOA interface
257
258 2000-04-01: Edgar Buerkle <Edgar.Buerkle@gmx.net>
259 - USER32: Fixed track frame width & height (now you can actually
260 see the tracking frame when moving a window)
261
Note: See TracBrowser for help on using the repository browser.