# HG changeset patch # User Juri Linkov # Date 1224373505 0 # Node ID 47a5c14ba0a01bd11826a989ce1448918e83d84e # Parent 8870254fa09edbc1e7d6657fd1e882947a5fcbc1 *** empty log message *** diff -r 8870254fa09e -r 47a5c14ba0a0 lisp/ChangeLog --- a/lisp/ChangeLog Sat Oct 18 23:43:05 2008 +0000 +++ b/lisp/ChangeLog Sat Oct 18 23:45:05 2008 +0000 @@ -4,6 +4,17 @@ 2008-10-18 Juri Linkov + * info.el (Info-file-supports-index-cookies-list): New variable. + (Info-file-supports-index-cookies): New function. + (Info-find-node-2, Info-index-nodes, Info-index-node): Use it. + (Info-index-nodes): Let-bind Info-point-loc to nil for files + without an index cookie to ignore it when Info-index-nodes is + called during navigating from an index node with line numbers. + (Info-index-node): Set file to Info-current-file if nil. (Bug#1118) + + * info.el (Info-breadcrumbs-depth): Move defcustom higher to the + variable definition section. + * info.el (Info-find-node-2): Put initial point below the header line and breadcrumbs line.