Mercurial > emacs
diff src/ChangeLog @ 111100:5a930b6b595e
Initial partial support for mouse highlight in bidi-reordered text.
xdisp.c (mouse_face_from_buffer_pos): Support mouse highlight in
bidi-reordered L2R lines. Continued lines are not yet supported.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 21 Aug 2010 18:24:15 +0300 |
parents | c2d849aa4021 |
children | f4fc1590d904 |
line wrap: on
line diff
--- a/src/ChangeLog Sat Aug 21 12:35:31 2010 +0300 +++ b/src/ChangeLog Sat Aug 21 18:24:15 2010 +0300 @@ -1,5 +1,8 @@ 2010-08-21 Eli Zaretskii <eliz@gnu.org> + * xdisp.c (mouse_face_from_buffer_pos): Support mouse highlight in + bidi-reordered L2R lines. Continued lines are not yet supported. + * dispnew.c (buffer_posn_from_coords): Fix off-by-one error in mirroring pixel positions.