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


From: Michael Albinus
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Tue, 10 Aug 2004 16:54:05 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.6274 emacs/lisp/ChangeLog:1.6275
*** emacs/lisp/ChangeLog:1.6274 Tue Aug 10 08:18:04 2004
--- emacs/lisp/ChangeLog        Tue Aug 10 20:49:43 2004
***************
*** 1,3 ****
--- 1,30 ----
+ 2004-08-10  Michael Albinus  <address@hidden>
+ 
+       Sync with Tramp 2.0.44.
+ 
+       * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
+       function "tramp_file_attributes".  Otherwise, file names
+       containing spaces are misinterpreted.  Reported by Magnus Henoch
+       <address@hidden>.
+       (tramp-handle-file-truename): FILENAME must be expanded first.
+       Otherwise, parameters like "/ssh:address@hidden:~" will return
+       obscure results.  Reported by D. Goel <address@hidden>.
+       (tramp-handle-verify-visited-file-modtime): If file does not
+       exist, say it is not modified if and only if that agrees with the
+       buffer's record.  Check whether a file is visiting the buffer, or
+       the buffer has no recorded last modification time.  Return t in
+       case the visiting file doesn't exist.  Suggested by Luc Teirlinck
+       <address@hidden>.
+       (tramp-handle-write-region): Pass modtime explicitely to
+       `set-visited-file-modtime', because filename can be different
+       from (buffer-file-name) if `file-precious-flag' is set.
+       `set-visited-file-modtime' must be called always when `visit' is t
+       or a string.  Suggested by Luc Teirlinck <address@hidden>.
+       (tramp-handle-set-visited-file-modtime): If `time-list' is not
+       nil, don't apply the whole body.  If the file doesn't exists, set
+       modtime to '(-1 65535).  Suggested by Luc Teirlinck
+       <address@hidden>.
+ 
  2004-08-09  Luc Teirlinck  <address@hidden>
  
        * help.el (describe-bindings): Doc fix.




reply via email to

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