Changeset 3586


Ignore:
Timestamp:
May 22, 2000, 8:48:18 PM (25 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r3583 r3586  
    1  /* $Id: changelog,v 1.955 2000-05-22 17:17:30 cbratschi Exp $ */
     1 /* $Id: changelog,v 1.956 2000-05-22 18:48:18 sandervl Exp $ */
     2
     3 2000-05-22: Sander van Leeuwen <sandervl@xs4all.nl>
     4    - KERNEL32: GetFileAttributes bugfix:
     5                Open32 returns FILE_ATTRIBUTE_DIRECTORY|FILE_ATTRIBUTE_NORMAL for
     6                directories whereas NT 4 (SP6) only returns FILE_ATTRIBUTE_DIRECTORY
     7                Fixed GetFileTime; wasn't updated for handle manager
     8                (InstallShield now continues after initial window (used to
     9                 stop at 99%))
     10                Create thread security objects during THDB creation (not complete)
     11                -> fixes crash in NTDLL for thread tokens
     12                -> PowerDVD 2.55 install now completes
     13                FindResource(Ex)A/W: if resource not found, then try:
     14                       - resource with user default language
     15                       - resource with system default language
     16                       - first available resource (any language)
     17                (TODO: Need to check what NT really does)
     18                -> fixes wrong strings (i.e. menu & buttons) in PowerDVD
     19    - GDI32:    Sync dib section in StretchDIBits if destination hdc contains
     20                selected dib section
     21                -> fixes black windows in PowerDVD (todo: palette still wrong)
    222
    323 2000-05-21: Christoph Bratschi <cbratschi@datacomm.ch>
    424    - USER32: merged controls with Corel WINE 20000513
    5               fixed titlebar double click -> restore/maximize
    6               show window text changes (why was this disabled?)
     25                fixed titlebar double click -> restore/maximize
     26                show window text changes (why was this disabled?)
    727    - COMCTL32: merged with Corel WINE 20000513
    8                 added APIs used by IE5 (credit: Patrick Haller)
     28                added APIs used by IE5 (credit: Patrick Haller)
    929
    1030 2000-05-20: Sander van Leeuwen <sandervl@xs4all.nl>
Note: See TracChangeset for help on using the changeset viewer.