# HG changeset patch # User Juri Linkov # Date 1213553896 0 # Node ID 99d2106d02d64a487dcc63747a1f0a4a1651d0a6 # Parent 70f417028d53b6ef6966faf01fc49bc89f6f40c1 *** empty log message *** diff -r 70f417028d53 -r 99d2106d02d6 lisp/ChangeLog --- 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 + + * 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 * log-view.el (log-view-diff-changeset): New function.