Changeset 5078 for trunk/changelog


Ignore:
Timestamp:
Feb 9, 2001, 7:32:24 PM (25 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r5071 r5078  
    1 /* $Id: changelog,v 1.1243 2001-02-08 18:16:53 sandervl Exp $ */
     1/* $Id: changelog,v 1.1244 2001-02-09 18:32:24 sandervl Exp $ */
     2
     3 2001-02-09: Sander van Leeuwen <sandervl@xs4all.nl>
     4    - COMCTL32: o Register controls in LibMain, not in DLL_InitTerm
     5    - KERNEL32: o Re-register dll if DosFreeModule failed with ERROR_INVALID_ACCESS
     6                  Dll refuses to unload if it has an active exitlist handler
     7                  or depends on a dll that registered an exitlist handler.
     8                  In this case the handle remains valid and the entrypoint of
     9                  the dll is NOT called for DLL_PROCESS_DETACH. The next time
     10                  DosLoadModule is called, the entrypoint (and RegisterLXDll)
     11                  isn't called (DLL_PROCESS_ATTACH).
     12                  WORKAROUND: Re-register the dll so future functions that
     13                              use this dll calls don't fail.
     14                  (fixes crash in shell32 in TextPad 4)
     15                o shared & code heap umalloc changed (now more meaningful debug
     16                  messages in case of heap corruption)
     17    - USER32:   o WM_MINIMIZE/WS_MAXIMIZE support added to CreateWindow
     18                  (fixes size of main InstallShield window for Microsoft Visual
     19                   C++ 4.2)
    220
    321 2001-02-08: Sander van Leeuwen <sandervl@xs4all.nl>
Note: See TracChangeset for help on using the changeset viewer.