Changeset 5059 for trunk/changelog


Ignore:
Timestamp:
Feb 3, 2001, 7:51:13 PM (25 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r5055 r5059  
    1 /* $Id: changelog,v 1.1239 2001-02-02 19:00:21 sandervl Exp $ */
     1/* $Id: changelog,v 1.1240 2001-02-03 18:51:13 sandervl Exp $ */
     2
     3 2001-02-03: Sander van Leeuwen <sandervl@xs4all.nl>
     4    - USER32:   o Get/SetWindowLongA/W, Get/SetWindowWord: must set
     5                  last error to ERROR_INVALID_WINDOW_HANDLE if window not found.
     6                  (verified in NT4, SP6)
     7                  Must also return ERROR_INVALID_INDEX if index is out of range.
     8                  (used to return ERROR_INVALID_PARAMETER) (verified in NT4, SP6)
     9                o Temporary hack to force focus to newly created window
     10                  (if no Odin window has focus after sending WM_ACTIVATE, set
     11                   focus to window that received the activate message)
     12                  (fixes wrong keyboard focus in RealPlayer 8)
    213
    314 2001-02-02: Sander van Leeuwen <sandervl@xs4all.nl>
Note: See TracChangeset for help on using the changeset viewer.