Changeset 1278 for trunk/changelog
- Timestamp:
- Oct 14, 1999, 4:46:07 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r1267 r1278 1 /* $Id: changelog,v 1.314 1999-10-13 16:05:25 phaller Exp $ */ 1 /* $Id: changelog,v 1.315 1999-10-14 02:46:07 bird Exp $ */ 2 99-10-14: knut st. osmundsen <knut.stange.osmundsen@pmsc.no> 3 - PE2LX: New implementation in src\win32k\pe2lx. 4 No resource conversion. I have tested it, but do expect to 5 find some bugs. And when you find, please give me a hint. 6 The new Pe2Lx uses much support code,(heap, printf..) 7 from win32k. It also uses the sub-system CRT library (as 8 win32k does). This way more of the win32k code will be 9 tested in Ring 3, so there'll simply be less bugs to track 10 down in Ring 0 and kernel debugger/ICAT. 11 - KERNEL32: Win32???Pe2Lx classes is updated to match the new Pe2lX. 12 Note that TLS is not implemented yet - it's in the line. 13 Fix: Made a temporary fix in atom.cpp for some of the W 14 functions. The string isn't allways a string... I do a 15 permanent fix some other day. 16 - WIN32K: Compiles and links. But Not Tested! 2 17 3 18 99-10-13: Sander van Leeuwen <sandervl@xs4all.nl> … … 9 24 -> Don't allow WM_WINDOWPOSCHANGED messages until after WM_NCCREATE. 10 25 Removed previous OSLibMapWINDOWPOStoSWP bugfix. 11 26 12 27 Default dialog xBaseUnit = 10, yBaseUnit = 20. 13 28 - COMCTL32: Check infoPtr in toolbar during WM_ERASEBKGND … … 138 153 Set last error when window creation fails. 139 154 In DefDlgProcA/W, call DefWindowProcA/W if window is not 140 a dialog. Fixed problems in VPBuddy. 155 a dialog. Fixed problems in VPBuddy. 141 156 Unknown if that's a bug in the app or something else goes wrong. 142 157 - KERNEL32: Bugfix for loading winspool
Note:
See TracChangeset
for help on using the changeset viewer.