aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts <[email protected]>2004-03-28 20:19:41 +0000
committerNick Roberts <[email protected]>2004-03-28 20:19:41 +0000
commit80cce9aeb7abbf6b883b027be4bd2dd03f212b76 (patch)
treed8e37a18967dae7162496dcbdcded673b775b3d2
parent1e87be1b83660c2efda242ea1711961d067b3125 (diff)
*** empty log message ***
-rw-r--r--lisp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index cff74f5c3e..3bb9e41cd2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
+2004-03-28 Nick Roberts <[email protected]>
+
+ * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
+ (gud-gdba-marker-filter): Log the process input and output, if
+ required. (from Stefan Monnier)
+ (gdb-debug-log, gdb-enable-debug-log): New variables.
+ (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
+
2004-03-28 Stefan Monnier <[email protected]>
* vc-hooks.el (vc-file-not-found-hook): Fix typo.