aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2003-10-21 23:08:11 +0000
committerNick Roberts2003-10-21 23:08:11 +0000
commitf2afecdaf3638f1b927766a8941d754f7a5cf76e (patch)
tree42b6e9dd27bef553c016b36c708f9c96956dac54
parent307f56361e30fb7c5a6f242155e4c51b839a96c7 (diff)
downloademacs-f2afecdaf3638f1b927766a8941d754f7a5cf76e.tar.gz
emacs-f2afecdaf3638f1b927766a8941d754f7a5cf76e.zip
*** empty log message ***
-rw-r--r--etc/NEWS5
-rw-r--r--lisp/ChangeLog12
-rw-r--r--man/ChangeLog5
3 files changed, 19 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index bbd5f8fb44f..5ed204449d4 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2805,9 +2805,8 @@ running under X.
2805GDB. You can interact with GDB through the GUD buffer in the usual way, but 2805GDB. You can interact with GDB through the GUD buffer in the usual way, but
2806there are also further buffers which control the execution and describe the 2806there are also further buffers which control the execution and describe the
2807state of your program. It separates the input/output of your program from 2807state of your program. It separates the input/output of your program from
2808that of GDB and displays expressions and their current values in their own 2808that of GDB and watches expressions in the speedbar. It also uses features of
2809buffers. It also uses features of Emacs 21 such as the display margin for 2809Emacs 21 such as the display margin for breakpoints, and the toolbar.
2810breakpoints, and the toolbar.
2811 2810
2812Use M-x gdba to start GDB-UI. 2811Use M-x gdba to start GDB-UI.
2813 2812
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 83b18d1fbc0..99b3d8e3f5a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,15 @@
12003-10-21 Nick Roberts <nick@nick.uklinux.net>
2
3 * gdb-ui.el (gdb-current-language): New variable.
4 (gdb-update-flag): Remove variable.
5 (gud-watch,gdb-frame-handler): Adapt for other languages (Fortran).
6 (gdb-take-last-elt): Remove function.
7 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
8 (gdb-post-prompt): Check for variable object changes here.
9
10 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
11 object changes in gdb-ui.el.
12
12003-10-21 Richard M. Stallman <rms@gnu.org> 132003-10-21 Richard M. Stallman <rms@gnu.org>
2 14
3 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix. 15 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
diff --git a/man/ChangeLog b/man/ChangeLog
index 4082bb3a91a..0b42b441cb9 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,8 @@
12003-10-22 Nick Roberts <nick@nick.uklinux.net>
2
3 * building.texi (Watch Expressions): Update section on data display
4 to reflect code changes (GDB Graphical Interface).
5
12003-10-17 Thien-Thi Nguyen <ttn@gnu.org> 62003-10-17 Thien-Thi Nguyen <ttn@gnu.org>
2 7
3 * tramp.texi (Inline methods): Small grammar fix. 8 * tramp.texi (Inline methods): Small grammar fix.