Changeset 1300 for trunk/changelog
- Timestamp:
- Oct 14, 1999, 9:31:59 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r1298 r1300 1 /* $Id: changelog,v 1.321 1999-10-14 18:31:35 sandervl Exp $ */ 1 /* $Id: changelog,v 1.322 1999-10-14 19:31:59 sandervl Exp $ */ 2 3 99-10-14: Sander van Leeuwen <sandervl@xs4all.nl> 4 - USER32: Fixed WM_WINDOWPOSCHANGED (frame window rectangle) 5 Partly implemented CopyImage (only simple copies of icons 6 and cursors; FAR FROM COMPLETE!) 2 7 3 8 99-10-14: Patrick Haller <phaller@gmx.net> … … 8 13 9 14 99-10-14: knut st. osmundsen <knut.stange.osmundsen@pmsc.no> 10 - PE2LX:New implementation in src\win32k\pe2lx.11 No resource conversion. I have tested it, but do expect to12 find some bugs. And when you find, please give me a hint.13 The new Pe2Lx uses much support code,(heap, printf..)14 from win32k. It also uses the sub-system CRT library (as15 win32k does). This way more of the win32k code will be16 tested in Ring 3, so there'll simply be less bugs to track17 down in Ring 0 and kernel debugger/ICAT.18 - KERNEL32:Win32???Pe2Lx classes is updated to match the new Pe2lX.19 Note that TLS is not implemented yet - it's in the line.20 Fix: Made a temporary fix in atom.cpp for some of the W21 functions. The string isn't allways a string... I do a22 permanent fix some other day.23 - WIN32K:Compiles and links. But Not Tested!15 - PE2LX: New implementation in src\win32k\pe2lx. 16 No resource conversion. I have tested it, but do expect to 17 find some bugs. And when you find, please give me a hint. 18 The new Pe2Lx uses much support code,(heap, printf..) 19 from win32k. It also uses the sub-system CRT library (as 20 win32k does). This way more of the win32k code will be 21 tested in Ring 3, so there'll simply be less bugs to track 22 down in Ring 0 and kernel debugger/ICAT. 23 - KERNEL32: Win32???Pe2Lx classes is updated to match the new Pe2lX. 24 Note that TLS is not implemented yet - it's in the line. 25 Fix: Made a temporary fix in atom.cpp for some of the W 26 functions. The string isn't allways a string... I do a 27 permanent fix some other day. 28 - WIN32K: Compiles and links. But Not Tested! 24 29 25 30 99-10-14: Edgar Buerkle <Edgar.Buerkle@gmx.net>
Note:
See TracChangeset
for help on using the changeset viewer.