aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorMiles Bader2007-07-31 05:02:54 +0000
committerMiles Bader2007-07-31 05:02:54 +0000
commit2f12b713116a4e15b4744fc78d5f0dbb57fcd1ca (patch)
tree165cbd151b45eb84012e017a4944c398fae79654 /man
parent22eca14e49cfc7d696534cbf90a49c3ec9b7a68c (diff)
parentbd53d37c664e18c3417da079de4bb999533886af (diff)
downloademacs-2f12b713116a4e15b4744fc78d5f0dbb57fcd1ca.tar.gz
emacs-2f12b713116a4e15b4744fc78d5f0dbb57fcd1ca.zip
Merge from emacs--rel--22
Patches applied: * emacs--rel--22 (patch 75-83) - Update from CVS - Remove lisp/erc/erc-nicklist.el - Update some .arch-inventory files - Indicate that emacs--devo--0--patch-834 does not need to be applied - Merge from gnus--rel--5.10 - Restore lisp/emacs-lisp/cl-loaddefs.el * gnus--rel--5.10 (patch 239-241) - Merge from emacs--devo--0 - Update from CVS 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change) * lisp/emacs-lisp/copyright.el (copyright-update-year, copyright-update) (copyright-fix-years, copyright): Correctly handle the case where copyright-limit is nil. 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change) * lisp/progmodes/python.el (run-python): Fix path separator under w32. 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus-msg.el (gnus-summary-supersede-article) (gnus-summary-resend-message-edit): Add Gcc header. (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent article's Message-ID; refer parent article in summary buffer. * lisp/gnus/message.el (message-bounce): Call mime-to-mml. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-838
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 fbfa0aac236..703b3d3441f 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -16,10 +16,14 @@
16 16
172007-07-26 Dan Nicolaescu <dann@ics.uci.edu> 172007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
18 18
19 * vc2-xtra.texi (Customizing VC): Add GIT. 19 * vc2-xtra.texi (Customizing VC): Add GIT and HG.
20 20
21 * dired.texi (Wdired): Mention C-x C-q key binding. 21 * dired.texi (Wdired): Mention C-x C-q key binding.
22 22
232007-07-28 Nick Roberts <nickrob@snap.net.nz>
24
25 * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
26
232007-07-25 Glenn Morris <rgm@gnu.org> 272007-07-25 Glenn Morris <rgm@gnu.org>
24 28
25 * calc.texi (Copying) 29 * calc.texi (Copying)
diff --git a/man/building.texi b/man/building.texi
index 82ee57e8592..62e5f7b4316 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
832future sessions. You need to use text command mode to debug multiple 832future sessions. You need to use text command mode to debug multiple
833programs within one Emacs session. If you have customized 833programs within one Emacs session. If you have customized
834@code{gud-gdb-command-name} in this way, you can use @kbd{M-x gdba} to 834@code{gud-gdb-command-name} in this way, you can use @kbd{M-x gdba} to
835invoke GDB in graphical mode. 835invoke GDB in graphical mode. Moreover, this command succeeds where
836@kbd{M-x gdb} fails, such as when your @file{.gdbinit} file contains
837executable GDB commands.
836 838
837@menu 839@menu
838* GDB-UI Layout:: Control the number of displayed buffers. 840* GDB-UI Layout:: Control the number of displayed buffers.