Mercurial > emacs
changeset 80692:80c6b8023a44
* xdisp.c (move_it_to): When stopping at a charpos, check if that's a
continued multi-char glyph; if so, advance to the actual glyph.
(try_window): Check scroll margin on bottom window edge too.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 08 Aug 2008 15:49:52 +0000 |
parents | 1ae713d00d17 |
children | 842392852afc |
files | src/ChangeLog |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Tue Aug 05 22:58:59 2008 +0000 +++ b/src/ChangeLog Fri Aug 08 15:49:52 2008 +0000 @@ -1,3 +1,10 @@ +2008-08-08 Chong Yidong <cyd@stupidchicken.com> + + * xdisp.c (move_it_to): When stopping at a charpos, check if + that's a continued multi-char glyph; if so, advance to the actual + glyph. + (try_window): Check scroll margin on bottom window edge too. + 2008-08-05 Chong Yidong <cyd@stupidchicken.com> * xdisp.c (redisplay_window): Don't enforce scroll-margin when