source: trunk/changelog@ 4326

Last change on this file since 4326 was 4326, checked in by mike, 25 years ago

Fixed FS corruption

File size: 14.7 KB
Line 
1 /* $Id: changelog,v 1.1146 2000-09-25 20:53:58 mike Exp $ */
2
3 2000-09-25: Michal Necasek <michalnec@volny.cz>
4 - DDRAW, DDRAW\new: Fixed way too many bugs in asmutil.cpp. Both
5 the MMX and non-MMX transparent blitting functions were
6 incredibly buggy. They probably still are, but _much_ less
7 so. This fixed mouse pointer in Master of Orion II among other
8 things (but the Win95 version of MOO2 is simply buggy anyway).
9 Also fixed one case of FS corruption in DDRAW\new.
10
11 2000-09-25: Patrick Haller <phaller@gmx.net>
12 - KERNEL32: GlobalMemoryStatus does no more rely on Open32 (experiment for AOE)
13 This version should "provide" more memory.
14
15 2000-09-24: Markus Montkowski <mmontkowski@gmx.de>
16 - DPLAYX
17 INCLUDE\win\dplay.h
18 INCLUDE\winpdlobby.h : Synced with latest WINE source,
19 should fix some DX version checking via COM interfaces (like in AOE)
20
21 2000-09-22: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
22 - GLU32: - Changed sorter.cpp to eliminate compiler error
23 - OPENGL32: - Minor change to glthread.c
24
25 2000-09-22: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
26 - Win32k/Pe2Lx:
27 -Always apply all-in-one-object aligment fix. This will
28 solve lots of problems. (Hopefully temporary; I will explore
29 a VMAllocMem flag for VDMs which allows allocation of
30 pagealigned objects in the tiled arenas. The flag works
31 as expected but I get IPEs during process cleanup...)
32 -Corrected bug in applyFixups. Fixups was not applied when
33 the all-in-one-object aligment fix was applied.
34 -The problem with the build 14053 (testcase) kernels is solved.
35 ldrOpenPath have got an addition parameter. Symbols added
36 to the SymDB.
37 -Win32k.sys build now requires h2inc.exe is present in
38 the tools directory of the base DDK.
39 - KERNEL32: Changed Pe2Lx to use module address (address of the header
40 object) as hinstance. Some programs depends on this.
41 - opengl\glu\nurbs\internals: Turned off optimization. Internal
42 compiler error in release mode compiling sorter.cpp.
43
44 2000-09-21: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
45 - INCLUDE\makefiles: Made cleanrule omittable by defining NOCLEAN.
46 - Pe2Lx: Corrected/Made cleanrule.
47 - Win32k: New Microsoft C fix. Invokes it with no environment. Thanks goes to
48 Serge Sterck for this discovery. I hope it works out well.
49
50
51 2000-09-20: Markus Montkowski <mmontkowski@gmx.de>
52 - KERNEL32: Implemented COM-port APIs
53 Enhanced handlemanager to support device and handle data (for COM ports)
54 Added IOCTL to oslibdos
55 - INCLUDE\handlemanager.h os2win.h win32type.h: added COM definitions
56
57 2000-09-19: Michal Necasek <mike@mendelu.cz>
58 - INCLUDE\makefiles: disable C++ exception handling code generation (FS:0 changes)
59
60 2000-09-16: Sander van Leeuwen <sandervl@xs4all.nl>
61 - KERNEL32: Fixed matchModName bugs. (compare name without extension)
62 - WNASPI32: Restore win32 FS selector before calling post procedure
63
64 2000-09-16: David Raison <djr@lemur.co.uk>
65 - OLE32: Further updates from Wine
66 IMessageFilter stubs.
67 - OLEAUT32: Updates from Wine
68 ITypeComp stubs.
69
70 2000-09-16: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
71 - Tools\dbginfo: Solved DosCall1.DLL problem. Successfully creates HLL
72 HLL debuginfo from .SYM files and add it to LX files.
73
74 2000-09-15: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
75 - KERNEL32: Corrected logging for GetModuleFileNameA/W (a handle and
76 a string pointer was mixed - which proved fatal with
77 logging enabled).
78
79 2000-09-15: David Raison <djr@lemur.co.uk>
80 - OLE32: Updates from Wine
81
82 2000-09-15: Sander van Leeuwen <sandervl@xs4all.nl>
83 - WNASPI32: Open and initialize aspirout during dll load; doing this
84 for *every* aspi command is very inefficient.
85 Not possible to share aspirout now, but that could be fixed
86 later on.
87 - KERNEL32: Bug in recent exception handler changes; nested exception
88 are allowed to be dispatched to Odin's handlers. (PE loader
89 depends on it -> fixes crash in Lotus Notes)
90 Export WriteLogNoEOL
91
92 2000-09-14: Sander van Leeuwen <sandervl@xs4all.nl>
93 - WNASPI32: Fixed uninitialized variables in aspirout class
94 Fixed memory leaks (aspi object not deleted when something goes wrong)
95 - KERNEL32: Implemented IOCTL_SCSI_GET_ADDRESS (not perfect; only works
96 for cdrom/dvd drives and only the first one)
97
98 2000-09-13: Sander van Leeuwen <sandervl@xs4all.nl>
99 - KERNEL32: InitCommandLine corrupted the heap
100 Created HandleManager class for physical disks
101 - GDI32: StretchDIBits: Open32 always returns height of bitmap (regardless of how many
102 scanlines were copied); now corrected
103 - WNASPI32: Fixed FS corruption
104
105 2000-09-13: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
106 - KERNEL32: Added method matchModName to Win32ImageBase.
107 Used matchModName in LoadLibraryExA.
108 Documented and enhanced GetModuleFileNameA/W.
109 - Win32k: Display build time and date on verbose init.
110 Made sure build time and date is updated everytime
111 it's relinked.
112
113 2000-09-12: Sander van Leeuwen <sandervl@xs4all.nl>
114 - KERNEL32: GetCommandLine changes broke LX executable support. Fixed now.
115
116 2000-09-12: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
117 - KERNEL32: Rewrote GetCommandLineA/W. Don't depend on Open32 any longer.
118 The commandline strings are moved to global variables in
119 wprocess.cpp.
120 Added/extended some OSLib calls.
121
122 - Wink32: When invoking PE.EXE the first argument (Win32 exe name)
123 should be in quotes.
124 This is not yet corrected for the other invokers. (Scripts/Java).
125
126 2000-09-09: Sander van Leeuwen <sandervl@xs4all.nl>
127 - KERNEL32: Don't dispatch exceptions after application has called
128 ExitProcess. (fixes endless loop of exception handler calls
129 in RealPlayer 7)
130 Create more registry keys during installation:
131 HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager
132 HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce
133 HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\App Paths\iexplore.exe
134 GetFileAttributesA trashes the stack (EBX register corrupted after return)
135 If CreateFile fails to duplicate the handle, then try DosDupHandle
136 (DuplicateHandle for memory mapped files in IE5)
137 Set dwCreation flag to OPEN_EXISTING for DuplicateHandle (memory mapped files)
138 - PE: Endless loop when it can't find executable with name in quotes
139
140 2000-09-08: Michal Necasek <mike@mendelu.cz>
141 - KERNEL32: Changes and fixes for exception handling (now dispatches
142 exceptions to win32 apps)
143
144 2000-09-08: Sander van Leeuwen <sandervl@xs4all.nl>
145 - KERNEL32: Implemented EnumResourceLanguagesA/W
146 Put back some code that was changed. (environ.cpp & heap.cpp)
147 - GDI32: Fixed FS bug in OSLibDeleteRegion
148 - USER32: Removed wrapper for GetWindow; not required
149
150 2000-09-07: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
151 - Win32k: Added last FP14 kernel to Symbol database.
152 Splitted extract.c from Probkrnl.c. Removed old debug
153 code from Probkrnl.c (Probkrnl.exe) - use win32ktst.exe
154 for Ring-3 testing now.
155 Added filehandle fix for MSC60a compiler. (fix don't work!)
156
157 2000-09-07: Patrick Haller <phaller@gmx.net>
158 - KERNEL32: Fixed some FS: bugs in time.cpp, environ.cpp, heap.cpp
159 Fixed language support from WINE sync
160 - GDI32: Fixed some FS: bug in DeleteObject(), DeleteDC()
161
162 2000-09-07: Sander van Leeuwen <sandervl@xs4all.nl>
163 - COMCTL32: TOOLBAR_SetBitmapSize & TOOLBAR_SetBitmapSize; do not return
164 FALSE when called after buttons have been created.
165 (failed assertions in MFC applications; this code is from
166 the latest Wine source tree)
167 - SHELL32: Merged more changes made by Christoph into new tree
168 - KERNEL32: InitDirectories must be called before InitializeTIB or else
169 a win.ini file is created in the root dir (InitializeTIB
170 loads ntdll which depends on user32)
171 (reported by Kai Sommerfeld)
172 - USER32: GetWindow was completely wrong. Didn't take Z-order into account.
173 Fixes MFC applications (missing controls + redraw problems)
174
175 2000-09-06: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
176 - install: Added Win32kCC.exe and kRx.EXE to the .wpi distributions.
177
178 2000-09-05: Sander van Leeuwen <sandervl@xs4all.nl>
179 - USER32: WM_PARENTNOTIFY during WM_CREATE was sent to the wrong window
180 WM_FOCUSCHANGE fix; set & kill focus were sent twice
181 Added more logging.
182 Activate window after resizing (WM_WINDOWPOSCHANGED in pmwindow.cpp)
183 - KERNEL32: Workaround for RegSetValueA; a call to this api in Netscape
184 fails with error 8 due to a 0 size of the key data
185 HMOpenFile fix; pHMHandleData->dwCreation must be set
186 to OPEN_EXISTING or else the memory map class will fail
187 to duplicate the handle.
188
189 2000-09-04: Sander van Leeuwen <sandervl@xs4all.nl>
190 - KERNEL32: GetDiskFreeSpaceExA: added support for 64 bits disk size
191 Rewrote GetDiskFreeSpace (no longer uses Open32)
192 - USER32: SetWindowLong GWL_WNDPROC changes/fixes
193 Type of SetWindowLong determines new window proc type
194 UNLESS the new window proc has already been registered
195 (use the old type in that case) (VERIFIED in NT 4, SP6)
196 Return original window procedure if types match (SetWindowLongX & proc type)
197 otherwise window proc wrapper.
198 Fixes wrong strings in Notes 5.0. (new string problems, but they
199 are caused by something else)
200 - COMCTL32: CreateUpDownControl was not exported correctly
201 (reported by Reinhold Kopper)
202
203 2000-09-04: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
204 - Win32k: Improved error reporting.
205 Corrected fatal bug in the QueryOptionsStatus IOCtl,
206 had forgotten three SSToDS()...
207
208 2000-09-04: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
209 - doc/readme.txt: Updated Win32k sections.
210 - Win32k: Fixed missing object in the 16-bit clib.lib which caused
211 linking of win32k.sys to fail in last daily build.
212 Support for comport 3 and 4.
213 - Win32kCC: Updated dialog to show all information provided by the
214 Win32k IOCtl interface.
215 - Include/HandleManager.h:
216 Added prototype for HMDeviceIoControl which Sander forgot.
217
218 2000-09-03: Patrick Haller <phaller@gmx.net>
219 - KERNEL32: NLS sync with WINE
220
221 2000-09-03: Sander van Leeuwen <sandervl@xs4all.nl>
222 - KERNEL32: More logging;
223 DeviceIoControl didn't have handlemanager wrapper
224 - GDI32: Missing wrapper for WinDrawTabbedText caused FS corruption.
225 PLEASE be more careful in the future!
226
227 2000-09-02: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
228 - Win32k: Finally. I've merged the new changes into the main branch.
229 The most important things are:
230 - More correct search order for DLLs. The differences are
231 now that _ALL_ DLLs are found using the Windows search
232 order, and that the LIBPATH are also searched (last).
233 - PE.EXE may be invoked by Win32k.sys.
234 Win32k.sys will now operate in three modes:
235 - Pe2Lx mode. Only the Pe2Lx method is used.
236 - Mixed Pe2Lx and Pe.exe mode. Pe.exe is invoked for
237 executables which Pe2Lx don't currently support.
238 (like WinWord, which BTW may trap you PC if invoked
239 in Pe2Lx mode.)
240 This is the default mode.
241 - Pe.exe mode. Pe.exe is allways used.
242 (see readme.txt, I'll update it to ASAP but not to night.
243 (I tired after working 36 hours on finishing this...)
244 - UNIX Shell Scripts are working (now).
245 - JAVA invokation. If you try to load a JAVA class the
246 it is executed using java.exe. (note that the class
247 name is case sensitive!)
248 - Pure REXX. This one is for Nenad. .RX and .REX are
249 loaded using a tiny REXX starter, kRX.exe (found in
250 System32 directory).
251 - Win32k Control Center, Win32kCC.EXE. Simple PM
252 program which allows you to change the Win32k.SYS
253 options while running. It does also show some status
254 information (will be extended).
255 - Support for FP14 in the Symbol database.
256 (use the 09th Aug. kernel please).
257
258 - KERNEL32: Speeded up loading by using Win32k.sys IOCtl to get
259 objecttable entries (OTE) for the Pe2Lx executable images,
260 instead of using DosQuerySysState (which gets OTEs for all
261 modules in the entrie system). (This is the reason for the
262 win32k.lib file - it's made by the 'libs' rule from src.)
263
264 2000-09-02: Sander van Leeuwen <sandervl@xs4all.nl>
265 - USER32: Rewrote IsZoomed
266 Removed winzip invisible button fix; causes many repaint
267 problems. Need to find the real cause.
268 - DDRAW: More debug logging; implemented ClipGetClipList
269 - WINMM: mixerGetID fix (for NULL hmixer)
270
271 2000-09-01: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
272 - INCLUDE: Shut up the OS/2 resource compiler (added -n to OS2RCFLAGS).
273 Added linkage macro for the OS2RC which exepacks the resource
274 object: OS2RCLFLAGS
275
276 2000-09-01: Patrick Haller <phaller@gmx.net>
277 - GDI32: - Open32 fix for CreateDIBitmap: some apps claim they have
278 a bitmap w/o palette color table and then send one in to copy.
279 - USER32: - PMWINDOW.CPP: WM_FOCUSCHANCE - validate GetTopParent() handle
280
Note: See TracBrowser for help on using the repository browser.