Changeset 3797 for trunk/changelog


Ignore:
Timestamp:
Jul 4, 2000, 10:39:35 AM (25 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r3795 r3797  
    1  /* $Id: changelog,v 1.1023 2000-07-03 12:18:02 bird Exp $ */
     1 /* $Id: changelog,v 1.1024 2000-07-04 08:39:35 sandervl Exp $ */
     2
     3 2000-07-04: Sander van Leeuwen <sandervl@xs4all.nl>
     4    - KERNEL32: Unstubbed CopyFileExA/W (calls CopyFileA/W; not properly implemented)
     5                Unstubbed CreateDirectoryExA/W (calls CreateDirectoryA/W; not properly implemented)
     6                Fixed GetShortPathNameA/W; don't touch short path parameter if
     7                it's NULL; behaviour (as seen in NT 4, SP6):
     8                - converts long filename to 8.3 short filname (TODO: not yet done here!)
     9                - fails on volume that doesn't support 8.3 filenames
     10                - if lpszShortPath 0 or cchBuffer too small -> return required length
     11                  (INCLUDING 0 terminator)
     12                - if lpszLongPath == NULL -> ERROR_INVALID_PARAMETER (return 0)
     13                - if lpszLongPath empty -> proceed as if nothing is wrong
     14                  (Wine claims it sets last error to ERROR_BAD_PATHNAME)
     15                - does NOT clear the last error if successful!
     16                - if successful -> return length of string (excluding 0 terminator)
     17    - USER32:   Fixed adding windows to tasklist (done too late)
     18    - GDI32/USER32:
     19                - Rewrote Set/GetViewportExtEx, Set/GetMapMode & moved them
     20                  from gdi32 to user32
    221
    322 2000-07-03: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
Note: See TracChangeset for help on using the changeset viewer.