source: trunk/changelog@ 4283

Last change on this file since 4283 was 4283, checked in by sandervl, 25 years ago

* empty log message *

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