source: trunk/changelog@ 4337

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

* empty log message *

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