Mercurial > emacs
changeset 95970:99d2106d02d6
*** empty log message ***
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Sun, 15 Jun 2008 18:18:16 +0000 |
parents | 70f417028d53 |
children | 15c2fa76f0d5 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Jun 15 18:15:11 2008 +0000 +++ b/lisp/ChangeLog Sun Jun 15 18:18:16 2008 +0000 @@ -1,3 +1,16 @@ +2008-06-15 Juri Linkov <juri@jurta.org> + + * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc. + (Info-toc, Info-insert-toc): Increment nth's index to add PARENT + as the second element. + (Info-build-toc): Add PARENT element extracted from the Up pointer. + Don't print progress messages. + (Info-toc-nodes): New variable and function. + (Info-index-nodes): Optimize non-string file name case. + (Info-breadcrumbs-depth): Increment the default value from 3 to 4. + (Info-insert-breadcrumbs): Use the cached document structure instead + of visiting all ancestor nodes. Remove the initial `>'. + 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu> * log-view.el (log-view-diff-changeset): New function.