This commit is contained in:
fluxgen 2003-09-08 21:28:04 +00:00
parent 3e3166af39
commit 263969b1a7
2 changed files with 5 additions and 1 deletions

View file

@ -1,6 +1,10 @@
(Format: Year/Month/Day)
Changes for 0.9.6:
*03/09/08:
* Fixed numlock and scrlock bug in FbTk TextBox (Henrik)
This will fix workspace edit window input when having
num- or scrolllock on.
TextBox.cc
* Added iconbar mode menu (Henrik)
* new resource item:
session.screen<num>.iconbar.mode: <mode>

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.6pre2, no-define)
AM_INIT_AUTOMAKE(fluxbox,0.9.6pre4, no-define)
dnl Determine default prefix
test x$prefix = "xNONE" && prefix="$ac_default_prefix"