aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
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 @@
12010-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
12010-05-28 Michael Albinus <michael.albinus@gmx.de> 102010-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.