changeset 60352:932e4b52aa39

*** empty log message ***
author Lute Kamstra <lute@gnu.org>
date Thu, 03 Mar 2005 16:29:19 +0000
parents 3e3a55538f57
children ee6146798de1
files lisp/ChangeLog lispref/ChangeLog
diffstat 2 files changed, 17 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Mar 03 16:28:32 2005 +0000
+++ b/lisp/ChangeLog	Thu Mar 03 16:29:19 2005 +0000
@@ -16,9 +16,21 @@
 	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.
--- a/lispref/ChangeLog	Thu Mar 03 16:28:32 2005 +0000
+++ b/lispref/ChangeLog	Thu Mar 03 16:29:19 2005 +0000
@@ -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.