Mon May 22 00:08:21 CEST 2006

(Kim)

--- 0.16.8.2 0.04 ---
Change internal window handling API. Should make things slightly faster.
Fix a number of window placement bugs.
Attempt to fix occasional crashing of clients with systray windows on e16 exit.
Fix potential configuration file corruption when running multihead.
Faster TT font drawing.
Fix border rendering for ARGB clients (requires imlib2 from CVS).


SVN revision: 22822
This commit is contained in:
Kim Woelders 2006-05-21 22:08:42 +00:00
parent 307afc96bd
commit b2efeb59de
2 changed files with 15 additions and 1 deletions

View File

@ -3896,3 +3896,17 @@ Fix several bugs with maximizing windows.
Fix bug when reparenting to nested E.
Fix bug potentially causing eternal loop while sliding.
-------------------------------------------------------------------------------
Mon May 22 00:08:21 CEST 2006
(Kim)
--- 0.16.8.2 0.04 ---
Change internal window handling API. Should make things slightly faster.
Fix a number of window placement bugs.
Attempt to fix occasional crashing of clients with systray windows on e16 exit.
Fix potential configuration file corruption when running multihead.
Faster TT font drawing.
Fix border rendering for ARGB clients (requires imlib2 from CVS).

View File

@ -3,7 +3,7 @@ AC_INIT(configure.in)
ENLIGHTENMENT_MAJOR=0
ENLIGHTENMENT_MINOR=16
ENLIGHTENMENT_MICRO=8.2
ENLIGHTENMENT_REVISION=0.03
ENLIGHTENMENT_REVISION=0.04
ENLIGHTENMENT_VERSION=$ENLIGHTENMENT_MAJOR.$ENLIGHTENMENT_MINOR.$ENLIGHTENMENT_MICRO
if test "x$ENLIGHTENMENT_REVISION" != "x"; then
ENLIGHTENMENT_REVNAME="$ENLIGHTENMENT_VERSION-$ENLIGHTENMENT_REVISION"