comparison lisp/ChangeLog @ 112120:aa1843c74710

Include recent allout.el changes, and add missing '*' asterisk to my previous two ChangeLog entries.
author Ken Manheimer <ken.manheimer@gmail.com>
date Tue, 04 Jan 2011 14:50:21 -0500
parents f6e033582333
children a51d791afefe
comparison
equal deleted inserted replaced
112119:48f5ac42611a 112120:aa1843c74710
1 2011-01-04 Ken Manheimer <ken.manheimer@gmail.com>
2
3 * Summary: Reconcile with changes in line movement behavior for
4 long text lines that cross more than a single physical window
5 line, ie when truncate-lines is nil.
6
7 (allout-next-visible-heading): Provide for change in line-move
8 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
10 the next window line, and moving to the bullet position after the
11 move yields zero advancement. Add logic to detect and compensate
12 for the lack of progress.
13 (allout-current-topic-collapsed-p): move-end-of-line respect for
14 field boundaries is different when operating with body lines
15 shorter than window width versus ones greater than window width,
16 which can yield false negatives in this function. Avoid
17 difference by applying move-end-of-line while field-text-motion is
18 inhibited.
19
20
1 2011-01-04 Glenn Morris <rgm@gnu.org> 21 2011-01-04 Glenn Morris <rgm@gnu.org>
2 22
3 * textmodes/rst.el (rst-compile-toolsets): 23 * textmodes/rst.el (rst-compile-toolsets):
4 Add pdf and s5 to option alist. 24 Add pdf and s5 to option alist.
5 25
138 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with 158 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
139 multiple addresses. (Bug#7760) 159 multiple addresses. (Bug#7760)
140 160
141 2011-01-01 Ken Manheimer <ken.manheimer@gmail.com> 161 2011-01-01 Ken Manheimer <ken.manheimer@gmail.com>
142 162
143 allout.el (allout-auto-fill): Do not infinitely recurse - use 163 * allout.el (allout-auto-fill): Do not infinitely recurse - use
144 do-auto-fill if everything points back to allout-auto-fill. 164 do-auto-fill if everything points back to allout-auto-fill.
145 (allout-mode-deactivate-hook): Declare obsolete, in favor of 165 (allout-mode-deactivate-hook): Declare obsolete, in favor of
146 standard-formed minor-mode deactivate hook, allout-mode-off-hook. 166 standard-formed minor-mode deactivate hook, allout-mode-off-hook.
147 167
148 2010-12-31 Michael Albinus <michael.albinus@gmx.de> 168 2010-12-31 Michael Albinus <michael.albinus@gmx.de>
214 pretty-printed, so that it is mergeable by line-based text merging, 234 pretty-printed, so that it is mergeable by line-based text merging,
215 as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>. 235 as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
216 236
217 2010-12-28 Ken Manheimer <ken.manheimer@gmail.com> 237 2010-12-28 Ken Manheimer <ken.manheimer@gmail.com>
218 238
219 allout.el (allout-v18/19-file-var-hack): Obsolete, remove. 239 * allout.el (allout-v18/19-file-var-hack): Obsolete, remove.
220 (allout-mode): Argument "toggle" => "force". 240 (allout-mode): Argument "toggle" => "force".
221 Refine the docstring. 241 Refine the docstring.
222 Remove special provisions for reactivation, besides the 'force' 242 Remove special provisions for reactivation, besides the 'force'
223 argument. 243 argument.
224 Consolidate layout provisions coce directly into the activation 244 Consolidate layout provisions coce directly into the activation