source: trunk/changelog@ 4293

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

* empty log message *

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