Changeset 4182 for trunk/changelog
- Timestamp:
- Sep 4, 2000, 4:16:18 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r4175 r4182 1 /* $Id: changelog,v 1.1101 2000-09-03 18:12:14 phaller Exp $ */ 1 /* $Id: changelog,v 1.1102 2000-09-04 02:16:18 bird Exp $ */ 2 3 2000-09-04: knut st. osmundsen <knut.stange.osmundsen@mynd.no> 4 - doc/readme.txt: Updated Win32k sections. 5 - Win32k: Fixed missing object in the 16-bit clib.lib which caused 6 linking of win32k.sys to fail in last daily build. 7 Support for comport 3 and 4. 8 - Win32kCC: Updated dialog to show all information provided by the 9 Win32k IOCtl interface. 2 10 3 11 2000-09-03: Patrick Haller <phaller@gmx.net> … … 5 13 6 14 2000-09-03: Sander van Leeuwen <sandervl@xs4all.nl> 7 - KERNEL32: More logging; 15 - KERNEL32: More logging; 8 16 DeviceIoControl didn't have handlemanager wrapper 9 17 - GDI32: Missing wrapper for WinDrawTabbedText caused FS corruption. … … 18 26 - PE.EXE may be invoked by Win32k.sys. 19 27 Win32k.sys will now operate in three modes: 20 - P ure Pe2Lx mode. Only the Pe2Lx method is used.28 - Pe2Lx mode. Only the Pe2Lx method is used. 21 29 - Mixed Pe2Lx and Pe.exe mode. Pe.exe is invoked for 22 30 executables which Pe2Lx don't currently support. 23 31 (like WinWord, which BTW may trap you PC if invoked 24 in P uremode.)32 in Pe2Lx mode.) 25 33 This is the default mode. 26 34 - Pe.exe mode. Pe.exe is allways used.
Note:
See TracChangeset
for help on using the changeset viewer.