comparison lisp/ChangeLog @ 55748:2cb1cd498a3c

*** empty log message ***
author Nick Roberts <nickrob@snap.net.nz>
date Sun, 23 May 2004 20:27:46 +0000
parents ac9369751587
children 11d33fd7f8c4
comparison
equal deleted inserted replaced
55747:ac9369751587 55748:2cb1cd498a3c
1 2004-05-23 Nick Roberts <nickrob@gnu.org>
2
3 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
4 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
5 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
6 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
7 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer): Handle
8 new value for gud-minor-mode (gdbmi).
9 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
10 (gdb-output-sink, gdb-current-item, gdb-pending-triggers): Change
11 from local to global gdb variable set.
12 (gdb-ann3): Initialise above gdb variable set.
13 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
14 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
15 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
16 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
17 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
18 (gdb-info-locals-handler, gdb-invalidate-assembler)
19 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
20 set as global variables.
21 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
22 Handle gdbmi.
23 (gdb-info-breakpoints-custom): Fix regexp.
24 (def-gdb-var): Delete.
25
26 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
27 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
28 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
29 a new mode. The file (gdb-mi.el) for this mode will be included
30 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
31 primary interface.
32
1 2004-05-23 Jesper Harder <harder@ifa.au.dk> 33 2004-05-23 Jesper Harder <harder@ifa.au.dk>
2 34
3 * progmodes/grep.el (grep-tree): Ensure that DIR argument is 35 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
4 interpreted as a directory. 36 interpreted as a directory.
5 37