diff options
author | David Walter Seikel | 2012-01-23 23:30:42 +1000 |
---|---|---|
committer | David Walter Seikel | 2012-01-23 23:30:42 +1000 |
commit | 825a3d837a33f226c879cd02ad15c3fba57e8b2c (patch) | |
tree | 75f57bd9c4253508d338dc79ba8e57a7abc42255 /libraries/edje/NEWS | |
parent | Add ability to disable the test harness, or the Lua compile test. (diff) | |
download | SledjHamr-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/NEWS | 17 |
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 @@ | |||
1 | Edje 1.1.0 | 1 | Edje 1.1.0 |
2 | 2 | ||
3 | Changes since Edje 1.1.0: | ||
4 | ------------------------- | ||
5 | |||
6 | Additions: | ||
7 | |||
8 | * "recalc" smart callback for object size changes | ||
9 | * EDJE_ASPECT_PREFER_SOURCE. | ||
10 | * edje.version() Lua function. | ||
11 | * minmul edc property | ||
12 | |||
13 | Improvements: | ||
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 | |||
3 | Changes since Edje 1.0.0: | 20 | Changes since Edje 1.0.0: |
4 | ------------------------- | 21 | ------------------------- |
5 | 22 | ||