diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1bbfe512907..ebbe543adf1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,26 @@ | |||
| 1 | 2000-11-21 Miles Bader <miles@gnu.org> | ||
| 2 | |||
| 3 | * textmodes/refill.el (refill-ignorable-overlay): New variable. | ||
| 4 | (refill-adjust-ignorable-overlay): New function. | ||
| 5 | (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill | ||
| 6 | only the paragraph's tail if possible. | ||
| 7 | Update `refill-ignorable-overlay'. | ||
| 8 | (refill-mode): Initialize/cleanup `refill-ignorable-overlay'. | ||
| 9 | |||
| 10 | * textmodes/refill.el (refill-fill-paragraph-at): Don't leave | ||
| 11 | point inside the fill-prefix. | ||
| 12 | |||
| 13 | * textmodes/refill.el (refill-post-command-function): Don't reset | ||
| 14 | refill-doit in the case where a self-insertion command doesn't | ||
| 15 | case a refill. Use `refill-fill-paragraph-at', getting position | ||
| 16 | from `refill-doit'. | ||
| 17 | (refill-after-change-function): Set `refill-doit' to END. | ||
| 18 | (refill-fill-paragraph-at): New function, mostly from old | ||
| 19 | refill-fill-paragraph. | ||
| 20 | (refill-fill-paragraph): Use `refill-fill-paragraph-at'. | ||
| 21 | (refill-pre-command-function): New function. | ||
| 22 | (refill-mode): Add it to `pre-command-hook'. | ||
| 23 | |||
| 1 | 2000-11-20 Gerd Moellmann <gerd@gnu.org> | 24 | 2000-11-20 Gerd Moellmann <gerd@gnu.org> |
| 2 | 25 | ||
| 3 | * textmodes/artist.el (artist-mode): Fix autoload cookie. | 26 | * textmodes/artist.el (artist-mode): Fix autoload cookie. |