aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2004-05-23 20:27:46 +0000
committerNick Roberts2004-05-23 20:27:46 +0000
commit0145381ff82848535b0c27fae03097547f35ecdf (patch)
tree2f2c393efb356de1a5e5302bea5111ebe25b3f37
parentf5340e292ca7f4b3526de79a957c4f0b9fd656fb (diff)
downloademacs-0145381ff82848535b0c27fae03097547f35ecdf.tar.gz
emacs-0145381ff82848535b0c27fae03097547f35ecdf.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog32
1 files changed, 32 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index fe0559d07aa..957e52e2b24 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,35 @@
12004-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
12004-05-23 Jesper Harder <harder@ifa.au.dk> 332004-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