From: Chong Yidong Date: Tue, 30 Dec 2008 16:19:50 +0000 (+0000) Subject: * follow.el (follow-select-if-visible): Improve the check for the X-Git-Tag: emacs-pretest-23.0.90~799 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2260cb2c32169f6b78a2d83bd462ee6437a12f96;p=emacs.git * follow.el (follow-select-if-visible): Improve the check for the last line of the window. (follow-post-command-hook): Perform redisplay in more circumstances, to avoid getting point stuck on partially visible lines. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 66a41e92565..0c9ec9fa8c8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2008-12-30 Chong Yidong + + * follow.el (follow-select-if-visible): Improve the check for the + last line of the window. + (follow-post-command-hook): Perform redisplay in more + circumstances, to avoid getting point stuck on partially visible + lines. + 2008-12-30 Chong Yidong * follow.el (follow-calc-win-end): Use with-selected-window.