aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2010-10-23 16:41:50 +0200
committerEli Zaretskii2010-10-23 16:41:50 +0200
commita4041a7121ee093ec81ef0cb4b8da62a54587596 (patch)
tree38b9df69b316addaf729e6fd290f8fcc89513e1e /src/ChangeLog
parent03f46be29c6ff082003567c27ead50a4b210b1dd (diff)
downloademacs-a4041a7121ee093ec81ef0cb4b8da62a54587596.tar.gz
emacs-a4041a7121ee093ec81ef0cb4b8da62a54587596.zip
Fix support for R2L lines. Tested with reordered text.
xdisp.c (mouse_face_from_string_pos): Fix support for R2L lines.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d6e93b28299..a86b33fa3af 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -5,6 +5,7 @@
5 our early if no row in the window belongs to the highlighted 5 our early if no row in the window belongs to the highlighted
6 string. Always back up after exiting the second loop. 6 string. Always back up after exiting the second loop.
7 Fix off-by-one error when testing against ENDPOS. 7 Fix off-by-one error when testing against ENDPOS.
8 Fix support for R2L lines.
8 9
92010-10-16 Eli Zaretskii <eliz@gnu.org> 102010-10-16 Eli Zaretskii <eliz@gnu.org>
10 11