]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorLute Kamstra <lute@gnu.org>
Thu, 3 Mar 2005 16:29:19 +0000 (16:29 +0000)
committerLute Kamstra <lute@gnu.org>
Thu, 3 Mar 2005 16:29:19 +0000 (16:29 +0000)
lisp/ChangeLog
lispref/ChangeLog

index 56c3937b564377d0f8b40dcbf6049fed9819164f..870717d310f3f439a779cefa016332ab77b607d8 100644 (file)
        type, use the default.  Rewrite to use `add-text-properties' and
        plist functions.
 
+2005-03-01  Lute Kamstra  <lute@gnu.org>
+
+       * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
+       (debugger-jumping-flag): New var.
+       (debug-entry-code): Use it.
+       (debugger-jump): Use debugger-jumping-flag and add
+       debugger-reenable to post-command-hook.
+       (debugger-reenable): Use debugger-jumping-flag and remove itself
+       from post-command-hook.
+       (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
+       debugger-reenable.
+
 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
 
-       * textmodes/texinfmt.el: (texinfo-no-refill-regexp): Comment out
+       * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
        inclusion of "itemize\\|", which may be unnecessary, is certainly
        inelegant, and stops refilling in itemize lists when formatting
        Japanese Texinfo files to Info.
index fd61f2fa87fe15276593f7621fcd84b9c4f1545b..b167ecdb405448ee2c12cdcc7fac731a1a08aaff 100644 (file)
@@ -1,3 +1,7 @@
+2005-03-01  Lute Kamstra  <lute@gnu.org>
+
+       * debugging.texi (Debugger Commands): Update `j'.
+
 2005-02-28  Lute Kamstra  <lute@gnu.org>
 
        * debugging.texi (Debugging): Fix typo.