Evas: updated changelog.
authorTom Hacohen <tom@stosb.com>
Mon, 14 Feb 2011 14:17:18 +0000 (14:17 +0000)
committerTom Hacohen <tom@stosb.com>
Mon, 14 Feb 2011 14:17:18 +0000 (14:17 +0000)
SVN revision: 57020

legacy/evas/ChangeLog

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