From: Glenn Morris Date: Wed, 5 Jan 2011 07:03:21 +0000 (-0800) Subject: ChangeLog fix. X-Git-Tag: emacs-pretest-24.0.90~104^2~618^2~1322^2~278^2~13 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4896e8fc5ed9dc35950ee42e38d555f70119ec75;p=emacs.git ChangeLog fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0fee2af14f0..9cb550f46fe 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,9 +1,8 @@ 2011-01-04 Ken Manheimer - * Summary: Reconcile with changes in line movement behavior for + * allout.el: Reconcile with changes in line movement behavior for long text lines that cross more than a single physical window line, ie when truncate-lines is nil. - (allout-next-visible-heading): Provide for change in line-move behavior on long lines when truncate-lines is nil. In that case, line-move can wind up on the same textual line when it moves to @@ -17,7 +16,6 @@ difference by applying move-end-of-line while field-text-motion is inhibited. - 2011-01-04 Glenn Morris * textmodes/rst.el (rst-compile-toolsets):