# HG changeset patch # User Nick Roberts # Date 1164530410 0 # Node ID ed440685996ad93779b3fd4d63b709c3d525e14e # Parent 57a2cb9d5be2b4ca2aaae818ca6a139f7dd8dac8 *** empty log message *** diff -r 57a2cb9d5be2 -r ed440685996a lisp/ChangeLog --- a/lisp/ChangeLog Sun Nov 26 08:37:07 2006 +0000 +++ b/lisp/ChangeLog Sun Nov 26 08:40:10 2006 +0000 @@ -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 -r 57a2cb9d5be2 -r ed440685996a man/ChangeLog --- a/man/ChangeLog Sun Nov 26 08:37:07 2006 +0000 +++ b/man/ChangeLog Sun Nov 26 08:40:10 2006 +0000 @@ -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'.