Mercurial > emacs
comparison lisp/ChangeLog @ 100768:20014579730d
* follow.el (follow-calc-win-end): Use with-selected-window.
(follow-windows-start-end, follow-pos-visible)
(follow-windows-aligned-p): Code cleanup.
(follow-select-if-visible): Try to avoid partially-visible lines.
(follow-select-if-visible-from-first): Call follow-redisplay and
move point to destination.
(follow-redisplay): New arg, to keep selected window unchanged.
(follow-post-command-hook): In final check for destination
visibility, use window-start and window-end instead of the less
accurate follow-pos-visible. If the selected window is redrawn,
tell follow-redisplay to preserve it.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 30 Dec 2008 13:25:52 +0000 |
parents | c2a05360a02f |
children | a4178854cfca |
comparison
equal
deleted
inserted
replaced
100767:c2a05360a02f | 100768:20014579730d |
---|---|
1 2008-12-30 Chong Yidong <cyd@stupidchicken.com> | |
2 | |
3 * follow.el (follow-calc-win-end): Use with-selected-window. | |
4 (follow-windows-start-end, follow-pos-visible) | |
5 (follow-windows-aligned-p): Code cleanup. | |
6 (follow-select-if-visible): Try to avoid partially-visible lines. | |
7 (follow-select-if-visible-from-first): Call follow-redisplay and | |
8 move point to destination. | |
9 (follow-redisplay): New arg, to keep selected window unchanged. | |
10 (follow-post-command-hook): In final check for destination | |
11 visibility, use window-start and window-end instead of the less | |
12 accurate follow-pos-visible. If the selected window is redrawn, | |
13 tell follow-redisplay to preserve it. | |
14 | |
15 | |
1 2008-12-30 Andreas Schwab <schwab@suse.de> | 16 2008-12-30 Andreas Schwab <schwab@suse.de> |
2 | 17 |
3 * server.el (server-running-p): Remove interactive spec. Fix | 18 * server.el (server-running-p): Remove interactive spec. Fix |
4 regexp. | 19 regexp. |
5 | 20 |