Evas: Updated changelog.
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 1 Feb 2011 12:18:05 +0000 (12:18 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 1 Feb 2011 12:18:05 +0000 (12:18 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@56631 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

ChangeLog

index 0c5c320..0a60cd0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,7 +7,7 @@
         * Enabled mempool for object allocation
         * Allow shorter pre-render handler for rect objects if they are
           invisible
-        
+
 2011-01-30  Tom Hacohen (TAsn)
 
         * It's actually a merge from my local branch upstream so this
@@ -37,3 +37,9 @@
 
        * Added WBMP loader thanks to Samsung.
 
+2011-02-01  Tom Hacohen (TAsn)
+
+       * Started using string objects instead of strings in most of the font engine (everywhere except draw). Haven't removed the paramteres yet, but did mark them as UNUSED. Removing them will be part of a future change.
+       * Removed run-time OT toggling support, OT is now fast, no need for that.
+       * Renamed all of the intl_props->text_props (because it really changed purpose
+       * Fixed spliting/merging of text_props to be fast and good, not hacky and complex like before.