aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuri Linkov2006-02-17 21:55:44 +0000
committerJuri Linkov2006-02-17 21:55:44 +0000
commitd73c9bcb7913270fe7c8c3eb6f0904889c8cbbb7 (patch)
treebd1bb379f41e85a1d9c8b4d9c7eeb946c5e71cf4 /lisp/ChangeLog
parent78421c58856357021d07e8f3693a9f46ed3f6470 (diff)
downloademacs-d73c9bcb7913270fe7c8c3eb6f0904889c8cbbb7.tar.gz
emacs-d73c9bcb7913270fe7c8c3eb6f0904889c8cbbb7.zip
(Info-search): Skip `Local Variables' node.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3aa80e6446b..6efd2366320 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,16 @@
12006-02-17 Juri Linkov <juri@jurta.org> 12006-02-17 Juri Linkov <juri@jurta.org>
2 2
3 * ffap.el (ffap) <defface>: Add explicit face declaration.
4 (ffap-highlight): Use face `ffap' directly instead of checking
5 for its existence.
6
7 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
8 `visible-ok' of `other-buffer' to find the right original buffer.
9
10 * info.el (Info-search): Skip `Local Variables' node.
11
122006-02-17 Juri Linkov <juri@jurta.org>
13
3 * info.el (Info-find-file): Check for symbols `apropos', `history', 14 * info.el (Info-find-file): Check for symbols `apropos', `history',
4 `toc' in the input filename, and return these symbols as is. 15 `toc' in the input filename, and return these symbols as is.
5 (Info-find-node-2): Set Info-current-file to symbols `apropos', 16 (Info-find-node-2): Set Info-current-file to symbols `apropos',