Evas: updated changelog.
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 14 Feb 2011 14:17:18 +0000 (14:17 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 14 Feb 2011 14:17:18 +0000 (14:17 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@57020 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

ChangeLog

index 8496135..257ff48 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
          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.
+