aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b9782a19545..6caad6e2854 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,16 @@
12005-11-01 Juri Linkov <juri@jurta.org>
2
3 * info.el (Info-file-supports-index-cookies): New variable.
4 (Info-find-node-2): Check makeinfo version for index cookie support.
5 (Info-index-nodes): Search for nodes with index cookies only when
6 Info-file-supports-index-cookies is t. Otherwise, search nodes
7 with "Index" in the node name.
8 (Info-index-node): Search index cookie in the current node only when
9 Info-file-supports-index-cookies is t. Otherwise, check the word
10 "Index" in the node name.
11 (Info-find-emacs-command-nodes): Remove code that searches nodes
12 with "Index" node name in the top menu.
13
12005-11-01 Stefan Monnier <monnier@iro.umontreal.ca> 142005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
2 15
3 * progmodes/scheme.el (scheme-mode-variables): Use the default 16 * progmodes/scheme.el (scheme-mode-variables): Use the default