diff options
| author | Eli Zaretskii | 2010-08-28 17:12:36 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2010-08-28 17:12:36 +0300 |
| commit | 1554d88e5ba8f6365f38bc2a2e4f7ca778c54868 (patch) | |
| tree | 018dbfe180acd8ab9185e2470e75fa861d24cff2 /src/ChangeLog | |
| parent | 5f53c454dcb80c500dca29845438f63e45bf7412 (diff) | |
| download | emacs-1554d88e5ba8f6365f38bc2a2e4f7ca778c54868.tar.gz emacs-1554d88e5ba8f6365f38bc2a2e4f7ca778c54868.zip | |
Fix mouse highlight in continued R2L lines.
xdisp.c (show_mouse_face): Support drawing highlighted R2L lines.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7444c76d91c..ee13b6a4b35 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -3,6 +3,7 @@ | |||
| 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. Implement highlight for R2L rows. Fix the case of | 4 | test case. Implement highlight for R2L rows. Fix the case of |
| 5 | continued L2R lines. | 5 | continued L2R lines. |
| 6 | (show_mouse_face): Support drawing highlighted R2L lines. | ||
| 6 | 7 | ||
| 7 | 2010-08-21 Eli Zaretskii <eliz@gnu.org> | 8 | 2010-08-21 Eli Zaretskii <eliz@gnu.org> |
| 8 | 9 | ||