diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7e0da8727e1..0c16a44722a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2011-09-20 Juri Linkov <juri@jurta.org> | 1 | 2011-09-20 Juri Linkov <juri@jurta.org> |
| 2 | 2 | ||
| 3 | * info.el (Info-history-skip-intermediate-nodes): New defcustom. | ||
| 4 | (Info-forward-node, Info-backward-node, Info-next-preorder) | ||
| 5 | (Info-last-preorder): Use it. (Bug#9528) | ||
| 6 | |||
| 7 | 2011-09-20 Juri Linkov <juri@jurta.org> | ||
| 8 | |||
| 3 | * info.el (Info-last-preorder): Visit last menu item only when | 9 | * info.el (Info-last-preorder): Visit last menu item only when |
| 4 | `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528). | 10 | `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528). |
| 5 | 11 | ||