all repos — fluxbox @ 8a78702888f80a264b35013c6c360f00f0f2ee22

custom fork of the fluxbox windowmanager

update, new version
fluxgen fluxgen
commit

8a78702888f80a264b35013c6c360f00f0f2ee22

parent

985d44190ecadaed29b0dc1eaeba0a7e9d68f8c9

2 files changed, 10 insertions(+), 1 deletions(-)

jump to
M ChangeLogChangeLog

@@ -1,5 +1,14 @@

(Format: Year/Month/Day) Changes for 0.9.15: +*06/03/19: + * Fixed some wrong fbsetroot nls (Thanks Semushin Slava ) + nls/da_DK/Translation.m, nls/ko_KR/Translation.m + * Cleaned up some nls and help text in ./fluxbox -h (Thanks Semushin Slava [php-coder at ngs ru] ) + nls/*/Translation.m, Screen.cc, main.cc + * Titlebar button configuration changed from session.titlbar.left/right + to screen specific: session.screen<num>.titlbar.left/right + (Henrik) + Screen.hh/cc, Window.hh/cc, fluxbox.hh/cc *06/03/14: * Fixed memory leak when XCreateImage failes in XFontImp (Thanks Semushin Slava [php-coder] )
M configure.inconfigure.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.14, no-define) +AM_INIT_AUTOMAKE(fluxbox,0.9.15, no-define) dnl Determine default prefix test x$prefix = "xNONE" && prefix="$ac_default_prefix"