forked from e16/e16
1
0
Fork 0

Tue Feb 20 18:45:20 CET 2007

(Kim)

--- 0.16.8.6 ---
Japanese translation update (Yasufumi Haga).
Add icon to iconbox after in stead of before animation.
Disable dialog checkbox for non-functional "Button Image" feature.
Add some checks to avoid imlib warnings.


SVN revision: 28411
This commit is contained in:
Kim Woelders 2007-02-21 01:43:08 +00:00
parent fa35cdcd9b
commit 9338c9d388
2 changed files with 13 additions and 1 deletions

View File

@ -4220,3 +4220,15 @@ Use global animation time step.
Update config item notes.
Make shadow on/off change effective immediately.
-------------------------------------------------------------------------------
Tue Feb 20 18:45:20 CET 2007
(Kim)
--- 0.16.8.6 ---
Japanese translation update (Yasufumi Haga).
Add icon to iconbox after in stead of before animation.
Disable dialog checkbox for non-functional "Button Image" feature.
Add some checks to avoid imlib warnings.

View File

@ -3,7 +3,7 @@ AC_INIT(configure.in)
ENLIGHTENMENT_MAJOR=0
ENLIGHTENMENT_MINOR=16
ENLIGHTENMENT_MICRO=8.6
ENLIGHTENMENT_REVISION=0.04
#ENLIGHTENMENT_REVISION=0.04
ENLIGHTENMENT_VERSION=$ENLIGHTENMENT_MAJOR.$ENLIGHTENMENT_MINOR.$ENLIGHTENMENT_MICRO
if test "x$ENLIGHTENMENT_REVISION" != "x"; then
ENLIGHTENMENT_REVNAME="$ENLIGHTENMENT_VERSION-$ENLIGHTENMENT_REVISION"