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: Michael Albinus
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Mon, 17 Mar 2008 22:55:15 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Michael Albinus <albinus>       08/03/17 22:55:14

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.13108
retrieving revision 1.13109
diff -u -b -r1.13108 -r1.13109
--- ChangeLog   17 Mar 2008 20:19:00 -0000      1.13108
+++ ChangeLog   17 Mar 2008 22:55:12 -0000      1.13109
@@ -1,3 +1,22 @@
+2008-03-17  Michael Albinus  <address@hidden>
+
+       * net/tramp.el (tramp-root-regexp): Simplify.
+       (tramp-completion-file-name-regexp-separate): Don't insist on
+       leading "[".  This prevents method or user or host completion.
+       (tramp-let-maybe): Autoload it.
+       (tramp-drop-volume-letter): Don't autoload.  When not on W32, it is
+       an alias for `identity'.
+       (tramp-handle-write-region): Protect `last-coding-system-used'
+       over the trailing statements.
+       (tramp-completion-file-name-handler-post-function): Removed.
+       (tramp-completion-file-name-handler): Let-bind
+       `directory-sep-char' instead of calling
+       `tramp-drop-volume-letter'.
+
+       * net/tramp.el (top):
+       * net/tramp-uu.el (top):
+       * net/trampver.el (top): Move coding cookie at the end.
+
 2008-03-17  Stefan Monnier  <address@hidden>
 
        * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
@@ -167,7 +186,7 @@
 
 2008-03-15  Michael Albinus  <address@hidden>
 
-       * tramp.el (tramp-root-regexp): New defconst.
+       * net/tramp.el (tramp-root-regexp): New defconst.
        (tramp-completion-file-name-regexp-unified)
        (tramp-completion-file-name-regexp-separate)
        (tramp-completion-file-name-regexp-url): Use it.




reply via email to

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