Thu May 17 11:49:39 CEST 2007

(Kim)

--- 0.16.8.8 ---
Bump version.
Fix pagers when enabling after initially being disabled (noted by Dennis Nezic).
Remove unused backup-....cfg stuff.
Fix fallback textclass.
Don't crash if trying to start when no theme is found. Add missing newline.
Fix parsing title, name, and class matches in windowmatches.cfg (noted by Ted Baltz).
Remove trailing dash in release version string.
Enable setting imlib2 image cache size (debug).
Eliminate some remainders from Window re-wrapping done a while back.


SVN revision: 30007
This commit is contained in:
Kim Woelders 2007-05-17 09:51:24 +00:00
parent 1c16f1ce57
commit 073d0bde36
2 changed files with 18 additions and 1 deletions

View File

@ -4342,3 +4342,20 @@ Avoid creating/destroying regions - continued.
Fix ugly black shadows on icons in transparent iconbox (noted by Atom Smasher).
Fix repaint after changing shadow mode.
-------------------------------------------------------------------------------
Thu May 17 11:49:39 CEST 2007
(Kim)
--- 0.16.8.8 ---
Bump version.
Fix pagers when enabling after initially being disabled (noted by Dennis Nezic).
Remove unused backup-....cfg stuff.
Fix fallback textclass.
Don't crash if trying to start when no theme is found. Add missing newline.
Fix parsing title, name, and class matches in windowmatches.cfg (noted by Ted Baltz).
Remove trailing dash in release version string.
Enable setting imlib2 image cache size (debug).
Eliminate some remainders from Window re-wrapping done a while back.

View File

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