From: Carsten Haitzler Date: Sat, 19 Nov 2011 15:12:56 +0000 (+0000) Subject: add changelog for edje work. X-Git-Tag: submit/devel/efl/20131022.203902~7445 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=21813a1f15a7060217a673b63c6e21d90b33da90;p=platform%2Fupstream%2Fefl.git add changelog for edje work. SVN revision: 65412 --- diff --git a/legacy/edje/ChangeLog b/legacy/edje/ChangeLog index 81d2c5c..39757b9 100644 --- a/legacy/edje/ChangeLog +++ b/legacy/edje/ChangeLog @@ -213,3 +213,9 @@ 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. + diff --git a/legacy/edje/NEWS b/legacy/edje/NEWS index 42ca539..e34a719 100644 --- a/legacy/edje/NEWS +++ b/legacy/edje/NEWS @@ -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