From 78aa66560cb025927c994e94dc12f29d5b13d637 Mon Sep 17 00:00:00 2001 From: Kim Woelders Date: Fri, 2 Feb 2007 04:46:25 +0000 Subject: [PATCH] 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 --- ChangeLog | 18 ++++++++++++++++++ configure.in | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 53a5b6dd..68df7106 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. + diff --git a/configure.in b/configure.in index effeca66..9fdf06ec 100644 --- a/configure.in +++ b/configure.in @@ -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"