comparison lisp/ChangeLog @ 112121:a51d791afefe

ChangeLog fix.
author Glenn Morris <rgm@gnu.org>
date Tue, 04 Jan 2011 23:03:21 -0800
parents aa1843c74710
children a28fc1581b94
comparison
equal deleted inserted replaced
112120:aa1843c74710 112121:a51d791afefe
1 2011-01-04 Ken Manheimer <ken.manheimer@gmail.com> 1 2011-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
10 the next window line, and moving to the bullet position after the 9 the next window line, and moving to the bullet position after the
11 move yields zero advancement. Add logic to detect and compensate 10 move yields zero advancement. Add logic to detect and compensate
14 field boundaries is different when operating with body lines 13 field boundaries is different when operating with body lines
15 shorter than window width versus ones greater than window width, 14 shorter than window width versus ones greater than window width,
16 which can yield false negatives in this function. Avoid 15 which can yield false negatives in this function. Avoid
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
20 18
21 2011-01-04 Glenn Morris <rgm@gnu.org> 19 2011-01-04 Glenn Morris <rgm@gnu.org>
22 20
23 * textmodes/rst.el (rst-compile-toolsets): 21 * textmodes/rst.el (rst-compile-toolsets):
24 Add pdf and s5 to option alist. 22 Add pdf and s5 to option alist.