From a9ee5cacaf47ca48e8d70c9dd38d208c2ad27f15 Mon Sep 17 00:00:00 2001 From: Lute Kamstra Date: Tue, 1 Mar 2005 09:09:41 +0000 Subject: [PATCH] *** empty log message *** --- admin/FOR-RELEASE | 2 +- lisp/ChangeLog | 9 +++++++++ lispref/ChangeLog | 13 +++++++++++++ 3 files changed, 23 insertions(+), 1 deletion(-) diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index 41929af2814..ca6f2d94724 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE @@ -239,7 +239,7 @@ lispref/commands.texi "Luc Teirlinck" Chong Yidong lispref/compile.texi "Luc Teirlinck" Chong Yidong lispref/control.texi "Luc Teirlinck" Chong Yidong lispref/customize.texi -lispref/debugging.texi Joakim Verona +lispref/debugging.texi Joakim Verona Lute Kamstra lispref/display.texi lispref/edebug.texi lispref/elisp.texi "Luc Teirlinck" diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2805625fe66..ad00e119abd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2005-03-01 Lute Kamstra + + * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure + that debug-entry-code can be safely removed from a function while + this code is being evaluated. Revert the 2005-02-27 change as the + new implementation no longer requires it. Make sure that a + function body containing just a string is not mistaken for a + docstring. + 2005-02-28 Kim F. Storm * double.el (double-translate-key): Call force-window-update after diff --git a/lispref/ChangeLog b/lispref/ChangeLog index de0294cffa9..fd61f2fa87f 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,16 @@ +2005-02-28 Lute Kamstra + + * debugging.texi (Debugging): Fix typo. + (Error Debugging): Document eval-expression-debug-on-error. + (Function Debugging): Update example. + (Using Debugger): Mention starred stack frames. + (Debugger Commands): Document `j' and `l'. + (Invoking the Debugger): `d' and `j' exit recursive edit too. + Update the messages that the debugger displays. + (Internals of Debugger): Add cross reference. Update example. + (Excess Open): Minor improvement. + (Excess Close): Minor improvement. + 2005-02-26 Richard M. Stallman * tips.texi (Coding Conventions): Clarify. -- 2.11.4.GIT