Tue May 17 19:06:57 CEST 2005

(Kim)

Major changes:
- Top-level window handling adapted for composite manager.
- Composite manager now (mostly) works on all desktops.
French translation update (Ludwig Noujarret).
Initial ARGB client support (Rajsekar Manokaran).
Fix cruft left some times after non-opaque resizing.
Fix fullscreen window positioning after restart.
Systray fixes (avoid crashing certain clients on close).
Window shape fixes related to composite mode.
Draw queue has been eliminated.


SVN revision: 14823
This commit is contained in:
Kim Woelders 2005-05-17 17:11:33 +00:00
parent c67e377379
commit 108e5b96eb
4 changed files with 18 additions and 6 deletions

View File

@ -3398,3 +3398,19 @@ Fix major picture leak.
Clean up command line option handling.
Fix various issues with options and restarting/session management.
Simplify handling of top-level windows - part 1.
-------------------------------------------------------------------------------
Tue May 17 19:06:57 CEST 2005
(Kim)
Major changes:
- Top-level window handling adapted for composite manager.
- Composite manager now (mostly) works on all desktops.
French translation update (Ludwig Noujarret).
Initial ARGB client support (Rajsekar Manokaran).
Fix cruft left some times after non-opaque resizing.
Fix fullscreen window positioning after restart.
Systray fixes (avoid crashing certain clients on close).
Window shape fixes related to composite mode.
Draw queue has been eliminated.

View File

@ -41,10 +41,6 @@ Some settings will not be effective until E is restarted.
To get a list of other eesh commands:
$ eesh help full
The composite manager only works on the root window (desktop 0) for now.
If window resize/shading is ugly try:
$ eesh set compmgr.resize_fix_enable 1
0.16.8 should still be compatible with any e16 theme. However, user installed
themes will have to be moved/linked to ~/.e16/themes/ or <datadir>/e16/themes/.

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

2
e.spec
View File

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