source: trunk/changelog@ 4320

Last change on this file since 4320 was 4320, checked in by phaller, 25 years ago

.

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