source: trunk/changelog@ 3431

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

* empty log message *

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