Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e Modified Files: configure.in ChangeLog timestamp.h Log Message: Thu Jun 8 01:29:33 CEST 2006 (Kim) --- 0.16.8.2 0.05 --- Fix killing clients (hmm... was broken quite a while back). (0.04) Speed up shape propagation. Fix drawing of vertical border text in certain themes. Add some sanity checking for pixmap cursors. Event debug cleanups. IPC window operation tweaks: - Enable targeting multiple windows (wildcard in name spec). - Enable non-group operations. Add background transparency "compatibility mode" option to configuration dialog. Don't reserve space for unmapped systray windows. Fix screen edge resistance in presence of windows with struts. ARGB window tweaks and testing stuff. Fix shutdown when using session manager. Fix shape update when client resizes after changing shape. Fix incorrect damage region when raise actually lowers and vice versa. Change default session script to run scripts in foreground. =================================================================== RCS file: /cvs/e/e16/e/configure.in,v retrieving revision 1.155 retrieving revision 1.156 diff -u -3 -r1.155 -r1.156 --- configure.in 21 May 2006 22:08:42 -0000 1.155 +++ configure.in 7 Jun 2006 23:31:06 -0000 1.156 @@ -3,7 +3,7 @@ ENLIGHTENMENT_MAJOR=0 ENLIGHTENMENT_MINOR=16 ENLIGHTENMENT_MICRO=8.2 -ENLIGHTENMENT_REVISION=0.04 +ENLIGHTENMENT_REVISION=0.05 ENLIGHTENMENT_VERSION=$ENLIGHTENMENT_MAJOR.$ENLIGHTENMENT_MINOR.$ENLIGHTENMENT_MICRO if test "x$ENLIGHTENMENT_REVISION" != "x"; then ENLIGHTENMENT_REVNAME="$ENLIGHTENMENT_VERSION-$ENLIGHTENMENT_REVISION" @@ -36,9 +36,6 @@ AC_SUBST(ENLIGHTENMENT_MICRO) AC_DEFINE_UNQUOTED(ENLIGHTENMENT_REVISION, "$ENLIGHTENMENT_REVISION", [Revision]) AC_SUBST(ENLIGHTENMENT_REVISION) -if test "x$ENLIGHTENMENT_RELEASE" != "x"; then - AC_DEFINE_UNQUOTED(ENLIGHTENMENT_RELEASE, "$ENLIGHTENMENT_RELEASE", [Release]) -fi AC_SUBST(RPM_REVISION) ALL_LINGUAS="bg bs da de en_US es fr hu ko nl no ru sv pt pl pt_BR tr ja" =================================================================== RCS file: /cvs/e/e16/e/ChangeLog,v retrieving revision 1.208 retrieving revision 1.209 diff -u -3 -r1.208 -r1.209 --- ChangeLog 21 May 2006 22:08:42 -0000 1.208 +++ ChangeLog 7 Jun 2006 23:31:06 -0000 1.209 @@ -3910,3 +3910,27 @@ Faster TT font drawing. Fix border rendering for ARGB clients (requires imlib2 from CVS). + +------------------------------------------------------------------------------- + +Thu Jun 8 01:29:33 CEST 2006 +(Kim) + +--- 0.16.8.2 0.05 --- +Fix killing clients (hmm... was broken quite a while back). (0.04) +Speed up shape propagation. +Fix drawing of vertical border text in certain themes. +Add some sanity checking for pixmap cursors. +Event debug cleanups. +IPC window operation tweaks: +- Enable targeting multiple windows (wildcard in name spec). +- Enable non-group operations. +Add background transparency "compatibility mode" option to configuration dialog. +Don't reserve space for unmapped systray windows. +Fix screen edge resistance in presence of windows with struts. +ARGB window tweaks and testing stuff. +Fix shutdown when using session manager. +Fix shape update when client resizes after changing shape. +Fix incorrect damage region when raise actually lowers and vice versa. +Change default session script to run scripts in foreground. + =================================================================== RCS file: /cvs/e/e16/e/timestamp.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- timestamp.h 21 May 2006 22:08:42 -0000 1.4 +++ timestamp.h 7 Jun 2006 23:31:07 -0000 1.5 @@ -1 +1 @@ -#define E_CHECKOUT_DATE "$Date: 2006/05/21 22:08:42 $" +#define E_CHECKOUT_DATE "$Date: 2006/06/07 23:31:07 $" _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs