source: trunk/changelog@ 3435

Last change on this file since 3435 was 3435, checked in by phaller, 26 years ago

Fix: build rule for .asm sources

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