aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2010-08-21 18:24:15 +0300
committerEli Zaretskii2010-08-21 18:24:15 +0300
commitefb6b75c91427015e4cf7c0fc0492e56a41b2c61 (patch)
tree79c710993865332df8aba357085c27ea889e6eeb /src/ChangeLog
parent40629f171babe6087c32d3211beeb23b136155bd (diff)
downloademacs-efb6b75c91427015e4cf7c0fc0492e56a41b2c61.tar.gz
emacs-efb6b75c91427015e4cf7c0fc0492e56a41b2c61.zip
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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 403a588df4c..242018c4061 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12010-08-21 Eli Zaretskii <eliz@gnu.org> 12010-08-21 Eli Zaretskii <eliz@gnu.org>
2 2
3 * xdisp.c (mouse_face_from_buffer_pos): Support mouse highlight in
4 bidi-reordered L2R lines. Continued lines are not yet supported.
5
3 * dispnew.c (buffer_posn_from_coords): Fix off-by-one error in 6 * dispnew.c (buffer_posn_from_coords): Fix off-by-one error in
4 mirroring pixel positions. 7 mirroring pixel positions.
5 8