Mercurial > emacs
changeset 60377:c75c721c0479
*** empty log message ***
author | Lute Kamstra <lute@gnu.org> |
---|---|
date | Fri, 04 Mar 2005 14:54:25 +0000 |
parents | 4f506e54cd57 |
children | 01e39f456dc6 |
files | lisp/ChangeLog lispref/ChangeLog |
diffstat | 2 files changed, 14 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Mar 04 14:54:02 2005 +0000 +++ b/lisp/ChangeLog Fri Mar 04 14:54:25 2005 +0000 @@ -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):
--- a/lispref/ChangeLog Fri Mar 04 14:54:02 2005 +0000 +++ b/lispref/ChangeLog Fri Mar 04 14:54:25 2005 +0000 @@ -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'.