all repos — fluxbox @ e650b34d2095f8b6eec697fc190be1b4d46233fa

custom fork of the fluxbox windowmanager

Update Changelog; prepare 1.3.7
Mathias Gumz akira@fluxbox.org
commit

e650b34d2095f8b6eec697fc190be1b4d46233fa

parent

75cf246de5c11d1a702ce4bc7cec4730cd9195ef

3 files changed, 5 insertions(+), 1 deletions(-)

jump to
M ChangeLogChangeLog

@@ -3,6 +3,9 @@

----------------------------- Changes for 1.3.7 +*15/01/24: + * Bugfix: render vertical text (affects Tabs and Toolbar; closes #1119) + *15/01/22: * Bugfix: _NET_REQUEST_FRAME_EXTENTS (closes #1121) * Bugfix: emit signal when window gets decionified
M NEWSNEWS

@@ -7,6 +7,7 @@

Minor Bugfixes: * _NET_REQUEST_FRAME_EXTENTS * working autorepeat keys + * working vertical rotated Tabs and Toolbar End User unrelated: * Code refactoring and cleanup, assisted by Coverity and
M configure.acconfigure.ac

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

dnl Initialize autoconf and automake AC_PREREQ([2.52]) AC_INIT([fluxbox], - [1.3.6], + [1.3.7], [fluxbox-devel@lists.sourceforge.net], [], [http://fluxbox.org/]) AC_CONFIG_SRCDIR([src/fluxbox.cc])