Sun Feb 19 23:10:05 CET 2006

(Kim)

--- 0.16.8.1 0.02 ---
Fix parsing menu files without newline at end of file.
Move lists to Ecore_List.
Rename some files.
Quick fix for apps that want to inherit the root pixmap.
Notes on tweaking the Aqua theme (Yasufumi Haga).


SVN revision: 20596
This commit is contained in:
Kim Woelders 2006-02-19 22:10:58 +00:00
parent 0577f24d05
commit 2a4e9350b1
3 changed files with 15 additions and 2 deletions

View File

@ -3768,3 +3768,16 @@ Scale pagers on screen resolution change.
Fix position after unshading certain borders. Cleanups.
Add sanity check for background timeout value.
-------------------------------------------------------------------------------
Sun Feb 19 23:10:05 CET 2006
(Kim)
--- 0.16.8.1 0.02 ---
Fix parsing menu files without newline at end of file.
Move lists to Ecore_List.
Rename some files.
Quick fix for apps that want to inherit the root pixmap.
Notes on tweaking the Aqua theme (Yasufumi Haga).

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

2
e.spec
View File

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