From: Michael Albinus Date: Sat, 15 Mar 2008 21:59:33 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~7112 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a8a700984fd17b61837a2bca0413d0d6b51014a0;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3545dda4b8e..4de88625604 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,19 @@ +2008-03-15 Michael Albinus + + * 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. + (tramp-do-copy-or-rename-file-via-buffer): Set + `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to + t for `insert-file-contents-literally'. + (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'. + Autoload it. + (tramp-completion-file-name-handler-post-function): New defconst. + (tramp-completion-file-name-handler): Use it. + (tramp-maybe-open-connection): Update calls to + `tramp-flush-connection-property' for removed 2nd argument. + 2008-03-15 Stefan Monnier * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.