Mercurial > emacs
comparison src/ChangeLog @ 111102:9fbc584102c2
Support R2L rows. Continued lines still don't work correctly.
xdisp.c (mouse_face_from_buffer_pos): Fix code using bug#1220 as
test case. Implement highlight for R2L rows.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 28 Aug 2010 14:09:02 +0300 |
parents | f4fc1590d904 |
children | 6af5749f5c94 |
comparison
equal
deleted
inserted
replaced
111101:f4fc1590d904 | 111102:9fbc584102c2 |
---|---|
1 2010-08-28 Eli Zaretskii <eliz@gnu.org> | 1 2010-08-28 Eli Zaretskii <eliz@gnu.org> |
2 | 2 |
3 * xdisp.c (mouse_face_from_buffer_pos): Fix code using bug#1220 as | 3 * xdisp.c (mouse_face_from_buffer_pos): Fix code using bug#1220 as |
4 test case. | 4 test case. Implement highlight for R2L rows. |
5 | 5 |
6 2010-08-21 Eli Zaretskii <eliz@gnu.org> | 6 2010-08-21 Eli Zaretskii <eliz@gnu.org> |
7 | 7 |
8 * xdisp.c (mouse_face_from_buffer_pos): Support mouse highlight in | 8 * xdisp.c (mouse_face_from_buffer_pos): Support mouse highlight in |
9 bidi-reordered L2R lines. Continued lines are not yet supported. | 9 bidi-reordered L2R lines. Continued lines are not yet supported. |