Changeset 8869 for trunk/changelog


Ignore:
Timestamp:
Jul 15, 2002, 11:59:39 AM (23 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r8867 r8869  
    1 /* $Id: changelog,v 1.2219 2002-07-13 16:52:25 achimha Exp $ */
     1/* $Id: changelog,v 1.2220 2002-07-15 09:59:39 sandervl Exp $ */
     2
     3 2002-07-15: Sander van Leeuwen <sandervl@innotek.de>
     4    - GDI32:    o Graphics handle management updates
     5                o Mark bitmaps as RGB565 if necessary (CreateCompatibleBitmap,
     6                  CreateDIBitmap)
     7                o DEFAULT_GUI_FONT is a system object (applications are not allowed
     8                  to delete it)
     9    - USER32:   o Updates for new handle management
     10                o System pens & brushes can't be deleted by applications
     11    - KERNEL32: o Suspend all threads (except current one) in ExitProcess,
     12                  unload all dlls and then kill all threads (except current one)
     13                  (prevents rogue threads from accessing memory of dlls that
     14                   have just been unloaded)
     15                  (disabled for now; not a perfect solution)
    216
    317 2002-07-13: Sander van Leeuwen <sandervl@innotek.de>
Note: See TracChangeset for help on using the changeset viewer.