Sat Aug 11 13:31:21 CEST 2007

(Kim)

--- 0.16.8.9 ---
Fix rendering vertical (->down) text.
Fix occasional bad tooltip placement.
Fix evaluation of LOCALEDIR with new autosomething. Remove fsstd option.
Spec file tweaks.
Change configuration of alternative font configuration.
Xft font is now selected using prefix "xft:".
Fix valgrind complaint (drawable caching).
Optionally use pango for font rendering.


SVN revision: 31241
This commit is contained in:
Kim Woelders 2007-08-11 11:37:51 +00:00
parent 9bc718aae2
commit 90c0f15ad5
2 changed files with 17 additions and 1 deletions

View File

@ -4468,3 +4468,19 @@ Avoid some lagginess at end of desk switch.
Disable theme localisation by default.
Prefer Xft font configuration.
-------------------------------------------------------------------------------
Sat Aug 11 13:31:21 CEST 2007
(Kim)
--- 0.16.8.9 ---
Fix rendering vertical (->down) text.
Fix occasional bad tooltip placement.
Fix evaluation of LOCALEDIR with new autosomething. Remove fsstd option.
Spec file tweaks.
Change configuration of alternative font configuration.
Xft font is now selected using prefix "xft:".
Fix valgrind complaint (drawable caching).
Optionally use pango for font rendering.

View File

@ -1,7 +1,7 @@
AC_INIT(configure.in)
E_PKG_VERSION=0.16.8.9
E_PKG_REVISION=0.05
#E_PKG_REVISION=0.05
if test "x$E_PKG_REVISION" != "x"; then
E_PKG_VER_REV=$E_PKG_VERSION-$E_PKG_REVISION
E_RPM_REVISION=$E_PKG_REVISION