Mercurial > emacs
comparison lisp/ChangeLog @ 60352:932e4b52aa39
*** empty log message ***
author | Lute Kamstra <lute@gnu.org> |
---|---|
date | Thu, 03 Mar 2005 16:29:19 +0000 |
parents | 3375018deeb3 |
children | 49e4e175b817 |
comparison
equal
deleted
inserted
replaced
60351:3e3a55538f57 | 60352:932e4b52aa39 |
---|---|
14 | 14 |
15 * button.el (make-text-button): If the user doesn't specify a | 15 * button.el (make-text-button): If the user doesn't specify a |
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 |
19 2005-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 | |
19 2005-03-01 Robert J. Chassell <bob@rattlesnake.com> | 31 2005-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. |
25 Update copyright to 2005. | 37 Update copyright to 2005. |
26 | 38 |