]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorLute Kamstra <lute@gnu.org>
Tue, 1 Mar 2005 09:09:41 +0000 (09:09 +0000)
committerLute Kamstra <lute@gnu.org>
Tue, 1 Mar 2005 09:09:41 +0000 (09:09 +0000)
admin/FOR-RELEASE
lisp/ChangeLog
lispref/ChangeLog

index 41929af28140e78bee0f7a8c158700f98995cada..ca6f2d947240c6f7b196543bf14920dfb3361f46 100644 (file)
@@ -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 <joakim@verona.se>
+lispref/debugging.texi   Joakim Verona <joakim@verona.se>   Lute Kamstra
 lispref/display.texi
 lispref/edebug.texi
 lispref/elisp.texi       "Luc Teirlinck"
index 2805625fe660d1a0195f26eca14e549fa30a10af..ad00e119abda740dcbe2b29a6c7d5fc615c8159f 100644 (file)
@@ -1,3 +1,12 @@
+2005-03-01  Lute Kamstra  <lute@gnu.org>
+
+       * 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  <storm@cua.dk>
 
        * double.el (double-translate-key): Call force-window-update after
index de0294cffa9dc3886c8b35a3950cceaa4336b27c..fd61f2fa87fe15276593f7621fcd84b9c4f1545b 100644 (file)
@@ -1,3 +1,16 @@
+2005-02-28  Lute Kamstra  <lute@gnu.org>
+
+       * 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  <rms@gnu.org>
 
        * tips.texi (Coding Conventions): Clarify.