changeset 100778:77846ef20f35

* 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.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 30 Dec 2008 16:19:50 +0000
parents b816bc48d9b2
children a0ff5fd45390
files lisp/ChangeLog
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Dec 30 15:10:39 2008 +0000
+++ b/lisp/ChangeLog	Tue Dec 30 16:19:50 2008 +0000
@@ -1,3 +1,11 @@
+2008-12-30  Chong Yidong  <cyd@stupidchicken.com>
+
+	* 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  <cyd@stupidchicken.com>
 
 	* follow.el (follow-calc-win-end): Use with-selected-window.