Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e Modified Files: configure.in ChangeLog timestamp.h Log Message: Thu Nov 2 21:12:57 CET 2006 (Kim) --- 0.16.8.5 0.01 --- Correct initial sizing of dialog window. Refactor font drawing code. Disable text rendering using XDrawString(16). - The code should never come in play anyway because of the "fixed" fallback in the XCreateFontSet case. Add Xft support. Japanese translation update (Yasufumi Haga). No need to restart when changing override-redirect window opacity. Center unplaced dialogs on "parent"(if transient) or root. Add _NET_WM_SYNC_REQUEST support. =================================================================== RCS file: /cvs/e/e16/e/configure.in,v retrieving revision 1.176 retrieving revision 1.177 diff -u -3 -r1.176 -r1.177 --- configure.in 28 Oct 2006 14:53:16 -0000 1.176 +++ configure.in 2 Nov 2006 20:13:42 -0000 1.177 @@ -3,7 +3,7 @@ ENLIGHTENMENT_MAJOR=0 ENLIGHTENMENT_MINOR=16 ENLIGHTENMENT_MICRO=8.5 -ENLIGHTENMENT_REVISION=0.00 +ENLIGHTENMENT_REVISION=0.01 ENLIGHTENMENT_VERSION=$ENLIGHTENMENT_MAJOR.$ENLIGHTENMENT_MINOR.$ENLIGHTENMENT_MICRO if test "x$ENLIGHTENMENT_REVISION" != "x"; then ENLIGHTENMENT_REVNAME="$ENLIGHTENMENT_VERSION-$ENLIGHTENMENT_REVISION" @@ -80,7 +80,7 @@ AC_CHECK_FUNCS(buttox) AM_GNU_GETTEXT -AM_GNU_GETTEXT_VERSION(0.12.1) +AM_GNU_GETTEXT_VERSION([0.12.1]) AC_ARG_ENABLE(fsstd, [ --enable-fsstd install files following FSSTD @<:@default=yes@:>@],, =================================================================== RCS file: /cvs/e/e16/e/ChangeLog,v retrieving revision 1.218 retrieving revision 1.219 diff -u -3 -r1.218 -r1.219 --- ChangeLog 15 Oct 2006 17:56:57 -0000 1.218 +++ ChangeLog 2 Nov 2006 20:13:42 -0000 1.219 @@ -4073,3 +4073,21 @@ Fix potential segv when showing menu. Fix dialog image rendering in certain situations. + +------------------------------------------------------------------------------- + +Thu Nov 2 21:12:57 CET 2006 +(Kim) + +--- 0.16.8.5 0.01 --- +Correct initial sizing of dialog window. +Refactor font drawing code. +Disable text rendering using XDrawString(16). +- The code should never come in play anyway because of the "fixed" fallback + in the XCreateFontSet case. +Add Xft support. +Japanese translation update (Yasufumi Haga). +No need to restart when changing override-redirect window opacity. +Center unplaced dialogs on "parent"(if transient) or root. +Add _NET_WM_SYNC_REQUEST support. + =================================================================== RCS file: /cvs/e/e16/e/timestamp.h,v retrieving revision 1.14 retrieving revision 1.15 diff -u -3 -r1.14 -r1.15 --- timestamp.h 15 Oct 2006 17:56:57 -0000 1.14 +++ timestamp.h 2 Nov 2006 20:13:42 -0000 1.15 @@ -1 +1 @@ -#define E_CHECKOUT_DATE "$Date: 2006/10/15 17:56:57 $" +#define E_CHECKOUT_DATE "$Date: 2006/11/02 20:13:42 $" ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs