Changeset 1712
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/arccnrs.c
r1709 r1712 91 91 11 Aug 13 GKY Removed code that attempted to use the archive name as the extract directory 92 92 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 93 94 94 95 ***********************************************************************/ -
trunk/dll/copyf.c
r1710 r1712 34 34 readonly files 35 35 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 36 38 37 39 ***********************************************************************/ -
trunk/dll/copyf.h
r1710 r1712 7 7 8 8 Copyright (c) 1993-98 M. Kimes 9 Copyright (c) 2001, 20 08Steven H. Levine9 Copyright (c) 2001, 2014 Steven H. Levine 10 10 11 11 05 Sep 08 JBS Ticket 187: Refactor FM3DLL.H 12 12 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 of14 copy, move and delete operations15 04 Aug 12 GKY Changes to allow copy and move over readonly files with a warning dialog; also added a warning dialog16 for delete of readonly files13 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 17 17 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 18 20 19 21 ***********************************************************************/ -
trunk/dll/init.c
r1711 r1712 115 115 09 Feb 14 GKY Fix separate parameters. Moved to general page renamed separate settings 116 116 for apps. 117 09 Feb 14 GKY Modified wipeallf to allow suppression of the readonly warning on delete 118 of temporary files 117 119 118 120 ***********************************************************************/ -
trunk/dll/notebook.c
r1711 r1712 58 58 13 Dec 09 GKY Updated Quick page "Default" to match current defaults; added Gregg's way 59 59 option to Quick page. 60 17 J AN10 GKY Changes to get working with Watcom 1.9 Beta (1/16/10). Mostly cast CHAR60 17 Jan 10 GKY Changes to get working with Watcom 1.9 Beta (1/16/10). Mostly cast CHAR 61 61 CONSTANT * as CHAR *. 62 24 O CT10 GKY Fixed spurious error message when labels in tree are changed with a62 24 Oct 10 GKY Fixed spurious error message when labels in tree are changed with a 63 63 "not ready" drive selected 64 64 04 Aug 12 GKY Changes to allow copy and move over readonly files with a warning dialog; also added a warning dialog 65 65 for delete of readonly files 66 09 Feb 14 GKY Fix separate parameters. Moved to general page renamed separate settings 67 for apps. 66 68 67 69 ***********************************************************************/ -
trunk/dll/seeall.c
r1710 r1712 57 57 10 Mar 13 GKY Improvrd readonly check on delete to allow cancel and don't ask again options 58 58 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 59 61 60 62 ***********************************************************************/ -
trunk/dll/worker.c
r1710 r1712 55 55 10 Mar 13 GKY Improvrd readonly check on delete to allow cancel and don't ask again options 56 56 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 57 59 58 60 ***********************************************************************/
Note:
See TracChangeset
for help on using the changeset viewer.