From: Nick Roberts Date: Sun, 26 Nov 2006 08:40:10 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.92~506 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bedb71f6b76ad373979a2252ce36f1c713a1f25e;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 972330432ba..afd59c546b2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2006-11-26 Nick Roberts + + * progmodes/gud.el (gdb): Explain how to run in text command mode + more clearly. Say in error message that multiple debugging + requires restarting GDB. + 2006-11-25 Juanma Barranquero * international/fontset.el (create-fontset-from-fontset-spec): Doc fix. diff --git a/man/ChangeLog b/man/ChangeLog index fc7a8953a4e..438112f3552 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,10 @@ +2006-11-26 Nick Roberts + + * building.texi (Debugger Operation): Define text command mode. + Clarify how tooltips work. + (GDB Graphical Interface): Explain how to run in text command mode + more clearly. + 2006-11-25 Juanma Barranquero * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.