diff --git a/ChangeLog b/ChangeLog index b8ec71cd..4251a9cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3781,3 +3781,15 @@ Rename some files. Quick fix for apps that want to inherit the root pixmap. Notes on tweaking the Aqua theme (Yasufumi Haga). + +------------------------------------------------------------------------------- + +Tue Feb 21 19:58:22 CET 2006 +(Kim) + +--- 0.16.8.1 0.03 --- +Add move/resize functions with action source parameter. +Yet another attempt to get pager scaling on resolution change right. +Reenable having menu definitions in theme (hmm.. why did I take this out?). +Fix background configuration when background is NONE. + diff --git a/configure.in b/configure.in index c59822ce..e0d6f62d 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.02) +AM_INIT_AUTOMAKE(e16, $ENLIGHTENMENT_VERSION-0.03) AM_MAINTAINER_MODE dnl reasonable guesses for where stuff is installed diff --git a/docs/README-0.16.8 b/docs/README-0.16.8 index 523b8a01..aa1e8f04 100644 --- a/docs/README-0.16.8 +++ b/docs/README-0.16.8 @@ -68,11 +68,11 @@ $ eesh help full If window resize/shading with composite enabled is ugly, try: $ eesh set compmgr.resize_fix_enable 1 -0.16.8 should be compatible with most e16 themes. However, user installed +0.16.8.1 should be compatible with most e16 themes. However, user installed themes will have to be moved/linked to ~/.e16/themes/ or /e16/themes/. -A few themes will have to be tweaked to work with e16.8. The most likely problem -is that configuration settings or menu definitions are included in .cfg files -where they are no longer accepted. +A few themes will have to be tweaked to work with e16.8. The most likely +problem is that configuration settings are included in .cfg files where they +are no longer accepted. See the "Migrating ..." section below for additional information. e16keyedit will work, but the "Action" field is no longer used. In stead, the @@ -323,7 +323,10 @@ collisions with the new enlightenment DR17. executable `enlightenment` must be edited to the new e16 program. +Note! The section below is obsolete as of 0.16.8.1. + A few themes have to be tweaked to work with 0.16.8. + For the AQUA theme (and derivatives) this can be done as follows: 1) move to AQUA theme directory diff --git a/e.spec b/e.spec index 8083d073..2957f2ab 100644 --- a/e.spec +++ b/e.spec @@ -1,4 +1,4 @@ -%define revision 0.02 +%define revision 0.03 %define rev_name -%{revision} Summary: The Enlightenment window manager.