diff options
| author | Lute Kamstra | 2005-03-03 16:29:19 +0000 |
|---|---|---|
| committer | Lute Kamstra | 2005-03-03 16:29:19 +0000 |
| commit | 284f0680e9a9e496e4151d5f0138b661645db47f (patch) | |
| tree | 8c6d0c7044f750dc6d65794ed93860e3079b9111 | |
| parent | b418c756e58d5b255a48794d27749ab78048a0d3 (diff) | |
| download | emacs-284f0680e9a9e496e4151d5f0138b661645db47f.tar.gz emacs-284f0680e9a9e496e4151d5f0138b661645db47f.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 14 | ||||
| -rw-r--r-- | lispref/ChangeLog | 4 |
2 files changed, 17 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 | ||
| 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. |
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index fd61f2fa87f..b167ecdb405 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-03-01 Lute Kamstra <lute@gnu.org> | ||
| 2 | |||
| 3 | * debugging.texi (Debugger Commands): Update `j'. | ||
| 4 | |||
| 1 | 2005-02-28 Lute Kamstra <lute@gnu.org> | 5 | 2005-02-28 Lute Kamstra <lute@gnu.org> |
| 2 | 6 | ||
| 3 | * debugging.texi (Debugging): Fix typo. | 7 | * debugging.texi (Debugging): Fix typo. |