summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 84ec015e64e..2342f10f34b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
+2005-08-01 Nick Roberts <nickrob@snap.net.nz>
+
+ * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
+
+ * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
+ (gud-tooltip-mode): Don't barf if the GUD buffer has been killed.
+
2005-08-01 Kim F. Storm <storm@cua.dk>
* textmodes/table.el (table-yank-handler): Change defcustom to defvar.