diff options
author | Tom Hacohen <tom@stosb.com> | 2013-02-08 15:31:25 +0000 |
---|---|---|
committer | Tom Hacohen <tom@stosb.com> | 2013-02-08 15:31:25 +0000 |
commit | 548e548632333f5ef533079a7aaa54aadd20ef8d (patch) | |
tree | 61a79fbbc475919bcbcf48f287a801d43f77721d /ChangeLog | |
parent | dbaf2b8fdeee9f677b9771247a2353aaaa5da451 (diff) | |
download | efl-548e548632333f5ef533079a7aaa54aadd20ef8d.tar.gz efl-548e548632333f5ef533079a7aaa54aadd20ef8d.tar.xz efl-548e548632333f5ef533079a7aaa54aadd20ef8d.zip |
Evas textblock: Fixed a selection issue.
The issue happens when selecting in strings that have both bidi and different
scripts in the same bidi run. E.g: "עבריתenglishрусскийעברית".
SVN revision: 83786
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2013-02-08 Tom Hacohen (TAsn) + + * Evas textblock: Fixed a selection issue with different scripts and + bidi. + 2013-02-08 Guillaume Friloux * Fix usage of Ecore_Con_Server's internal buffer. @@ -38,7 +43,6 @@ * ecore_wayland: Add ecore_wl_globals_get 2013-02-04 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> - * evas: Stop initializing and shutting Fontconfig down 2013-02-04 Cedric Bail |