diff --git a/ChangeLog b/ChangeLog index cd25562a..2e93b07e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3821,3 +3821,16 @@ Allow specifying any button in button bindings (not just 1-5). Only create default iconbox first time. Improve not composite redirecting override-redirect windows hack. + +------------------------------------------------------------------------------- + +Tue Mar 28 20:06:01 CEST 2006 +(Kim) + +--- 0.16.8.1 --- +e16keyedit (version 0.3) now works with e16.8. Add notes/configuration data. +Fix move window by area (eesh wop area move x y). +Simplify server extension handling. Initial screensaver extension stuff. +Fix non-opaque slidein. +Fix pager update on internal window unmap (revert recent change). + diff --git a/configure.in b/configure.in index f062d490..0d77bf8c 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ ENLIGHTENMENT_MINOR=16 ENLIGHTENMENT_MICRO=8.1 ENLIGHTENMENT_VERSION=$ENLIGHTENMENT_MAJOR.$ENLIGHTENMENT_MINOR.$ENLIGHTENMENT_MICRO -AM_INIT_AUTOMAKE(e16, $ENLIGHTENMENT_VERSION-0.05) +AM_INIT_AUTOMAKE(e16, $ENLIGHTENMENT_VERSION) AM_MAINTAINER_MODE dnl reasonable guesses for where stuff is installed diff --git a/e.spec b/e.spec index 20878179..cbc98cbd 100644 --- a/e.spec +++ b/e.spec @@ -1,5 +1,5 @@ -%define revision 0.05 -%define rev_name -%{revision} +%define revision 1 +%define rev_name %{nil} Summary: The Enlightenment window manager. Name: e16