Mercurial > emacs
changeset 74193:ed440685996a
*** empty log message ***
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Sun, 26 Nov 2006 08:40:10 +0000 |
parents | 57a2cb9d5be2 |
children | 9b921eb5917f |
files | lisp/ChangeLog man/ChangeLog |
diffstat | 2 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <nickrob@snap.net.nz> + + * 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 <lekktu@gmail.com> * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
--- 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 <nickrob@snap.net.nz> + + * 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 <lekktu@gmail.com> * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.