Wed Mar 15 19:13:54 CET 2006

(Kim)

--- 0.16.8.1 0.05 ---
Make shadow opacity configurable.
Disable pager "live" zoom mode when CM is inactive.
Update pagers after fading.
Simplify shadowing. Speed up fading with blurry shadows. Add silly shadow mode.
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.


SVN revision: 21325
This commit is contained in:
Kim Woelders 2006-03-15 18:15:08 +00:00
parent e4ed8fa825
commit 9678510c78
3 changed files with 17 additions and 2 deletions

View File

@ -3806,3 +3806,18 @@ Rework background handling:
- Fix external background handling when composite is enabled
Fix button shape change when composite is enabled.
-------------------------------------------------------------------------------
Wed Mar 15 19:13:54 CET 2006
(Kim)
--- 0.16.8.1 0.05 ---
Make shadow opacity configurable.
Disable pager "live" zoom mode when CM is inactive.
Update pagers after fading.
Simplify shadowing. Speed up fading with blurry shadows. Add silly shadow mode.
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.

View File

@ -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.04)
AM_INIT_AUTOMAKE(e16, $ENLIGHTENMENT_VERSION-0.05)
AM_MAINTAINER_MODE
dnl reasonable guesses for where stuff is installed

2
e.spec
View File

@ -1,4 +1,4 @@
%define revision 0.04
%define revision 0.05
%define rev_name -%{revision}
Summary: The Enlightenment window manager.