Mercurial > emacs
comparison src/ChangeLog @ 108823:99cde7115a1a
Fix cursor motion in bidi-reordered continued lines.
xdisp.c (try_cursor_movement): Backup to non-continuation line
only after finding point's row. 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.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 29 May 2010 15:51:01 +0300 |
parents | 6515310887ec 69d973cd0292 |
children | 14bdecf19b8c |
comparison
equal
deleted
inserted
replaced
108820:988b3f9a342a | 108823:99cde7115a1a |
---|---|
1 2010-05-29 Eli Zaretskii <eliz@gnu.org> | |
2 | |
3 Fix cursor motion in bidi-reordered continued lines. | |
4 * xdisp.c (try_cursor_movement): Backup to non-continuation line | |
5 only after finding point's row. Fix the logic. Rewrite the loop | |
6 over continuation lines in bidi-reordered buffers. Return | |
7 CURSOR_MOVEMENT_MUST_SCROLL upon failure to find a suitable row, | |
8 rather than CURSOR_MOVEMENT_CANNOT_BE_USED. | |
9 | |
1 2010-05-28 Michael Albinus <michael.albinus@gmx.de> | 10 2010-05-28 Michael Albinus <michael.albinus@gmx.de> |
2 | 11 |
3 * fileio.c (Fdelete_file): Pass TRASH arg to handler call. | 12 * fileio.c (Fdelete_file): Pass TRASH arg to handler call. |
4 | 13 |
5 2010-05-28 Kenichi Handa <handa@m17n.org> | 14 2010-05-28 Kenichi Handa <handa@m17n.org> |