source: trunk/changelog@ 3434

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

* empty log message *

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