diff options
| author | Eli Zaretskii | 2010-05-29 13:49:21 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2010-05-29 13:49:21 +0300 |
| commit | 6d26bbb23ef6751cfcd7066c4d4006ec18408449 (patch) | |
| tree | f13aa07dac6a2ada428204de01d858efc971963f /src/ChangeLog | |
| parent | a85cde3870d61cb9cc6662e5ec6245f474146f7e (diff) | |
| download | emacs-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/ChangeLog | 11 |
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 @@ | |||
| 1 | 2010-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 | |||
| 1 | 2010-05-28 Eli Zaretskii <eliz@gnu.org> | 8 | 2010-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 | ||
| 6 | 2010-05-28 Kenichi Handa <handa@m17n.org> | 13 | 2010-05-28 Kenichi Handa <handa@m17n.org> |
| 7 | 14 | ||