aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2010-05-29 13:49:21 +0300
committerEli Zaretskii2010-05-29 13:49:21 +0300
commit6d26bbb23ef6751cfcd7066c4d4006ec18408449 (patch)
treef13aa07dac6a2ada428204de01d858efc971963f /src/ChangeLog
parenta85cde3870d61cb9cc6662e5ec6245f474146f7e (diff)
downloademacs-6d26bbb23ef6751cfcd7066c4d4006ec18408449.tar.gz
emacs-6d26bbb23ef6751cfcd7066c4d4006ec18408449.zip
Finish debugging of cursor motion in bidi-reordered lines.
xdisp.c (try_cursor_movement): Fix the logic. Rewrite the loop over continuation lines in bidi-reordered buffers. Return CURSOR_MOVEMENT_MUST_SCROLL upon failure to find a suitable row, rather than CURSOR_MOVEMENT_CANNOT_BE_USED.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a530e844bf9..814b30bbdad 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,7 +1,14 @@
12010-05-29 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (try_cursor_movement): Fix the logic. Rewrite the loop
4 over continuation lines in bidi-reordered buffers. Return
5 CURSOR_MOVEMENT_MUST_SCROLL upon failure to find a suitable row,
6 rather than CURSOR_MOVEMENT_CANNOT_BE_USED.
7
12010-05-28 Eli Zaretskii <eliz@gnu.org> 82010-05-28 Eli Zaretskii <eliz@gnu.org>
2 9
3 * xdisp.c (try_cursor_movement): Prevent unnecessary scrolling in 10 * xdisp.c (try_cursor_movement): Backup to non-continuation line
4 bidi-reordered buffers. 11 only after finding point's row.
5 12
62010-05-28 Kenichi Handa <handa@m17n.org> 132010-05-28 Kenichi Handa <handa@m17n.org>
7 14