Changeset 1712


Ignore:
Timestamp:
Feb 9, 2014, 11:32:51 PM (12 years ago)
Author:
Gregg Young
Message:

Added comments

Location:
trunk/dll
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/arccnrs.c

    r1709 r1712  
    9191  11 Aug 13 GKY Removed code that attempted to use the archive name as the extract directory
    9292                It was never fully implemented and doesn't make sense for the container.
     93  09 Feb 14 GKY Fix trap on opening a file without an extention
    9394
    9495***********************************************************************/
  • trunk/dll/copyf.c

    r1710 r1712  
    3434                readonly files
    3535  10 Mar 13 GKY Improvrd readonly check on delete to allow cancel and don't ask again options
     36  09 Feb 14 GKY Modified wipeallf to allow suppression of the readonly warning on delete
     37                of temporary files
    3638
    3739***********************************************************************/
  • trunk/dll/copyf.h

    r1710 r1712  
    77
    88  Copyright (c) 1993-98 M. Kimes
    9   Copyright (c) 2001, 2008 Steven H. Levine
     9  Copyright (c) 2001, 2014 Steven H. Levine
    1010
    1111  05 Sep 08 JBS Ticket 187: Refactor FM3DLL.H
    1212  08 Mar 09 GKY Removed variable aurguments from docopyf and unlinkf (not used)
    13   04 Aug 12 GKY Changes to use Unlock to unlock files if Unlock.exe is in path both from menu/toolbar and as part of
    14                 copy, move and delete operations
    15   04 Aug 12 GKY Changes to allow copy and move over readonly files with a warning dialog; also added a warning dialog
    16                 for delete of readonly files
     13  04 Aug 12 GKY Changes to use Unlock to unlock files if Unlock.exe is in path both
     14                from menu/toolbar and as part of copy, move and delete operations
     15  04 Aug 12 GKY Changes to allow copy and move over readonly files with a warning dialog;
     16                also added a warning dialog for delete of readonly files
    1717  10 Mar 13 GKY Improvrd readonly check on delete to allow cancel and don't ask again options
     18  09 Feb 14 GKY Modified wipeallf to allow suppression of the readonly warning on delete
     19                of temporary files
    1820
    1921***********************************************************************/
  • trunk/dll/init.c

    r1711 r1712  
    115115  09 Feb 14 GKY Fix separate parameters. Moved to general page renamed separate settings
    116116                for apps.
     117  09 Feb 14 GKY Modified wipeallf to allow suppression of the readonly warning on delete
     118                of temporary files
    117119
    118120***********************************************************************/
  • trunk/dll/notebook.c

    r1711 r1712  
    5858  13 Dec 09 GKY Updated Quick page "Default" to match current defaults; added Gregg's way
    5959                option to Quick page.
    60   17 JAN 10 GKY Changes to get working with Watcom 1.9 Beta (1/16/10). Mostly cast CHAR
     60  17 Jan 10 GKY Changes to get working with Watcom 1.9 Beta (1/16/10). Mostly cast CHAR
    6161                CONSTANT * as CHAR *.
    62   24 OCT 10 GKY Fixed spurious error message when labels in tree are changed with a
     62  24 Oct 10 GKY Fixed spurious error message when labels in tree are changed with a
    6363                "not ready" drive selected
    6464  04 Aug 12 GKY Changes to allow copy and move over readonly files with a warning dialog; also added a warning dialog
    6565                for delete of readonly files
     66  09 Feb 14 GKY Fix separate parameters. Moved to general page renamed separate settings
     67                for apps.
    6668
    6769***********************************************************************/
  • trunk/dll/seeall.c

    r1710 r1712  
    5757  10 Mar 13 GKY Improvrd readonly check on delete to allow cancel and don't ask again options
    5858                Added saymsg2 for this purpose
     59  09 Feb 14 GKY Modified wipeallf to allow suppression of the readonly warning on delete
     60                of temporary files
    5961
    6062***********************************************************************/
  • trunk/dll/worker.c

    r1710 r1712  
    5555  10 Mar 13 GKY Improvrd readonly check on delete to allow cancel and don't ask again options
    5656                Added saymsg2 for this purpose
     57  09 Feb 14 GKY Modified wipeallf to allow suppression of the readonly warning on delete
     58                of temporary files
    5759
    5860***********************************************************************/
Note: See TracChangeset for help on using the changeset viewer.