aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/ChangeLog6
-rw-r--r--man/building.texi4
2 files changed, 8 insertions, 2 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index fbfa0aac23..703b3d3441 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -16,10 +16,14 @@
2007-07-26 Dan Nicolaescu <[email protected]>
- * vc2-xtra.texi (Customizing VC): Add GIT.
+ * vc2-xtra.texi (Customizing VC): Add GIT and HG.
* dired.texi (Wdired): Mention C-x C-q key binding.
+2007-07-28 Nick Roberts <[email protected]>
+
+ * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
+
2007-07-25 Glenn Morris <[email protected]>
* calc.texi (Copying)
diff --git a/man/building.texi b/man/building.texi
index 82ee57e859..62e5f7b431 100644
--- a/man/building.texi
+++ b/man/building.texi
@@ -832,7 +832,9 @@ session, or the custom variable @code{gud-gdb-command-name} for all
future sessions. You need to use text command mode to debug multiple
programs within one Emacs session. If you have customized
@code{gud-gdb-command-name} in this way, you can use @kbd{M-x gdba} to
-invoke GDB in graphical mode.
+invoke GDB in graphical mode. Moreover, this command succeeds where
+@kbd{M-x gdb} fails, such as when your @file{.gdbinit} file contains
+executable GDB commands.
@menu
* GDB-UI Layout:: Control the number of displayed buffers.