Mercurial > emacs
changeset 100765:66dd9bb65f2b
* follow.el (follow-calc-win-start): Don't use `inline'.
(follow-update-window-start, follow-select-if-visible)
(follow-calculate-first-window-start-from-below)
(follow-post-command-hook): Code cleanup.
(follow-downward, follow-calculate-first-window-start): Function
deleted and merged into follow-redisplay.
(follow-redisplay): Merge code from follow-downward and
follow-calculate-first-window-start.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 30 Dec 2008 10:51:41 +0000 |
parents | c83767d1897d |
children | 503c8d0db2bc |
files | lisp/ChangeLog |
diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Dec 30 05:04:54 2008 +0000 +++ b/lisp/ChangeLog Tue Dec 30 10:51:41 2008 +0000 @@ -1,3 +1,14 @@ +2008-12-30 Chong Yidong <cyd@stupidchicken.com> + + * follow.el (follow-calc-win-start): Don't use `inline'. + (follow-update-window-start, follow-select-if-visible) + (follow-calculate-first-window-start-from-below) + (follow-post-command-hook): Code cleanup. + (follow-downward, follow-calculate-first-window-start): Function + deleted and merged into follow-redisplay. + (follow-redisplay): Merge code from follow-downward and + follow-calculate-first-window-start. + 2008-12-30 Juanma Barranquero <lekktu@gmail.com> * proced.el (proced-tree-flag): Fix typo in docstring.