aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMichael Albinus2007-09-24 05:42:34 +0000
committerMichael Albinus2007-09-24 05:42:34 +0000
commit7a3cdcc52a67c1e383863f337f90e31ae58cebba (patch)
tree3f75ddc0a614c80c75ff0d3a70fe0c38bbf46144 /lisp/ChangeLog
parent9a3d2737673f27a74e60aab0b2570430aa2fe4c6 (diff)
downloademacs-7a3cdcc52a67c1e383863f337f90e31ae58cebba.tar.gz
emacs-7a3cdcc52a67c1e383863f337f90e31ae58cebba.zip
* net/tramp.el (tramp-completion-mode-p): Rename from
`tramp-completion-mode'. Revert logic, check `return', `newline' and such alike. Packages like Icicles tend to use other completion characters but `tab' and `space' only. (top): Require cl.el, when `copy-tree' is not available otherwise. * net/tramp-vc.el (tramp-vc-user-login-name): Get argument by `ad-get-arg'. Use `vc-find-version' instead of `process-file' to check whether we have a new enough vc that doesn't need the defadvice.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 28d9f4eb9ec..5ad04a42e9b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,20 @@
12007-09-24 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp.el (tramp-completion-mode-p): Rename from
4 `tramp-completion-mode'. Revert logic, check `return', `newline'
5 and such alike. Packages like Icicles tend to use other completion
6 characters but `tab' and `space' only.
7 (top): Require cl.el, when `copy-tree' is not available otherwise.
8
9 * net/tramp-vc.el (tramp-vc-user-login-name): Get argument by
10 `ad-get-arg'.
11
122007-09-24 Ville Skyttä <scop@xemacs.org> (tiny change)
13
14 * net/tramp-vc.el (tramp-vc-user-login-name): Use
15 `vc-find-version' instead of `process-file' to check whether we
16 have a new enough vc that doesn't need the defadvice.
17
12007-09-23 Dan Nicolaescu <dann@ics.uci.edu> 182007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
2 19
3 * files.el (file-name-sans-versions): Use [:alnum:] and also allow 20 * files.el (file-name-sans-versions): Use [:alnum:] and also allow