From: Tom Hacohen Date: Thu, 14 Apr 2011 07:40:45 +0000 (+0000) Subject: Evas: Updated changelog. X-Git-Tag: submit/devel/efl/20131022.203902~9916 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bc6e404e71329ec5f6341cc6aabd2811f3de6afe;p=platform%2Fupstream%2Fefl.git Evas: Updated changelog. SVN revision: 58653 --- diff --git a/legacy/evas/ChangeLog b/legacy/evas/ChangeLog index 457660e..ebb408c 100644 --- a/legacy/evas/ChangeLog +++ b/legacy/evas/ChangeLog @@ -231,7 +231,7 @@ 2011-04-10 Tom Hacohen (TAsn) * Textblock: Fixed a bug in evas_object_textblock_text_markup_prepend - that cusaed it to use the object's cursor instead of the cursor + that caused it to use the object's cursor instead of the cursor passed. 2011-04-11 Carsten Haitzler (The Rasterman) @@ -246,3 +246,12 @@ italic/bold/crusiva and etc are requested but not found in the system. +2011-04-14 Tom Hacohen (TAsn) + + * Font-engine: Implemented higher level override API for the bidi + functions. This implements clause HL4 of the bidi algorithm. + This is very cool actually, it lets us to force-separate paragraphs + so each part will get his bidi calculated on it's own. This is very + useful for "to" field of email/sms applications where ',' is used to + separate different text entities. +