Evas: updated changelog.

SVN revision: 57020
This commit is contained in:
Tom Hacohen 2011-02-14 14:17:18 +00:00
parent 56f8891073
commit 4f80504b6d
1 changed files with 10 additions and 0 deletions

View File

@ -83,3 +83,13 @@
if the engine does that border set won't work), in which case
a more complex work-around is possible.
2011-02-14 Tom Hacohen (TAsn)
* Added a newline character mode API to textblock. This lets us set
the newline behavior to either normal (i.e only break a line, not
a paragraph) to "behave as a PS" mode. Default is the latter.
The former is the more correct approach but I guess everything else
is in e is not yet ready to use it. These API should help with the
transition.
* A lot of textblock speed improvements and reduced memory footprint.