Changeset 6016 for trunk/changelog


Ignore:
Timestamp:
Jun 15, 2001, 11:44:46 AM (24 years ago)
Author:
bird
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r6013 r6016  
    1 /* $Id: changelog,v 1.1516 2001-06-14 14:50:11 sandervl Exp $ */
     1/* $Id: changelog,v 1.1517 2001-06-15 09:44:46 bird Exp $ */
     2
     3 2001-06-14: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
     4    - Kernel32: o Correct bug in LoadLibrary which prevented dynamically
     5                  loading of Pe2Lx/Win32k images.
     6
     7 2001-06-14: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
     8    - Win32k:   o Forgot to close file on failure in ldrOpen. When Pe2Lx
     9                  failed (due to wrong subsystem), the file remained open.
    210
    311 2001-06-14: Sander van Leeuwen <sandervl@xs4all.nl>
     
    715                o Handle WM_SYSCOMMAND messages in frame window handler
    816                o Button fix (Wine bug)
    9                   Must clear WS_TABSTOP of control that is already unchecked or 
    10                   else multiple control can have this style ((auto)radiobutton) 
     17                  Must clear WS_TABSTOP of control that is already unchecked or
     18                  else multiple control can have this style ((auto)radiobutton)
    1119                  and GetNextDlgTabItem will return the wrong one.
    12                   Happens in Opera preferences dialog (multimedia) where all 
     20                  Happens in Opera preferences dialog (multimedia) where all
    1321                  autoradio buttons have the WS_TABSTOP style.
    1422                o Added temporary workaround for Open32 crashes in Opera
Note: See TracChangeset for help on using the changeset viewer.