diff --git a/COMPLIANCE b/COMPLIANCE index e6671d72..34255dbe 100644 --- a/COMPLIANCE +++ b/COMPLIANCE @@ -78,7 +78,7 @@ Application Window Properties [+] _NET_WM_STATE_FULLSCREEN [+] _NET_WM_STATE_ABOVE [+] _NET_WM_STATE_BELOW - [ ] _NET_WM_STATE_DEMANDS_ATTENTION + [+] _NET_WM_STATE_DEMANDS_ATTENTION [ ] _NET_WM_ALLOWED_ACTIONS The property is not set but the actions are supported as shown under _NET_WM_STATE. diff --git a/ChangeLog b/ChangeLog index fbaffc8a..0f3ba4af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3414,3 +3414,21 @@ Fix fullscreen window positioning after restart. Systray fixes (avoid crashing certain clients on close). Window shape fixes related to composite mode. Draw queue has been eliminated. + +------------------------------------------------------------------------------- + +Mon Jun 6 19:57:21 CEST 2005 +(Kim) + +--- 0.16.8 0.11 --- +Fix segv in dialogs. +Shape fixes. +Fix focuslist icons interfering with iconbox ones. +Add "warp always" focus option. +Attempt to make client handling more solid. +Attempt to improve focusing of new windows. +Pager update fixes. +Fix various window slidein issues. +Composite manager fixes. +Initial urgency and DEMANDS_ATTENTION support. +Pseudo-trans update fixes (Tres Melton). diff --git a/configure.in b/configure.in index 5429a339..3580a976 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ ENLIGHTENMENT_MINOR=16 ENLIGHTENMENT_MICRO=8 ENLIGHTENMENT_VERSION=$ENLIGHTENMENT_MAJOR.$ENLIGHTENMENT_MINOR.$ENLIGHTENMENT_MICRO -AM_INIT_AUTOMAKE(e16, $ENLIGHTENMENT_VERSION-0.10) +AM_INIT_AUTOMAKE(e16, $ENLIGHTENMENT_VERSION-0.11) AM_MAINTAINER_MODE dnl reasonable guesses for where stuff is installed @@ -242,3 +242,8 @@ if test "x$have_good_imlib2" != "xyes"; then echo "*** WARNING: If you indeed do not have this, expect trouble ***" echo "***************************************************************" fi + +echo "***************************************************************" +echo "*** NOTE: If this is your first trip with version 0.16.8 ***" +echo "*** NOTE: you may want to take a look in README-0.16.8 ***" +echo "***************************************************************" diff --git a/e.spec b/e.spec index 9070d9f5..0b8b0e1c 100644 --- a/e.spec +++ b/e.spec @@ -1,4 +1,4 @@ -%define revision 0.10 +%define revision 0.11 %define rev_name -%{revision} Summary: The Enlightenment window manager.