Changeset 7203 for trunk/changelog


Ignore:
Timestamp:
Oct 25, 2001, 3:19:50 PM (24 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r7201 r7203  
    1 /* $Id: changelog,v 1.1790 2001-10-25 13:17:40 phaller Exp $ */
     1/* $Id: changelog,v 1.1791 2001-10-25 13:19:50 sandervl Exp $ */
    22
    33 2001-10-25: Patrick Haller <patrick.haller@innotek.de>
     
    88                  to top-level windows when application gains or loses focus
    99                  from/to a window of another process.
     10    - KERNEL32: o Never use DosError to disable hard errors! Use SetErrorMode
     11                  *and* restore old error mode afterwards.
     12                o IOCTL_DISK_GET_DRIVE_GEOMETRY change:
     13                  Applications can use this IOCTL to check if the floppy has
     14                  been changed. OSLibDosGetDiskGeometry won't fail when that
     15                  happens so we read one byte from the disk and return
     16                  ERROR_MEDIA_CHANGED if it fails with ERROR_WRONG_DISK.
    1017
    1118 2001-10-24: Patrick Haller <patrick.haller@innotek.de>
Note: See TracChangeset for help on using the changeset viewer.