add changelog for edje work.

SVN revision: 65412
This commit is contained in:
Carsten Haitzler 2011-11-19 15:12:56 +00:00
parent 92dcf51ca8
commit 21813a1f15
2 changed files with 7 additions and 0 deletions

View File

@ -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.

View 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