Mercurial > emacs
comparison lisp/ChangeLog @ 78887:8faf94b6c420
* 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.
author | Michael Albinus <michael.albinus@gmx.de> |
---|---|
date | Mon, 24 Sep 2007 05:42:34 +0000 |
parents | da3f83794d1f |
children | 45d26d6ca9ec |
comparison
equal
deleted
inserted
replaced
78886:da3f83794d1f | 78887:8faf94b6c420 |
---|---|
1 2007-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 | |
12 2007-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 | |
1 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu> | 18 2007-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 |
4 #, @, : and ^. | 21 #, @, : and ^. |
5 | 22 |