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: Kai Großjohann
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Sat, 17 Jul 2004 13:31:57 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.6238 emacs/lisp/ChangeLog:1.6239
*** emacs/lisp/ChangeLog:1.6238 Sat Jul 17 17:06:26 2004
--- emacs/lisp/ChangeLog        Sat Jul 17 17:28:43 2004
***************
*** 1,3 ****
--- 1,42 ----
+ 2004-07-17  Kai Grossjohann  <address@hidden>
+ 
+       Sync with Tramp 2.0.43.
+ 
+       * net/tramp.el (tramp-handle-verify-visited-file-modtime): Remove
+       outdated comment.
+       (tramp-locked, tramp-locker): New variables for implementing a
+       global lock.
+       (tramp-sh-file-name-handler): Use them to implement the global
+       lock.
+       
+ 2004-07-13  Michael Albinus  <address@hidden>
+ 
+       * net/tramp.el (all): Code cleanup.  Change all `tramp-handle-xxx'
+       calls to respective `xxx` calls.
+       (tramp-process-alive-regexp): Precise doc string.
+       (tramp-multi-action-process-alive): New defun.
+       (tramp-multi-actions): Use it.
+       (tramp-handle-find-backup-file-name): `copy-tree' is available
+       since Emacs 21.4 only (XEmacs has it).  Implementation rewritten
+       in order to avoid this function.
+       (tramp-handle-write-region): Set current buffer.  If connection
+       wasn't open, `file-modes' has changed it accidently.  Reported by
+       David Kastrup <address@hidden>.
+       (tramp-enter-password, tramp-read-passwd): New arguments USER and
+       HOST.
+       (tramp-action-password, tramp-multi-action-password): Apply it.
+       (tramp-open-connection-rsh): If a port is given, the Tramp buffer
+       name must still contain the port number.  Otherwise, we have two
+       Tramp buffers, with all the confusion.  Reported by Myron Selby
+       <address@hidden> and Rolf Dubitzky
+       <address@hidden>.
+ 
+       * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
+       HOST to `tramp-enter-passwd'.
+ 
+       * net/tramp-vc.el (all): Code cleanup.  Change all
+       `tramp-handle-xxx' calls to respective `xxx` calls.
+       
  2004-07-17  Jonathan Yavner  <address@hidden>
  
        * emacs-lisp/testcover.el: New category "potentially-1valued" for




reply via email to

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