comparison lisp/ChangeLog @ 83134:445e34bd8b61

Merged in changes from CVS trunk. Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-339 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-340 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-341 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-174
author Karoly Lorentey <lorentey@elte.hu>
date Mon, 24 May 2004 23:42:52 +0000
parents 50b9a96c837c 410d58c90929
children 85232760f917
comparison
equal deleted inserted replaced
83133:50b9a96c837c 83134:445e34bd8b61
1 2004-05-24 Nick Roberts <nickrob@gnu.org>
2
3 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
4 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
5
6 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
7
8 * net/browse-url.el (browse-url-interactive-arg): Enable user to
9 explicitly select the text to be taken as URL.
10
11 2004-05-23 Juri Linkov <juri@jurta.org>
12
13 * info.el (Info-index-nodes): New var and fun.
14 (Info-goto-index, Info-index, info-apropos)
15 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
16 (Info-index): Fix docstring. Store and restore Info-history-list.
17 (Info-complete-nodes): New var.
18 (Info-complete-menu-item): Use it.
19 (Info-index-node): New fun.
20 (Info-final-node, Info-forward-node, Info-backward-node)
21 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
22 Use Info-index-node.
23 (Info-extract-menu-item, Info-extract-menu-counting): Set second
24 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
25 (Info-find-node-2): If a node with period in its name not found,
26 try to find a node without the name part after period.
27 (Info-select-node): Call Info-fontify-node only if
28 Info-fontify-maximum-menu-size is not nil.
29 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
30 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
31 Preserve Info-history-list.
32 (Info-toc): Set Info-current-file.
33 (Info-build-toc): Move point to the beginning of the buffer.
34 Add main-file variable.
35 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
36 Use backslashed representation of the control character ^_.
37
38 * textmodes/texinfmt.el (texinfo-print-index): Print index line
39 numbers in the new Texinfo 4.7 format.
40
41 * add-log.el (change-log-font-lock-keywords): Remove `:' from
42 regexps for function and variable names.
43
44 * descr-text.el (describe-property-list): Add [show] button for
45 `syntax-table' property with action to pp to a separate buffer.
46 (describe-char): Replace search-forward by re-search-forward with
47 whitespace regexp after "character:" to not fail in too narrow
48 windows.
49
50 * simple.el (next-error-find-buffer): Add a rule to return
51 next-error capable buffer if one window on the selected frame
52 displays such buffer.
53
54 2004-05-23 Nick Roberts <nickrob@gnu.org>
55
56 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
57 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
58 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
59 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
60 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer): Handle
61 new value for gud-minor-mode (gdbmi).
62 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
63 (gdb-output-sink, gdb-current-item, gdb-pending-triggers): Change
64 from local to global gdb variable set.
65 (gdb-ann3): Initialise above gdb variable set.
66 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
67 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
68 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
69 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
70 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
71 (gdb-info-locals-handler, gdb-invalidate-assembler)
72 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
73 set as global variables.
74 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
75 Handle gdbmi.
76 (gdb-info-breakpoints-custom): Fix regexp.
77 (def-gdb-var): Delete.
78
79 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
80 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
81 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
82 a new mode. The file (gdb-mi.el) for this mode will be included
83 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
84 primary interface.
85
86 2004-05-23 Jesper Harder <harder@ifa.au.dk>
87
88 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
89 interpreted as a directory.
90
1 2004-05-22 Richard M. Stallman <rms@gnu.org> 91 2004-05-22 Richard M. Stallman <rms@gnu.org>
2 92
3 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes 93 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
4 as a close quote. 94 as a close quote.
5 95
6 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case. 96 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
7 97
8 * progmodes/idlw-shell.el (idlwave-shell-get-object-class): 98 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
9 Use assoc-string, not assoc-ignore-case. 99 Use assoc-string, not assoc-ignore-case.
10 100
11 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case. 101 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
12 102
13 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun): 103 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
14 If moving back then fwd gets a defun that ends before point, 104 If moving back then fwd gets a defun that ends before point,
15 try again moving fwd then back. 105 try again moving fwd then back.
2755 * format.el (format-insert-file): Always return a list of two 2845 * format.el (format-insert-file): Always return a list of two
2756 elements, like insert-file-contents does. 2846 elements, like insert-file-contents does.
2757 2847
2758 2004-03-21 Andre Spiegel <spiegel@gnu.org> 2848 2004-03-21 Andre Spiegel <spiegel@gnu.org>
2759 2849
2760 * vc.el Add new optional BUFFER argument to vc-BACKEND-print-log 2850 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
2761 and vc-BACKEND-diff. 2851 and vc-BACKEND-diff.
2762 (vc-print-log): If the print-log implementation supports it, use 2852 (vc-print-log): If the print-log implementation supports it, use
2763 the new BUFFER argument to direct output to *vc-change-log*, not *vc*. 2853 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
2764 (vc-version-diff, vc-diff-internal): Doc fixes. 2854 (vc-version-diff, vc-diff-internal): Doc fixes.
2765 2855