aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/edje/NEWS
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-23 23:30:42 +1000
committerDavid Walter Seikel2012-01-23 23:30:42 +1000
commit825a3d837a33f226c879cd02ad15c3fba57e8b2c (patch)
tree75f57bd9c4253508d338dc79ba8e57a7abc42255 /libraries/edje/NEWS
parentAdd ability to disable the test harness, or the Lua compile test. (diff)
downloadSledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.zip
SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.tar.gz
SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.tar.bz2
SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.tar.xz
Update the EFL to what I'm actually using, coz I'm using some stuff not yet released.
Diffstat (limited to 'libraries/edje/NEWS')
-rw-r--r--libraries/edje/NEWS17
1 files changed, 17 insertions, 0 deletions
diff --git a/libraries/edje/NEWS b/libraries/edje/NEWS
index e34a719..bf529dc 100644
--- a/libraries/edje/NEWS
+++ b/libraries/edje/NEWS
@@ -1,5 +1,22 @@
1Edje 1.1.0 1Edje 1.1.0
2 2
3Changes since Edje 1.1.0:
4-------------------------
5
6Additions:
7
8 * "recalc" smart callback for object size changes
9 * EDJE_ASPECT_PREFER_SOURCE.
10 * edje.version() Lua function.
11 * minmul edc property
12
13Improvements:
14 * speedup load time of Edje file.
15 * check existence of group at compile time also.
16 * reduce number of call to stat during edje_object_file_set.
17 * unswallow object about to be swallowed if necessary.
18 * Lua scripts now more resilient against API changes.
19
3Changes since Edje 1.0.0: 20Changes since Edje 1.0.0:
4------------------------- 21-------------------------
5 22