# HG changeset patch # User Juri Linkov # Date 1085519266 0 # Node ID b5abdfae93858a21c67cad96657986fb359439a7 # Parent 8926d01558fa063571f9904eba83fa276b6d4570 *** empty log message *** diff -r 8926d01558fa -r b5abdfae9385 lisp/ChangeLog --- a/lisp/ChangeLog Tue May 25 20:59:31 2004 +0000 +++ b/lisp/ChangeLog Tue May 25 21:07:46 2004 +0000 @@ -1,3 +1,16 @@ +2004-05-25 Juri Linkov + + * info.el (Info-toc): Call Info-mode on intermediate buffer. + (Info-index-nodes): Enclose code in condition-case to catch errors. + (Info-index-node): Don't search all index nodes if request is only + for the current node and file is not in the cache of index nodes. + (Info-mode-map): Bind Info-copy-current-node-name to `w' + for consistency with dired-copy-filename-as-kill. + Bind `S' to Info-search-case-sensitively. + (Info-copy-current-node-name): New arg. With zero prefix arg put + the name inside a function call to `info'. Display copied text in + the echo area. + 2004-05-25 Sam Steingold * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function: