emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r102758: Include recent allout.el cha


From: Ken Manheimer
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102758: Include recent allout.el changes, and add missing '*' asterisk to my
Date: Tue, 04 Jan 2011 14:50:21 -0500
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102758
committer: Ken Manheimer <address@hidden>
branch nick: trunk
timestamp: Tue 2011-01-04 14:50:21 -0500
message:
  Include recent allout.el changes, and add missing '*' asterisk to my
  previous two ChangeLog entries.
modified:
  lisp/ChangeLog
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-01-04 17:04:10 +0000
+++ b/lisp/ChangeLog    2011-01-04 19:50:21 +0000
@@ -1,3 +1,23 @@
+2011-01-04  Ken Manheimer  <address@hidden>
+
+       * Summary: 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
+       the next window line, and moving to the bullet position after the
+       move yields zero advancement.  Add logic to detect and compensate
+       for the lack of progress.
+       (allout-current-topic-collapsed-p): move-end-of-line respect for
+       field boundaries is different when operating with body lines
+       shorter than window width versus ones greater than window width,
+       which can yield false negatives in this function.  Avoid
+       difference by applying move-end-of-line while field-text-motion is
+       inhibited.
+
+
 2011-01-04  Glenn Morris  <address@hidden>
 
        * textmodes/rst.el (rst-compile-toolsets):
@@ -140,7 +160,7 @@
 
 2011-01-01  Ken Manheimer  <address@hidden>
 
-       allout.el (allout-auto-fill): Do not infinitely recurse - use
+       * allout.el (allout-auto-fill): Do not infinitely recurse - use
        do-auto-fill if everything points back to allout-auto-fill.
        (allout-mode-deactivate-hook): Declare obsolete, in favor of
        standard-formed minor-mode deactivate hook, allout-mode-off-hook.
@@ -216,7 +236,7 @@
 
 2010-12-28  Ken Manheimer  <address@hidden>
 
-       allout.el (allout-v18/19-file-var-hack): Obsolete, remove.
+       * allout.el (allout-v18/19-file-var-hack): Obsolete, remove.
        (allout-mode): Argument "toggle" => "force".
        Refine the docstring.
        Remove special provisions for reactivation, besides the 'force'


reply via email to

[Prev in Thread] Current Thread [Next in Thread]