source: trunk/changelog@ 4321

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

.

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