From: Juri Linkov Date: Tue, 25 May 2004 21:07:46 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~6064 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1021748dc6e67511be37574360f72f66faf09a9d;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f264c04fca3..9e5aad11082 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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: