all repos — fluxbox @ d5eac398fc1930852e8e55c8d47a9d12e08e930b

custom fork of the fluxbox windowmanager

update
fluxgen fluxgen
commit

d5eac398fc1930852e8e55c8d47a9d12e08e930b

parent

c23161a442816d394af8e1c8a68c3e86049f766e

3 files changed, 4 insertions(+), 2 deletions(-)

jump to
M ChangeLogChangeLog

@@ -1,6 +1,8 @@

Changes for 0.1.6: *02/01/05: * Applied "maximize slit stop"-patch (Thanks Andrew Livesay ) + * Fixed bug in Windowmenu (Thanks Chris Elston) + * Fixed error in nls/it_IT/Makefile.am *02/01/04: * Fixed keybinding bug (Thanks Devaux Fabien) *02/01/01:
M configureconfigure

@@ -728,7 +728,7 @@

PACKAGE=fluxbox -VERSION=0.1.5 +VERSION=0.1.6 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
M configure.inconfigure.in

@@ -1,7 +1,7 @@

dnl configure.in for Fluxbox - created from configure.in Blackbox 0.61.1 dnl Initialize autoconf and automake AC_INIT(src/main.cc) -AM_INIT_AUTOMAKE(fluxbox,0.1.5,no-define) +AM_INIT_AUTOMAKE(fluxbox,0.1.6,no-define) dnl Determine default prefix test x$prefix = "xNONE" && prefix="$ac_default_prefix"