From: Chong Yidong Date: Fri, 8 Aug 2008 15:49:52 +0000 (+0000) Subject: * xdisp.c (move_it_to): When stopping at a charpos, check if that's a X-Git-Tag: emacs-pretest-22.2.90~30 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9732330d81b0510ecb1269c6ab393a39e111d531;p=emacs.git * 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. --- diff --git a/src/ChangeLog b/src/ChangeLog index c2207a10859..566d19e1dc6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +2008-08-08 Chong Yidong + + * 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 * xdisp.c (redisplay_window): Don't enforce scroll-margin when