Wed Mar 14 00:25:26 CET 2007

(Kim)

--- 0.16.8.7 0.02 ---
The CM now renders to the composite overlay window (if available).
Fix segv on logout (thanks to Christian Klein). (fixup)
Fix various updates when external background changes (was disabled?).
Fix stacking before shade/unshade when "click-raises" is enabled (noted
 by Sven Faerber).
Show message when selecting "Composite Settings ..." and e16 is built
 without composite support (suggested by Mike Frysinger).
Don't unshade iconified windows on activation (revert to old behavior -
 requested by Sven Faerber).


SVN revision: 28715
This commit is contained in:
Kim Woelders 2007-03-14 05:27:15 +00:00
parent e631f4cfa1
commit e3ce8ad803
2 changed files with 18 additions and 1 deletions

View File

@ -4251,3 +4251,20 @@ Correct translators mailing list.
Disable non-functional group show/hide stuff.
Add option to show windows on all desks in focus list.
-------------------------------------------------------------------------------
Wed Mar 14 00:25:26 CET 2007
(Kim)
--- 0.16.8.7 0.02 ---
The CM now renders to the composite overlay window (if available).
Fix segv on logout (thanks to Christian Klein). (fixup)
Fix various updates when external background changes (was disabled?).
Fix stacking before shade/unshade when "click-raises" is enabled (noted
by Sven Faerber).
Show message when selecting "Composite Settings ..." and e16 is built
without composite support (suggested by Mike Frysinger).
Don't unshade iconified windows on activation (revert to old behavior -
requested by Sven Faerber).

View File

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