Changeset 1278 for trunk/changelog


Ignore:
Timestamp:
Oct 14, 1999, 4:46:07 AM (26 years ago)
Author:
bird
Message:

* empty log message *

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!
    217
    318 99-10-13: Sander van Leeuwen <sandervl@xs4all.nl>
     
    924                  -> Don't allow WM_WINDOWPOSCHANGED messages until after WM_NCCREATE.
    1025                  Removed previous OSLibMapWINDOWPOStoSWP bugfix.
    11                  
     26
    1227                  Default dialog xBaseUnit = 10, yBaseUnit = 20.
    1328        - COMCTL32: Check infoPtr in toolbar during WM_ERASEBKGND
     
    138153                  Set last error when window creation fails.
    139154                  In DefDlgProcA/W, call DefWindowProcA/W if window is not
    140                   a dialog. Fixed problems in VPBuddy. 
     155                  a dialog. Fixed problems in VPBuddy.
    141156                  Unknown if that's a bug in the app or something else goes wrong.
    142157        - KERNEL32: Bugfix for loading winspool
Note: See TracChangeset for help on using the changeset viewer.