tint2-0.10-beta1
git-svn-id: http://tint2.googlecode.com/svn/trunk@456 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
parent
bb008b121b
commit
e8c846c259
2 changed files with 12 additions and 1 deletions
11
ChangeLog
11
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
|
2010-01-28
|
||||||
- Battery hide option
|
- Battery hide option
|
||||||
- bugfixes in task redrawing
|
- bugfixes in task redrawing
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# -*- Autoconf -*-
|
# -*- Autoconf -*-
|
||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
AC_PREREQ([2.61])
|
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
|
AM_INIT_AUTOMAKE
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue