forked from e16/e16
1
0
Fork 0

Thu Feb 1 23:44:09 CET 2007

(Kim)

--- 0.16.8.6 0.03 ---
Disable unused feature (file name mapping) (epp).
Suppress blank output lines (epp).
Add command to show current screen size. Update screen command help.
Make old sample scripts work.
Add animators.
Tweak timer event handling (run all expired timers at once).
Use animator to slide startup windows.
Highlight selected focus list item when clicked (noted by Warren Crossing).
Move modifier mask stuff around. Avoid redundant key/button grab/ungrabs.
Make focus list key handling somewhat less ugly.


SVN revision: 28194
This commit is contained in:
Kim Woelders 2007-02-02 04:46:25 +00:00
parent 47a63c8444
commit 78aa66560c
2 changed files with 19 additions and 1 deletions

View File

@ -4189,3 +4189,21 @@ Refactor various file property test functions.
Cleanups, enable compiling everything as if it were C++.
Fix epp warnings.
-------------------------------------------------------------------------------
Thu Feb 1 23:44:09 CET 2007
(Kim)
--- 0.16.8.6 0.03 ---
Disable unused feature (file name mapping) (epp).
Suppress blank output lines (epp).
Add command to show current screen size. Update screen command help.
Make old sample scripts work.
Add animators.
Tweak timer event handling (run all expired timers at once).
Use animator to slide startup windows.
Highlight selected focus list item when clicked (noted by Warren Crossing).
Move modifier mask stuff around. Avoid redundant key/button grab/ungrabs.
Make focus list key handling somewhat less ugly.

View File

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