Changeset 5603 for trunk/changelog


Ignore:
Timestamp:
Apr 27, 2001, 7:34:19 PM (24 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r5599 r5603  
    1 /* $Id: changelog,v 1.1382 2001-04-26 19:24:26 sandervl Exp $ */
     1/* $Id: changelog,v 1.1383 2001-04-27 17:34:19 sandervl Exp $ */
     2
     3 2001-04-27: Sander van Leeuwen <sandervl@xs4all.nl>
     4    - USER32:   o Call WH_GETMESSAGE hook handler from GetMessage and PeekMessage
     5                  (if message present)
     6                o Added (not 100% correct) filtering for nonclient mouse messages
     7                  (fixes nonclient messages for MS Word 97 (frame & menu mouse actions))
     8                o Recalculate HDC height of windows with CS_OWNDC style if
     9                  window is resized.
     10                  (fixes 28 pixel shift up in MS Word MDI window; Word calls
     11                   GetDCEx once and does custom WM_PAINT handling (never calls
     12                   Begin/EndPaint))
     13    - KERNEL32: o HeapReAlloc: return old pointer if new size is smaller or
     14                               equal to old size.
     15    - INCLUDE\win\unicode:
     16                o strcpyW bugfix (didn't terminate string -> heap corruption)
     17    - DSOUND:   o Preliminary code added for DirectAudio interface.
     18                  (not finished & not activated)
    219
    320 2001-04-26: Sander van Leeuwen <sandervl@xs4all.nl>
Note: See TracChangeset for help on using the changeset viewer.