svn update: 53177 (latest:53437)
[framework/uifw/eet.git] / ChangeLog
index ce4ec2f..3881dff 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,7 +10,7 @@
 
 2008-05-14  Cedric BAIL
 
-       * Fix convertion from a text to a hash (EET_G_HASH).
+       * Fix conversion from a text to a hash (EET_G_HASH).
 
        * Fix inlined string (EET_T_INLINED_STRING) dump/undump by introducing
        the new word for the parser 'inlined'.
 2009-12-07  Cedric BAIL
 
        * Fix error when retrieving a different float type than the stored one.
-       * Reduce convertion with a little memory overhead.
+       * Reduce conversion with a little memory overhead.
 
 2009-12-07  Vincent Torri
 
 
        * Add a specific allocator for array. This should fix wrong allocation
        case discovered with recent edje file format change.
+
+2010-08-23  Carsten Haitzler (The Rasterman)
+
+        * Fix some cppcheck complaints - all of them bogus though.
+        Nothing actually fixed.
+
+2010-08-27  Cedric BAIL
+
+       * Prevent the build of eet data structure that doesn't match what
+       the application is expecting.
+
+2010-09-02  Cedric BAIL
+
+       * Fix bug of ever growing dictionnary and improve strcmp comparison.