aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog6
-rw-r--r--lispref/ChangeLog8
2 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index edc07418f3..fbed08f282 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
+2005-03-04 Lute Kamstra <[email protected]>
+
+ * emacs-lisp/debug.el (debugger-step-after-exit): Make it a
+ defvar.
+ (debug-function-list): Ditto.
+
2005-03-04 Robert J. Chassell <[email protected]>
* textmodes/texinfmt.el (texinfo-append-refill):
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index b167ecdb40..a0451009de 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,11 @@
+2005-03-04 Lute Kamstra <[email protected]>
+
+ * debugging.texi (Error Debugging): Document stack-trace-on-error.
+
+2005-03-03 Lute Kamstra <[email protected]>
+
+ * edebug.texi (Instrumenting Macro Calls): Fix typo.
+
2005-03-01 Lute Kamstra <[email protected]>
* debugging.texi (Debugger Commands): Update `j'.