comparison lisp/ChangeLog @ 78889:45d26d6ca9ec

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Tue, 25 Sep 2007 02:26:40 +0000
parents 8faf94b6c420
children 2eb18e32437b
comparison
equal deleted inserted replaced
78888:0e65a91a8bf7 78889:45d26d6ca9ec
1 2007-09-25 Glenn Morris <rgm@gnu.org>
2
3 * view.el (view-search-no-match-lines): Add a doc string.
4 Rewrite to simplify and work better.
5
1 2007-09-24 Michael Albinus <michael.albinus@gmx.de> 6 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
2 7
3 * net/tramp.el (tramp-completion-mode-p): Rename from 8 * net/tramp.el (tramp-completion-mode-p): Rename from
4 `tramp-completion-mode'. Revert logic, check `return', `newline' 9 `tramp-completion-mode'. Revert logic, check `return', `newline'
5 and such alike. Packages like Icicles tend to use other completion 10 and such alike. Packages like Icicles tend to use other completion
6 characters but `tab' and `space' only. 11 characters but `tab' and `space' only.
7 (top): Require cl.el, when `copy-tree' is not available otherwise. 12 (top): Require cl.el, when `copy-tree' is not available otherwise.
8 13
9 * net/tramp-vc.el (tramp-vc-user-login-name): Get argument by 14 * net/tramp-vc.el (tramp-vc-user-login-name): Get argument by
10 `ad-get-arg'. 15 `ad-get-arg'.
11 16
12 2007-09-24 Ville Skyttä <scop@xemacs.org> (tiny change) 17 2007-09-24 Ville Skytt,Ad(B <scop@xemacs.org> (tiny change)
13 18
14 * net/tramp-vc.el (tramp-vc-user-login-name): Use 19 * net/tramp-vc.el (tramp-vc-user-login-name): Use
15 `vc-find-version' instead of `process-file' to check whether we 20 `vc-find-version' instead of `process-file' to check whether we
16 have a new enough vc that doesn't need the defadvice. 21 have a new enough vc that doesn't need the defadvice.
17 22