From 9732330d81b0510ecb1269c6ab393a39e111d531 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Fri, 8 Aug 2008 15:49:52 +0000 Subject: [PATCH] * 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. --- src/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.39.5