aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog23
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 @@
12000-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
12000-11-20 Gerd Moellmann <gerd@gnu.org> 242000-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.