source: trunk/changelog@ 4331

Last change on this file since 4331 was 4331, checked in by bird, 25 years ago

* empty log message *

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