add changelog for edje work.
authorCarsten Haitzler <raster@rasterman.com>
Sat, 19 Nov 2011 15:12:56 +0000 (15:12 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Sat, 19 Nov 2011 15:12:56 +0000 (15:12 +0000)
SVN revision: 65412

legacy/edje/ChangeLog
legacy/edje/NEWS

index 81d2c5c..39757b9 100644 (file)
 2011-11-07  David Seikel (onefang)
 
        * Lua: Added the other half of the evas map API.
+
+2011-11-19  Carsten Haitzler (The Rasterman)
+
+       * Fix message and signal propagation to be consistent in all situations
+        as well as simpler.
+
index 42ca539..e34a719 100644 (file)
@@ -53,3 +53,4 @@ Improvements:
     * creation/deletion of edje objects should be faster with freeze and thaws
     * don't walk eina_list when deleting member classes - faster
     * part.description.max now can define just 1 axis
+    * signal and message propagation is more consistent and simpler now