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.


SVN revision: 20694
This commit is contained in:
Kim Woelders 2006-02-21 18:59:07 +00:00
parent 30123f7d0b
commit 99a0669587
4 changed files with 21 additions and 6 deletions

View File

@ -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.

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

View File

@ -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 <datadir>/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

2
e.spec
View File

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