Fri May 4 00:13:57 CEST 2007

(Kim)

--- 0.16.8.7 ---
Avoid creating/destroying regions.
Use some macros to simplify code. Minor reorganization of root stuff.
Avoid creating/destroying regions - continued.
Fix ugly black shadows on icons in transparent iconbox (noted by Atom Smasher).
Fix repaint after changing shadow mode.


SVN revision: 29834
This commit is contained in:
Kim Woelders 2007-05-03 22:17:49 +00:00
parent 2df3553480
commit 59922b270c
2 changed files with 14 additions and 1 deletions

View File

@ -4329,3 +4329,16 @@ Remove unused ACTION_UNSHADE. Eliminate almost duplicate tooltip strings.
Update config file string list.
Danish translation update.
-------------------------------------------------------------------------------
Fri May 4 00:13:57 CEST 2007
(Kim)
--- 0.16.8.7 ---
Avoid creating/destroying regions.
Use some macros to simplify code. Minor reorganization of root stuff.
Avoid creating/destroying regions - continued.
Fix ugly black shadows on icons in transparent iconbox (noted by Atom Smasher).
Fix repaint after changing shadow mode.

View File

@ -1,7 +1,7 @@
AC_INIT(configure.in)
E_PKG_VERSION=0.16.8.7
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