source: trunk/changelog@ 4343

Last change on this file since 4343 was 4343, checked in by achimha, 25 years ago

* empty log message *

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