From 55482838146c4a3d120e00a30dde7941330a6f61 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Sun, 30 Jan 2011 13:55:16 +0000 Subject: [PATCH] Evas: Updated changelog. SVN revision: 56554 --- legacy/evas/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/legacy/evas/ChangeLog b/legacy/evas/ChangeLog index 401430e82d..c859437cff 100644 --- a/legacy/evas/ChangeLog +++ b/legacy/evas/ChangeLog @@ -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.