This commit is contained in:
fluxgen 2003-09-01 08:00:55 +00:00
parent f20bcea618
commit 7b48b92860
2 changed files with 11 additions and 3 deletions

View file

@ -1,8 +1,16 @@
(Format: Year/Month/Day)
Changes for 0.9.6:
*03/08/30:
* Added new action: workspacemenu (Thanks Mathias Gumz)
FbCommandFactory.hh/cc, FbCommands.hh/cc
* Improved menu speed (Henrik)
Menu.cc
* Fixed old borderColor theme option fallback for Slit (Henrik)
SlitTheme.cc
*03/08/29:
* Fixed iconbar and workspace theme for old themes (Henrik)
IconbarTheme.hh/cc, ToolTheme.hh/ToolTheme.cc, WorkspaceNameTheme.hh
* Fixed iconbar, workspace theme and slit for old themes (Henrik)
IconbarTheme.hh/cc, ToolTheme.hh/ToolTheme.cc, WorkspaceNameTheme.hh,
SlitTheme.hh/cc
* Added -verbose argument to fluxbox (Henrik)
This will enable theme warnings
main.cc, Theme.hh/cc

View file

@ -1,7 +1,7 @@
dnl Initialize autoconf and automake
AC_INIT(src/main.cc)
AC_PREREQ(2.52)
AM_INIT_AUTOMAKE(fluxbox,0.9.5, no-define)
AM_INIT_AUTOMAKE(fluxbox,0.9.6pre2, no-define)
dnl Determine default prefix
test x$prefix = "xNONE" && prefix="$ac_default_prefix"