Sat Mar 26 13:09:50 CET 2005

(Kim)

--- 0.16.8 0.07 ---
Update theme.
Remove non-functional "external imageclass" stuff.
Copyright updates. More enlightenment->e16.
Simplify building non-final releases.
Fix pointer focus on virtual roots.
Fix type (may have caused trouble with focus list settings).
Avoid confusion with edb. Fix null string item problem.
Fix some remembered settings bugs.
Fix various opacity setting bugs.
Fix keygrabs handling (e.g. focus list staying up).


SVN revision: 13916
This commit is contained in:
Kim Woelders 2005-03-26 12:12:00 +00:00
parent abb6b119d4
commit a5b6ce4993
3 changed files with 19 additions and 2 deletions

View File

@ -3350,3 +3350,20 @@ Remove obsolete memory debugging feature.
GSOD: Don't show unused buttons, don't try restarting/exiting E after forking.
Don't show icons for iconified window transients in iconbox after restart.
Initial hint setup tweaks.
-------------------------------------------------------------------------------
Sat Mar 26 13:09:50 CET 2005
(Kim)
--- 0.16.8 0.07 ---
Update theme.
Remove non-functional "external imageclass" stuff.
Copyright updates. More enlightenment->e16.
Simplify building non-final releases.
Fix pointer focus on virtual roots.
Fix type (may have caused trouble with focus list settings).
Avoid confusion with edb. Fix null string item problem.
Fix some remembered settings bugs.
Fix various opacity setting bugs.
Fix keygrabs handling (e.g. focus list staying up).

View File

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

2
e.spec
View File

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