Changeset 1430 for trunk/changelog


Ignore:
Timestamp:
Oct 25, 1999, 12:48:42 AM (26 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r1428 r1430  
    1  /* $Id: changelog,v 1.360 1999-10-24 12:29:50 sandervl Exp $ */
     1 /* $Id: changelog,v 1.361 1999-10-24 22:47:51 sandervl Exp $ */
    22
    33 99-10-24: Sander van Leeuwen <sandervl@xs4all.nl>
    44        - USER32: MDI window fixes (mdi children correctly activated; menus inserted)
     5                  Bugfix in WM_GETTEXT of Edit control (wrong string length)
     6                  Only create global classes when CS_GLOBALCLASS flag specified
     7                  Create system classes only every first time user32 is loaded
     8                  and only unregister them when the last win32 app quits.
     9                  Converted all OS/2 bitmaps to windows format and put them in user32.rc
     10                  (deleted all bmp files)
     11        - USER32,
     12          COMCTL32,
     13          SHELL32: Don't check if control atom already exists, always register
     14                   control.
     15             NOTE: Global classes have a global atom, but the class objects
     16                   are NOT shared! (so you must recreate them for every app)
     17
     18        - KERNEL32: Implemented shared memory mapped files (SDK memory sample
     19                    works for shared memory; haven't tested files and it requires
     20                    more testing!)
     21                    Added shared heap code for memory mapped objects
    522
    623 99-10-24: Daniela Engert <dani@ngrt.de>
Note: See TracChangeset for help on using the changeset viewer.