emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Mon, 11 Sep 2006 02:25:02 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       06/09/11 02:25:01

Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.10037
retrieving revision 1.10038
diff -u -b -r1.10037 -r1.10038
--- ChangeLog   10 Sep 2006 21:40:32 -0000      1.10037
+++ ChangeLog   11 Sep 2006 02:25:00 -0000      1.10038
@@ -7,6 +7,15 @@
 
 2006-09-10  Richard Stallman  <address@hidden>
 
+       * dired-aux.el: Handle errors in recursive copy usefully.
+       (dired-create-files-failures): New variable.
+       (dired-copy-file): Remove condition-case.
+       (dired-copy-file-recursive): Check for errors on all file
+       operations, and add them to dired-create-files-failures.
+       Check file file-date-erorr here too.
+       (dired-create-files): Check dired-create-files-failures
+       and report those errors too.
+
        * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
 
        * subr.el (add-to-list): New argument COMPARE-FN.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]