# HG changeset patch # User Nick Roberts # Date 1149502456 0 # Node ID 6e0c68027a7d818cfbb62c2d39efa3ec5d8b377e # Parent 07cd76eb8e03b4cc318d443fa1737ef6bd366b9d *** empty log message *** diff -r 07cd76eb8e03 -r 6e0c68027a7d lisp/ChangeLog --- a/lisp/ChangeLog Mon Jun 05 10:10:51 2006 +0000 +++ b/lisp/ChangeLog Mon Jun 05 10:14:16 2006 +0000 @@ -1,3 +1,9 @@ +2006-06-05 Nick Roberts + + * progmodes/gud.el (gud-menu-map): Use a conditional help echo + for gud-go. + (gud-common-init): Other debuggers may trigger error. + 2006-06-05 Kenichi Handa * international/mule.el (find-auto-coding): Handle diff -r 07cd76eb8e03 -r 6e0c68027a7d man/ChangeLog --- a/man/ChangeLog Mon Jun 05 10:10:51 2006 +0000 +++ b/man/ChangeLog Mon Jun 05 10:14:16 2006 +0000 @@ -1,3 +1,9 @@ +2006-06-05 Nick Roberts + + * building.texi (GDB Graphical Interface): Update bindings. + (Commands of GUD): Add gud-print. Remove gud-run. Restate + availability more generally. + 2006-06-03 Ted Zlatanov * mini.texi: Lots of cleanups.