Mercurial > emacs
comparison lisp/ChangeLog @ 66603:d087393d31cc
*** empty log message ***
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Tue, 01 Nov 2005 09:45:38 +0000 |
parents | 2f18208cd84b |
children | 9e4ea1d6f43c |
comparison
equal
deleted
inserted
replaced
66602:f1d7e489a526 | 66603:d087393d31cc |
---|---|
1 2005-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 | |
1 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca> | 14 2005-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 |
4 comment-indent-function. | 17 comment-indent-function. |
5 | 18 |