diff options
-rw-r--r-- | lisp/ChangeLog | 6 | ||||
-rw-r--r-- | lispref/ChangeLog | 8 |
2 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index edc07418f3a..fbed08f2828 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2005-03-04 Lute Kamstra <lute@gnu.org> + + * emacs-lisp/debug.el (debugger-step-after-exit): Make it a + defvar. + (debug-function-list): Ditto. + 2005-03-04 Robert J. Chassell <bob@rattlesnake.com> * textmodes/texinfmt.el (texinfo-append-refill): diff --git a/lispref/ChangeLog b/lispref/ChangeLog index b167ecdb405..a0451009de0 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,11 @@ +2005-03-04 Lute Kamstra <lute@gnu.org> + + * debugging.texi (Error Debugging): Document stack-trace-on-error. + +2005-03-03 Lute Kamstra <lute@gnu.org> + + * edebug.texi (Instrumenting Macro Calls): Fix typo. + 2005-03-01 Lute Kamstra <lute@gnu.org> * debugging.texi (Debugger Commands): Update `j'. |