update
This commit is contained in:
parent
2c1bd69a42
commit
6d1ac53b5f
2 changed files with 10 additions and 2 deletions
|
@ -1,5 +1,13 @@
|
||||||
(Format: Year/Month/Day)
|
(Format: Year/Month/Day)
|
||||||
Changes for 0.9.5:
|
Changes for 0.9.5:
|
||||||
|
*03/08/19:
|
||||||
|
* Fixed fallback option for theme items (Henrik)
|
||||||
|
So the toolbar should look better in old themes
|
||||||
|
ToolTheme.cc/hh, IconbarTheme.hh/cc, Theme.hh/cc,
|
||||||
|
* Fixed bug in Subject.cc that cause observers to be added more than once (Henrik)
|
||||||
|
Subject.cc
|
||||||
|
*03/08/17:
|
||||||
|
* Update fbsetbg and fluxbox-generate_menu (Han)
|
||||||
*03/08/16:
|
*03/08/16:
|
||||||
* Fixed iconified windows in toolbar (Henrik)
|
* Fixed iconified windows in toolbar (Henrik)
|
||||||
IconbarTool.cc
|
IconbarTool.cc
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
dnl Initialize autoconf and automake
|
dnl Initialize autoconf and automake
|
||||||
AC_INIT(src/main.cc)
|
AC_INIT(src/main.cc)
|
||||||
AC_PREREQ(2.52)
|
AC_PREREQ(2.52)
|
||||||
AM_INIT_AUTOMAKE(fluxbox,0.9.4, no-define)
|
AM_INIT_AUTOMAKE(fluxbox,0.9.5, no-define)
|
||||||
|
|
||||||
dnl Determine default prefix
|
dnl Determine default prefix
|
||||||
test x$prefix = "xNONE" && prefix="$ac_default_prefix"
|
test x$prefix = "xNONE" && prefix="$ac_default_prefix"
|
||||||
|
@ -224,7 +224,7 @@ AC_ARG_ENABLE(debug,
|
||||||
[ --enable-debug include verbose debugging code [default=no]],
|
[ --enable-debug include verbose debugging code [default=no]],
|
||||||
if test x$enableval = "xyes"; then
|
if test x$enableval = "xyes"; then
|
||||||
AC_MSG_RESULT([yes])
|
AC_MSG_RESULT([yes])
|
||||||
DEBUG="-DDEBUG -fno-inline"
|
DEBUG="-DDEBUG"
|
||||||
else
|
else
|
||||||
AC_MSG_RESULT([no])
|
AC_MSG_RESULT([no])
|
||||||
fi,
|
fi,
|
||||||
|
|
Loading…
Reference in a new issue