Mercurial > emacs
diff lisp/ChangeLog @ 106432:a67d65733a07
(Info-find-node-2): Set `Info-current-subfile' to nil
for virtual nodes. (Bug#4147)
(Info-find-node-2): Set `Info-current-node-virtual' to nil
when moving from a virtual node.
(Info-mode-menu): Add `Info-virtual-index' to the menu.
(Info-mode): Add `Info-virtual-index' to the docstring.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Sat, 05 Dec 2009 19:49:47 +0000 |
parents | 4ffa662ec661 |
children | 9e1a89d804c8 |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Dec 05 19:10:42 2009 +0000 +++ b/lisp/ChangeLog Sat Dec 05 19:49:47 2009 +0000 @@ -1,3 +1,12 @@ +2009-12-05 Juri Linkov <juri@jurta.org> + + * info.el (Info-find-node-2): Set `Info-current-subfile' to nil + for virtual nodes. (Bug#4147) + (Info-find-node-2): Set `Info-current-node-virtual' to nil + when moving from a virtual node. + (Info-mode-menu): Add `Info-virtual-index' to the menu. + (Info-mode): Add `Info-virtual-index' to the docstring. + 2009-12-05 Eric Ludlam <zappo@gnu.org> * cedet/semantic/bovine/c.el (semantic-c-describe-environment):