diff options
| author | Eli Zaretskii | 2010-05-29 15:51:01 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2010-05-29 15:51:01 +0300 |
| commit | 06fa4a23522821fc3a4e93c7ca505bae4d4733de (patch) | |
| tree | 90a74447c7b8a58496071a7083139cfabf4d278b /src/ChangeLog | |
| parent | 9b655a0a2297971654ab4e94a9103a8a98863e84 (diff) | |
| parent | 6d26bbb23ef6751cfcd7066c4d4006ec18408449 (diff) | |
| download | emacs-06fa4a23522821fc3a4e93c7ca505bae4d4733de.tar.gz emacs-06fa4a23522821fc3a4e93c7ca505bae4d4733de.zip | |
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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 18e0aab2a6d..718f2b385d8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 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. |