From bc6e404e71329ec5f6341cc6aabd2811f3de6afe Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Thu, 14 Apr 2011 07:40:45 +0000 Subject: [PATCH] Evas: Updated changelog. SVN revision: 58653 --- legacy/evas/ChangeLog | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/legacy/evas/ChangeLog b/legacy/evas/ChangeLog index 457660efde..ebb408c89b 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. +