diff --git a/legacy/evas/ChangeLog b/legacy/evas/ChangeLog index 34650e4db2..6e84c302e1 100644 --- a/legacy/evas/ChangeLog +++ b/legacy/evas/ChangeLog @@ -425,3 +425,18 @@ 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: should now be + closed with (or, like before, with the generic poper). + * Textblock: Add support for out-of-order tag openers/closers. + Markup sequences like are now legal and work as + expeceted. + +2011-07-28 Tom Hacohen (TAsn) + + * Textblock: Added support for quoting format parameters. + Formats like: are now legal.