X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/0c9b8993e006e37d5bf48dd09d96e821fcfdcd6f..1b5a721bd5135792fface8df3849c3c42d4ca2c5:/src/ChangeLog diff --git a/src/ChangeLog b/src/ChangeLog index 9b9e43864a..b846070b92 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,23 @@ +2010-08-28 Eli Zaretskii + + * xdisp.c (mouse_face_from_buffer_pos): Fix code using bug#1220 as + test case. Implement highlight for R2L rows. Fix the case of + continued L2R lines. + (show_mouse_face): Support drawing highlighted R2L lines. + (coords_in_mouse_face_p): New function, bidi-aware. + (cursor_in_mouse_face_p, note_mouse_highlight, erase_phys_cursor): + Call it instead of comparing with mouse-face members of dpyinfo. + (note_mode_line_or_margin_highlight): Fix confusingly swapped + usage of hpos and vpos. + +2010-08-21 Eli Zaretskii + + * 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. + 2010-08-20 Dan Nicolaescu * alloc.c (malloc_sbrk_used, malloc_sbrk_unused): Remove,