aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorLute Kamstra2005-03-03 16:29:19 +0000
committerLute Kamstra2005-03-03 16:29:19 +0000
commit284f0680e9a9e496e4151d5f0138b661645db47f (patch)
tree8c6d0c7044f750dc6d65794ed93860e3079b9111 /lisp
parentb418c756e58d5b255a48794d27749ab78048a0d3 (diff)
downloademacs-284f0680e9a9e496e4151d5f0138b661645db47f.tar.gz
emacs-284f0680e9a9e496e4151d5f0138b661645db47f.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog14
1 files changed, 13 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 56c3937b564..870717d310f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -16,9 +16,21 @@
16 type, use the default. Rewrite to use `add-text-properties' and 16 type, use the default. Rewrite to use `add-text-properties' and
17 plist functions. 17 plist functions.
18 18
192005-03-01 Lute Kamstra <lute@gnu.org>
20
21 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
22 (debugger-jumping-flag): New var.
23 (debug-entry-code): Use it.
24 (debugger-jump): Use debugger-jumping-flag and add
25 debugger-reenable to post-command-hook.
26 (debugger-reenable): Use debugger-jumping-flag and remove itself
27 from post-command-hook.
28 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
29 debugger-reenable.
30
192005-03-01 Robert J. Chassell <bob@rattlesnake.com> 312005-03-01 Robert J. Chassell <bob@rattlesnake.com>
20 32
21 * textmodes/texinfmt.el: (texinfo-no-refill-regexp): Comment out 33 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
22 inclusion of "itemize\\|", which may be unnecessary, is certainly 34 inclusion of "itemize\\|", which may be unnecessary, is certainly
23 inelegant, and stops refilling in itemize lists when formatting 35 inelegant, and stops refilling in itemize lists when formatting
24 Japanese Texinfo files to Info. 36 Japanese Texinfo files to Info.