emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp ChangeLog


From: Michael Albinus
Subject: [Emacs-diffs] emacs/lisp ChangeLog
Date: Wed, 02 Sep 2009 11:16:04 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Michael Albinus <albinus>       09/09/02 11:16:01

Modified files:
        lisp           : ChangeLog 

Log message:
        *** empty log message ***

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.16086&r2=1.16087

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.16086
retrieving revision 1.16087
diff -u -b -r1.16086 -r1.16087
--- ChangeLog   2 Sep 2009 03:22:58 -0000       1.16086
+++ ChangeLog   2 Sep 2009 11:15:56 -0000       1.16087
@@ -1,3 +1,33 @@
+2009-09-02  Michael Albinus  <address@hidden>
+
+       * net/tramp.el (tramp-handle-file-attributes-with-ls)
+       (tramp-do-file-attributes-with-perl)
+       (tramp-do-file-attributes-with-stat): Rename from
+       `tramp-handle-file-attributes-with-*'.
+       (tramp-handle-file-attributes): Use them.
+       (tramp-do-directory-files-and-attributes-with-perl)
+       (tramp-do-directory-files-and-attributes-with-stat): Rename from
+       `tramp-handle-directory-files-and-attributes-with-*'.
+       (tramp-handle-directory-files-and-attributes): Use them.
+       (tramp-method-out-of-band-p): Additional parameter SIZE.
+       (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
+       (tramp-handle-write-region): Use it.
+       (tramp-handle-insert-directory): Use "?\ " for compatibility
+       reasons.
+       (tramp-handle-vc-registered): Check, whether the first run did
+       return files to be tested.
+       (tramp-advice-make-auto-save-file-name): Do not call directly
+       `tramp-handle-make-auto-save-file-name', because this would bypass
+       the locking mechanism.
+
+       * net/tramp-compat.el (top): Autoload used functions from
+       tramp.el.
+       (file-remote-p, process-file, start-file-process, set-file-times)
+       (tramp-compat-file-attributes): Compatibility functions shall not
+       call directly `tramp-handle-*', because this would bypass the
+       locking mechanism.
+       (tramp-compat-number-sequence): New defun.
+
 2009-09-02  Glenn Morris  <address@hidden>
 
        * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete




reply via email to

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