comparison lisp/ChangeLog @ 55756:11d33fd7f8c4

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Sun, 23 May 2004 21:05:08 +0000
parents 2cb1cd498a3c
children 8f9010d2a01e
comparison
equal deleted inserted replaced
55755:969064cce54e 55756:11d33fd7f8c4
1 2004-05-23 Juri Linkov <juri@jurta.org>
2
3 * info.el (Info-index-nodes): New var and fun.
4 (Info-goto-index, Info-index, info-apropos)
5 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
6 (Info-index): Fix docstring. Store and restore Info-history-list.
7 (Info-complete-nodes): New var.
8 (Info-complete-menu-item): Use it.
9 (Info-index-node): New fun.
10 (Info-final-node, Info-forward-node, Info-backward-node)
11 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
12 Use Info-index-node.
13 (Info-extract-menu-item, Info-extract-menu-counting): Set second
14 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
15 (Info-find-node-2): If a node with period in its name not found,
16 try to find a node without the name part after period.
17 (Info-select-node): Call Info-fontify-node only if
18 Info-fontify-maximum-menu-size is not nil.
19 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
20 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
21 Preserve Info-history-list.
22 (Info-toc): Set Info-current-file.
23 (Info-build-toc): Move point to the beginning of the buffer.
24 Add main-file variable.
25 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
26 Use backslashed representation of the control character ^_.
27
28 * textmodes/texinfmt.el (texinfo-print-index): Print index line
29 numbers in the new Texinfo 4.7 format.
30
31 * add-log.el (change-log-font-lock-keywords): Remove `:' from
32 regexps for function and variable names.
33
34 * descr-text.el (describe-property-list): Add [show] button for
35 `syntax-table' property with action to pp to a separate buffer.
36 (describe-char): Replace search-forward by re-search-forward with
37 whitespace regexp after "character:" to not fail in too narrow
38 windows.
39
40 * simple.el (next-error-find-buffer): Add a rule to return
41 next-error capable buffer if one window on the selected frame
42 displays such buffer.
43
1 2004-05-23 Nick Roberts <nickrob@gnu.org> 44 2004-05-23 Nick Roberts <nickrob@gnu.org>
2 45
3 * progmodes/gdb-ui.el (gdb-server-prefix): New variable. 46 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
4 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode) 47 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
5 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint) 48 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
40 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes 83 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
41 as a close quote. 84 as a close quote.
42 85
43 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case. 86 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
44 87
45 * progmodes/idlw-shell.el (idlwave-shell-get-object-class): 88 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
46 Use assoc-string, not assoc-ignore-case. 89 Use assoc-string, not assoc-ignore-case.
47 90
48 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case. 91 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
49 92
50 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun): 93 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
51 If moving back then fwd gets a defun that ends before point, 94 If moving back then fwd gets a defun that ends before point,
52 try again moving fwd then back. 95 try again moving fwd then back.
2792 * format.el (format-insert-file): Always return a list of two 2835 * format.el (format-insert-file): Always return a list of two
2793 elements, like insert-file-contents does. 2836 elements, like insert-file-contents does.
2794 2837
2795 2004-03-21 Andre Spiegel <spiegel@gnu.org> 2838 2004-03-21 Andre Spiegel <spiegel@gnu.org>
2796 2839
2797 * vc.el Add new optional BUFFER argument to vc-BACKEND-print-log 2840 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
2798 and vc-BACKEND-diff. 2841 and vc-BACKEND-diff.
2799 (vc-print-log): If the print-log implementation supports it, use 2842 (vc-print-log): If the print-log implementation supports it, use
2800 the new BUFFER argument to direct output to *vc-change-log*, not *vc*. 2843 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
2801 (vc-version-diff, vc-diff-internal): Doc fixes. 2844 (vc-version-diff, vc-diff-internal): Doc fixes.
2802 2845