comparison src/ChangeLog @ 109208:0d144b53fe59

Merge from mainline.
author Katsumi Yamaoka <katsumi@flagship2>
date Sun, 30 May 2010 00:32:06 +0000
parents 99cde7115a1a
children 14bdecf19b8c
comparison
equal deleted inserted replaced
109207:4c39d84b5d9a 109208:0d144b53fe59
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>