Mercurial > emacs
changeset 55756:11d33fd7f8c4
*** empty log message ***
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Sun, 23 May 2004 21:05:08 +0000 |
parents | 969064cce54e |
children | 5806629f9848 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 46 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun May 23 21:01:15 2004 +0000 +++ b/lisp/ChangeLog Sun May 23 21:05:08 2004 +0000 @@ -1,3 +1,46 @@ +2004-05-23 Juri Linkov <juri@jurta.org> + + * info.el (Info-index-nodes): New var and fun. + (Info-goto-index, Info-index, info-apropos) + (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes. + (Info-index): Fix docstring. Store and restore Info-history-list. + (Info-complete-nodes): New var. + (Info-complete-menu-item): Use it. + (Info-index-node): New fun. + (Info-final-node, Info-forward-node, Info-backward-node) + (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node): + Use Info-index-node. + (Info-extract-menu-item, Info-extract-menu-counting): Set second + arg of `Info-extract-menu-node-name' to non-nil for index nodes. + (Info-find-node-2): If a node with period in its name not found, + try to find a node without the name part after period. + (Info-select-node): Call Info-fontify-node only if + Info-fontify-maximum-menu-size is not nil. + (info-apropos): Set Info-fontify-maximum-menu-size to nil. + (Info-find-emacs-command-nodes, Info-goto-emacs-command-node): + Preserve Info-history-list. + (Info-toc): Set Info-current-file. + (Info-build-toc): Move point to the beginning of the buffer. + Add main-file variable. + (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos): + Use backslashed representation of the control character ^_. + + * textmodes/texinfmt.el (texinfo-print-index): Print index line + numbers in the new Texinfo 4.7 format. + + * add-log.el (change-log-font-lock-keywords): Remove `:' from + regexps for function and variable names. + + * descr-text.el (describe-property-list): Add [show] button for + `syntax-table' property with action to pp to a separate buffer. + (describe-char): Replace search-forward by re-search-forward with + whitespace regexp after "character:" to not fail in too narrow + windows. + + * simple.el (next-error-find-buffer): Add a rule to return + next-error capable buffer if one window on the selected frame + displays such buffer. + 2004-05-23 Nick Roberts <nickrob@gnu.org> * progmodes/gdb-ui.el (gdb-server-prefix): New variable. @@ -42,9 +85,9 @@ * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case. - * progmodes/idlw-shell.el (idlwave-shell-get-object-class): + * progmodes/idlw-shell.el (idlwave-shell-get-object-class): Use assoc-string, not assoc-ignore-case. - + * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case. * emacs-lisp/lisp.el (mark-defun, narrow-to-defun): @@ -2794,7 +2837,7 @@ 2004-03-21 Andre Spiegel <spiegel@gnu.org> - * vc.el Add new optional BUFFER argument to vc-BACKEND-print-log + * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log and vc-BACKEND-diff. (vc-print-log): If the print-log implementation supports it, use the new BUFFER argument to direct output to *vc-change-log*, not *vc*.