Evas: Updated changelog.

SVN revision: 56554
This commit is contained in:
Tom Hacohen 2011-01-30 13:55:16 +00:00
parent 13dce619f1
commit 5548283814
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@
* Fixed cursor/selection handling with BiDi text.
* Fixed many BiDi issues in both textblock and text objects.
* Cleaned up textblock and font engine a lot.
* Added auto-alignment to tetxblock and text objects.
* Added mixedwrap (word wrap, and if a word is too big cut it) support
to textblock.
* Renamed a lot of stuff.
* Made textblock faster, mostly by saving item sizes and caching
layout items when text doesn't change.