Changeset 5501 for trunk/changelog


Ignore:
Timestamp:
Apr 14, 2001, 9:27:49 AM (24 years ago)
Author:
bird
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r5497 r5501  
    1 /* $Id: changelog,v 1.1355 2001-04-12 14:05:10 sandervl Exp $ */
     1/* $Id: changelog,v 1.1356 2001-04-14 07:27:49 bird Exp $ */
     2
     3 2001-04-14: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
     4    - configure,win32k:
     5                o Added option to Configure.cmd, -w, which omittes building
     6                  of Win32k.sys.
    27
    38 2001-04-12: Sofiya (sofiya@din.or.jp)
    49    - USER32:   o Fixes for DBCS strings
    510
    6  2001-04-10: Sander van Leeuwen <sandervl@xs4all.nl>   
     11 2001-04-10: Sander van Leeuwen <sandervl@xs4all.nl>
    712    - PELDR:    o Print module name that contributed to the failure of
    813                  loading kernel32.
    914
    10  2001-04-06: Sander van Leeuwen <sandervl@xs4all.nl>   
     15 2001-04-06: Sander van Leeuwen <sandervl@xs4all.nl>
    1116    - WINMM:    o Clean up DirectAudio thread properly.
    1217
     
    1722                  (verified in Windows ME & Windows NT4, SP6)
    1823
    19  2001-04-05: Sander van Leeuwen <sandervl@xs4all.nl>   
     24 2001-04-05: Sander van Leeuwen <sandervl@xs4all.nl>
    2025    - USER32:   o Rewrote ShowCursor
    2126
    22  2001-04-04: Sander van Leeuwen <sandervl@xs4all.nl>   
     27 2001-04-04: Sander van Leeuwen <sandervl@xs4all.nl>
    2328    - KERNEL32: o Removed AsciiToUnicode* & UnicodeToAscii* functions
    2429                o lstrcpynWtoA & lstrcpynAtoW fixes
     
    2934    - *         o Compile fixes due to header changes
    3035
    31  2001-04-03: Sander van Leeuwen <sandervl@xs4all.nl>   
    32     - DDRAW:    o Only reset physical palette in DirectDraw destructor if 
     36 2001-04-03: Sander van Leeuwen <sandervl@xs4all.nl>
     37    - DDRAW:    o Only reset physical palette in DirectDraw destructor if
    3338                  palette was really changed.
    3439                  (gets rid of excessive screen redraws in DXView)
     
    4348                  TODO: IsCharAlphaA & IsCharAlphaNumericA
    4449
    45  2001-04-02: Sander van Leeuwen <sandervl@xs4all.nl>   
     50 2001-04-02: Sander van Leeuwen <sandervl@xs4all.nl>
    4651    - USER32:   o Mouse message translation fix (check capture)
    4752                o Turn off WS_CAPTION style for dialogs with DS_CONTROL flag set
     
    5055                  - about dialog with DS_CONTROL -> no titlebar
    5156                  - file open dialog without DS_CONTROL -> titlebar + moveable
    52                     2nd dialog                   
     57                    2nd dialog
    5358                o Temporary workaround for file dialogs with template dialog child.
    5459                  They don't redraw when switching directories. For some reason
    55                   the new child's (syslistview32) update rectangle stays empty 
     60                  the new child's (syslistview32) update rectangle stays empty
    5661                  after its parent is made visible with ShowWindow
    5762                  TODO: find real cause
     
    6166                  don't clear DDSCAPS_BACKBUFFER flag
    6267                  (fix for WinDVD)
    63                 o SurfLock:  hEvent can be 0 as long as the DDLOCK_EVENT flag 
     68                o SurfLock:  hEvent can be 0 as long as the DDLOCK_EVENT flag
    6469                  isn't set.
    6570                  Size of lpSurfaceDesc can be sizeof(DDSURFACEDESC2).
     
    7479                o Small test apps to test exception handling
    7580
    76  2001-04-01: Sander van Leeuwen <sandervl@xs4all.nl>   
     81 2001-04-01: Sander van Leeuwen <sandervl@xs4all.nl>
    7782    - WININET:  o Added missing exports to wininet.def
    7883    - KERNEL32: o Removed yesterday's codepage change.
Note: See TracChangeset for help on using the changeset viewer.