From a8364486e82a343d9ca234f176c5811d04dd9cf4 Mon Sep 17 00:00:00 2001 From: Thierry Lorthiois Date: Sat, 15 May 2010 14:57:55 +0000 Subject: [PATCH] tint2-0.10-beta1 --- ChangeLog | 11 +++++++++++ configure.ac | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 123934e..e73e44a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2010-05-15 +- added panel theme switcher 'tint2conf' + with preview of each theme based on current config (size of monitor, task opened, ...) +- include tintwizard : theme editor +- autodetect composite manager and switch to real or fake transparency + this feature needed a patch to xcompmgr + see FAQ http://code.google.com/p/tint2/wiki/FAQ#How_to_configure_real_transparency_(xcompmgr) +- added 'strut_policy = none' +- drag n drop task re-ordering + + 2010-01-28 - Battery hide option - bugfixes in task redrawing diff --git a/configure.ac b/configure.ac index ba5e20e..e6d38fb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. AC_PREREQ([2.61]) -AC_INIT([tint2], [0.9-svn], [http://code.google.com/p/tint2/issues]) +AC_INIT([tint2], [0.10-beta1], [http://code.google.com/p/tint2/issues]) AM_INIT_AUTOMAKE -- 2.44.0