Evas: Updated changelog.

SVN revision: 56631
This commit is contained in:
Tom Hacohen 2011-02-01 12:18:05 +00:00
parent 211400d1f6
commit 912d176d3e
1 changed files with 7 additions and 1 deletions

View File

@ -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.