update
fluxgen fluxgen
2 files changed,
10 insertions(+),
2 deletions(-)
M
ChangeLog
→
ChangeLog
@@ -1,5 +1,13 @@
(Format: Year/Month/Day) 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: * Fixed iconified windows in toolbar (Henrik) IconbarTool.cc
M
configure.in
→
configure.in
@@ -1,7 +1,7 @@
dnl Initialize autoconf and automake AC_INIT(src/main.cc) 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 test x$prefix = "xNONE" && prefix="$ac_default_prefix"@@ -224,7 +224,7 @@ AC_ARG_ENABLE(debug,
[ --enable-debug include verbose debugging code [default=no]], if test x$enableval = "xyes"; then AC_MSG_RESULT([yes]) - DEBUG="-DDEBUG -fno-inline" + DEBUG="-DDEBUG" else AC_MSG_RESULT([no]) fi,