diff options
| author | Michael Albinus | 2008-03-15 21:59:33 +0000 |
|---|---|---|
| committer | Michael Albinus | 2008-03-15 21:59:33 +0000 |
| commit | a8a700984fd17b61837a2bca0413d0d6b51014a0 (patch) | |
| tree | d8c9df546ffa483850df8a1e492be8af95124a60 | |
| parent | 8a798e4193f7c571c393f26b0d0159bc5b1e3311 (diff) | |
| download | emacs-a8a700984fd17b61837a2bca0413d0d6b51014a0.tar.gz emacs-a8a700984fd17b61837a2bca0413d0d6b51014a0.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3545dda4b8e..4de88625604 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2008-03-15 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * tramp.el (tramp-root-regexp): New defconst. | ||
| 4 | (tramp-completion-file-name-regexp-unified) | ||
| 5 | (tramp-completion-file-name-regexp-separate) | ||
| 6 | (tramp-completion-file-name-regexp-url): Use it. | ||
| 7 | (tramp-do-copy-or-rename-file-via-buffer): Set | ||
| 8 | `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to | ||
| 9 | t for `insert-file-contents-literally'. | ||
| 10 | (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'. | ||
| 11 | Autoload it. | ||
| 12 | (tramp-completion-file-name-handler-post-function): New defconst. | ||
| 13 | (tramp-completion-file-name-handler): Use it. | ||
| 14 | (tramp-maybe-open-connection): Update calls to | ||
| 15 | `tramp-flush-connection-property' for removed 2nd argument. | ||
| 16 | |||
| 1 | 2008-03-15 Stefan Monnier <monnier@iro.umontreal.ca> | 17 | 2008-03-15 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 18 | ||
| 3 | * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible. | 19 | * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible. |