Changeset 2587 for trunk/changelog


Ignore:
Timestamp:
Feb 1, 2000, 8:30:17 AM (26 years ago)
Author:
bird
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r2585 r2587  
    1  /* $Id: changelog,v 1.681 2000-01-31 22:51:28 phaller Exp $ */
     1 /* $Id: changelog,v 1.682 2000-02-01 07:30:17 bird Exp $ */
     2
     3 2000-02-01: Knut Stange Osmundse <knut.stange.osmundsen>
     4        - Pe2Lx: Makefile should be working again.
    25
    36 2000-02-01: Patrick Haller <phaller@gmx.net>
     
    811
    912 2000-01-31: Sander van Leeuwen <sandervl@xs4all.nl>
    10         - USER32: GetDCEx with window handle 0 fails in Windows 98; now it also 
     13        - USER32: GetDCEx with window handle 0 fails in Windows 98; now it also
    1114                  returns an error in Odin.
    1215                  GetWindowDC & GetDC use the desktop window handle if hwnd == 0
     
    2023        - USER32: Don't check for window visibility when calling SetWindowPos
    2124                  in SetMenu. (fixes menu in standard minesweeper)
    22                   (NOTE: May need to call SetWindowPos with SWP_FRAMECHANGED 
     25                  (NOTE: May need to call SetWindowPos with SWP_FRAMECHANGED
    2326                         when showing a window (see Wine code))
    2427                  Put back GetMenuStringA fix (return length of string if string pointer
     
    3336                  (call ShowWindow) -> fixed non-visible button bar in mIRC
    3437                  Don't set WS_VISIBLE on by default. Windows are made visible
    35                   during creation by calling ShowWindow.   
     38                  during creation by calling ShowWindow.
    3639                  Call UpdateWindow for client window, not the frame.
    3740        - INCLUDE\WIN\wingdi.h: Added GdiFlush declaration
Note: See TracChangeset for help on using the changeset viewer.