emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp ChangeLog


From: Chong Yidong
Subject: [Emacs-diffs] emacs/lisp ChangeLog
Date: Tue, 30 Dec 2008 13:25:58 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      08/12/30 13:25:57

Modified files:
        lisp           : ChangeLog 

Log message:
        * follow.el (follow-calc-win-end): Use with-selected-window.
        (follow-windows-start-end, follow-pos-visible)
        (follow-windows-aligned-p): Code cleanup.
        (follow-select-if-visible): Try to avoid partially-visible lines.
        (follow-select-if-visible-from-first): Call follow-redisplay and
        move point to destination.
        (follow-redisplay): New arg, to keep selected window unchanged.
        (follow-post-command-hook): In final check for destination
        visibility, use window-start and window-end instead of the less
        accurate follow-pos-visible.  If the selected window is redrawn,
        tell follow-redisplay to preserve it.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.15010&r2=1.15011

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.15010
retrieving revision 1.15011
diff -u -b -r1.15010 -r1.15011
--- ChangeLog   30 Dec 2008 11:28:14 -0000      1.15010
+++ ChangeLog   30 Dec 2008 13:25:52 -0000      1.15011
@@ -1,3 +1,18 @@
+2008-12-30  Chong Yidong  <address@hidden>
+
+       * follow.el (follow-calc-win-end): Use with-selected-window.
+       (follow-windows-start-end, follow-pos-visible)
+       (follow-windows-aligned-p): Code cleanup.
+       (follow-select-if-visible): Try to avoid partially-visible lines.
+       (follow-select-if-visible-from-first): Call follow-redisplay and
+       move point to destination.
+       (follow-redisplay): New arg, to keep selected window unchanged.
+       (follow-post-command-hook): In final check for destination
+       visibility, use window-start and window-end instead of the less
+       accurate follow-pos-visible.  If the selected window is redrawn,
+       tell follow-redisplay to preserve it.
+
+
 2008-12-30  Andreas Schwab  <address@hidden>
 
        * server.el (server-running-p): Remove interactive spec.  Fix




reply via email to

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