Evas: Updated changelog.
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 28 Jul 2011 09:18:59 +0000 (09:18 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 28 Jul 2011 09:18:59 +0000 (09:18 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@61844 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

ChangeLog

index 34650e4..6e84c30 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 2011-07-07  Cedric Bail
 
        * Fix infite loop when reinserting object during recalc stage.
+
+2011-07-27  Tom Hacohen (TAsn)
+
+       * Textblock: Closing tags formats is now well-defined for complex
+         formats.
+         For example: <font=Sans font_size=23 color=#FFF> should now be
+         closed with </font> (or, like before, with the generic poper).
+       * Textblock: Add support for out-of-order tag openers/closers.
+         Markup sequences like <b><i></b></i> are now legal and work as
+         expeceted.
+
+2011-07-28  Tom Hacohen (TAsn)
+
+       * Textblock: Added support for quoting format parameters.
+         Formats like: <font='Sans' color='#FFF'> are now legal.