diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2008-12-30 16:19:50 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2008-12-30 16:19:50 +0000 |
commit | 2260cb2c32169f6b78a2d83bd462ee6437a12f96 (patch) | |
tree | ced03be68130543b3c26bd344c4bb4d6612d8173 /lisp | |
parent | 7f714baf38130a0b4edf5fc4f2003b03d2f52179 (diff) | |
download | emacs-2260cb2c32169f6b78a2d83bd462ee6437a12f96.tar.gz emacs-2260cb2c32169f6b78a2d83bd462ee6437a12f96.tar.bz2 emacs-2260cb2c32169f6b78a2d83bd462ee6437a12f96.zip |
* 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.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 66a41e92565..0c9ec9fa8c8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,13 @@ 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. (follow-windows-start-end, follow-pos-visible) (follow-windows-aligned-p): Code cleanup. |