diff --git a/legacy/evas/ChangeLog b/legacy/evas/ChangeLog index 0c5c3201da..0a60cd0888 100644 --- a/legacy/evas/ChangeLog +++ b/legacy/evas/ChangeLog @@ -7,7 +7,7 @@ * Enabled mempool for object allocation * Allow shorter pre-render handler for rect objects if they are invisible - + 2011-01-30 Tom Hacohen (TAsn) * It's actually a merge from my local branch upstream so this @@ -37,3 +37,9 @@ * Added WBMP loader thanks to Samsung. +2011-02-01 Tom Hacohen (TAsn) + + * Started using string objects instead of strings in most of the font engine (everywhere except draw). Haven't removed the paramteres yet, but did mark them as UNUSED. Removing them will be part of a future change. + * Removed run-time OT toggling support, OT is now fast, no need for that. + * Renamed all of the intl_props->text_props (because it really changed purpose + * Fixed spliting/merging of text_props to be fast and good, not hacky and complex like before.