comparison lisp/ChangeLog @ 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 a4178854cfca
children e68409d37739
comparison
equal deleted inserted replaced
100777:b816bc48d9b2 100778:77846ef20f35
1 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
2
3 * follow.el (follow-select-if-visible): Improve the check for the
4 last line of the window.
5 (follow-post-command-hook): Perform redisplay in more
6 circumstances, to avoid getting point stuck on partially visible
7 lines.
8
1 2008-12-30 Chong Yidong <cyd@stupidchicken.com> 9 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
2 10
3 * follow.el (follow-calc-win-end): Use with-selected-window. 11 * follow.el (follow-calc-win-end): Use with-selected-window.
4 (follow-windows-start-end, follow-pos-visible) 12 (follow-windows-start-end, follow-pos-visible)
5 (follow-windows-aligned-p): Code cleanup. 13 (follow-windows-aligned-p): Code cleanup.