aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuri Linkov2005-11-01 09:45:38 +0000
committerJuri Linkov2005-11-01 09:45:38 +0000
commit94b10022bfd9bd51fd6c0495c3bcaa1cb61fe63e (patch)
treea7cb2ebfa7ce916e02fb5fae5475189cc55caf9c /lisp/ChangeLog
parentdbc56a8ba256b126422423e23368440f19cd0040 (diff)
downloademacs-94b10022bfd9bd51fd6c0495c3bcaa1cb61fe63e.tar.gz
emacs-94b10022bfd9bd51fd6c0495c3bcaa1cb61fe63e.zip
(Info-file-supports-index-cookies): New variable.
(Info-find-node-2): Check makeinfo version for index cookie support. (Info-index-nodes): Search for nodes with index cookies only when Info-file-supports-index-cookies is t. Otherwise, search nodes with "Index" in the node name. (Info-index-node): Search index cookie in the current node only when Info-file-supports-index-cookies is t. Otherwise, check the word "Index" in the node name. (Info-find-emacs-command-nodes): Remove code that searches nodes with "Index" node name in the top menu.
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