aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog4
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0fee2af14f0..9cb550f46fe 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,9 +1,8 @@
12011-01-04 Ken Manheimer <ken.manheimer@gmail.com> 12011-01-04 Ken Manheimer <ken.manheimer@gmail.com>
2 2
3 * Summary: Reconcile with changes in line movement behavior for 3 * allout.el: Reconcile with changes in line movement behavior for
4 long text lines that cross more than a single physical window 4 long text lines that cross more than a single physical window
5 line, ie when truncate-lines is nil. 5 line, ie when truncate-lines is nil.
6
7 (allout-next-visible-heading): Provide for change in line-move 6 (allout-next-visible-heading): Provide for change in line-move
8 behavior on long lines when truncate-lines is nil. In that case, 7 behavior on long lines when truncate-lines is nil. In that case,
9 line-move can wind up on the same textual line when it moves to 8 line-move can wind up on the same textual line when it moves to
@@ -17,7 +16,6 @@
17 difference by applying move-end-of-line while field-text-motion is 16 difference by applying move-end-of-line while field-text-motion is
18 inhibited. 17 inhibited.
19 18
20
212011-01-04 Glenn Morris <rgm@gnu.org> 192011-01-04 Glenn Morris <rgm@gnu.org>
22 20
23 * textmodes/rst.el (rst-compile-toolsets): 21 * textmodes/rst.el (rst-compile-toolsets):