aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
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',