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: Mon, 17 Apr 2006 12:56:56 +0000

Index: emacs/lisp/ChangeLog
diff -u emacs/lisp/ChangeLog:1.9406 emacs/lisp/ChangeLog:1.9407
--- emacs/lisp/ChangeLog:1.9406 Mon Apr 17 12:05:40 2006
+++ emacs/lisp/ChangeLog        Mon Apr 17 12:56:54 2006
@@ -1,3 +1,22 @@
+2006-04-17  Michael Albinus  <address@hidden>
+
+       Sync with Tramp 2.0.53.
+
+       * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
+       'control.  Reported by Matthias Förste
+       <address@hidden>.
+       (tramp-completion-file-name-handler): Add autoload cookie for
+       adding to `file-name-handler-alist'.
+
+       * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
+       the prompt.  If it returns earlier (when detecting an error
+       message), the rest of the output will merge accidently with the
+       output of the next command.  Reported by M Jared Finder
+       <address@hidden>.
+
+       * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
+       for `process-file', in order to let it work for older Emacsen too.
+
 2006-04-17  Ralf Angeli  <address@hidden>
 
        * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
@@ -2933,7 +2952,7 @@
        (vc-default-update-changelog): Don't use vc-user-login-name, we
        don't need it here.
 
-       * tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
+       * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
        no longer necessary.
 
 2006-01-25  Kenichi Handa  <address@hidden>




reply via email to

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