aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuri Linkov2008-06-15 18:18:16 +0000
committerJuri Linkov2008-06-15 18:18:16 +0000
commit586f928490060f89e56c1db84e0eb660dda4db25 (patch)
tree6773435dd3ddc3ed3db955334031797cc088323e /lisp/ChangeLog
parentd8ac123e392b87317aee5f56dc9244e1f780ca63 (diff)
downloademacs-586f928490060f89e56c1db84e0eb660dda4db25.tar.gz
emacs-586f928490060f89e56c1db84e0eb660dda4db25.zip
(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 `>'.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6f7b1ce01b2..023a12b7b5f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,16 @@
12008-06-15 Juri Linkov <juri@jurta.org>
2
3 * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
4 (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
5 as the second element.
6 (Info-build-toc): Add PARENT element extracted from the Up pointer.
7 Don't print progress messages.
8 (Info-toc-nodes): New variable and function.
9 (Info-index-nodes): Optimize non-string file name case.
10 (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
11 (Info-insert-breadcrumbs): Use the cached document structure instead
12 of visiting all ancestor nodes. Remove the initial `>'.
13
12008-06-15 Dan Nicolaescu <dann@ics.uci.edu> 142008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
2 15
3 * log-view.el (log-view-diff-changeset): New function. 16 * log-view.el (log-view-diff-changeset): New function.