diff options
| author | Michael Albinus | 2007-08-22 05:47:42 +0000 |
|---|---|---|
| committer | Michael Albinus | 2007-08-22 05:47:42 +0000 |
| commit | f84638eb6b84ccb7200cd1fdfd8cabfca90e4f7a (patch) | |
| tree | 982646be0617a51997d3ec3e0e1a21b2b33e99db /lisp/ChangeLog | |
| parent | 45196e0ba7b0392033ccc9172e7481970ce39d8d (diff) | |
| download | emacs-f84638eb6b84ccb7200cd1fdfd8cabfca90e4f7a.tar.gz emacs-f84638eb6b84ccb7200cd1fdfd8cabfca90e4f7a.zip | |
* net/tramp.el (top): Require cl.el, when `copy-tree' is not available
otherwise.
(tramp-get-remote-path): New defun. Replace occurences of
`tramp-default-remote-path' by this function.
(tramp-set-remote-path): Move most of the code to
`tramp-get-remote-path'.
(tramp-get-ls-command, tramp-get-remote-id): Don't check for not
existing directories, this is done already in
`tramp-get-remote-path'.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 93822965fa7..2b6fde4a231 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2007-08-22 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * net/tramp.el (top): Require cl.el, when `copy-tree' is not available | ||
| 4 | otherwise. | ||
| 5 | (tramp-get-remote-path): New defun. Replace occurences of | ||
| 6 | `tramp-default-remote-path' by this function. | ||
| 7 | (tramp-set-remote-path): Move most of the code to | ||
| 8 | `tramp-get-remote-path'. | ||
| 9 | (tramp-get-ls-command, tramp-get-remote-id): Don't check for not | ||
| 10 | existing directories, this is done already in | ||
| 11 | `tramp-get-remote-path'. | ||
| 12 | |||
| 1 | 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net> | 13 | 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net> |
| 2 | 14 | ||
| 3 | * image-file.el (image-file-name-extensions): Add "svg". | 15 | * image-file.el (image-file-name-extensions): Add "svg". |