aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog12
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 @@
12007-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
12007-08-22 Paul Pogonyshev <pogonyshev@gmx.net> 132007-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".