all repos — fluxbox @ 09abda1482426deb6c094dc2cb061652debb159e

custom fork of the fluxbox windowmanager

Update ChangeLog and NEWS
Mathias Gumz akira@fluxbox.org
commit

09abda1482426deb6c094dc2cb061652debb159e

parent

f84671ef8ef8dc9050d37c633418f0aa00318547

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

jump to
M ChangeLogChangeLog

@@ -3,6 +3,21 @@

----------------------------- Changes for 1.3.7 +*15/02/07: + * Bugfix: initialize titlebar buttons with the proper size (closes #1125) + * Bugfix: correct initialization of the taboptions menu + * Bugfix: render toggleitems in menus correctly + +*15/02/05: + * Feature: typeahead search options: 'nowhere', 'itemstart', 'somewhere' + +*15/02/04: + * Bugfix: prevent tiny titlebar buttons to cause crashes + +*15/02/01: + * Bugfix: crash on click the remember menu + * Bugfix: use proper texture for window grips + *15/01/31: * Improve i18n: support NLSPATH, FLUXBOX_CATFILE and FLUXBOX_CATDIR * Update translations
M NEWSNEWS

@@ -3,16 +3,24 @@

Critical Bugfixes: * Segfault on startup (mostly *BSD) * Segfault on shutdown + * Segfault on clicking the Remember menu * Menu crops on TypeAhead Minor Bugfixes: * _NET_REQUEST_FRAME_EXTENTS - * working autorepeat keys - * working vertical rotated Tabs and Toolbar + * Working autorepeat keys + * Working vertical rotated Tabs and Toolbar + * Proper size of titlebar buttons on restart / detaching tabs + * Missing windowmenu works again + * Several glitches in the menu + * Correct handling of 'maximized' statement in the apps file Features: * The improved TypeAhead sytem is not limited to matches on beginning - of menu items anymore, it matches everywhere. + of menu items anymore, the behavior is configurable: + - Nowhere - disables TypeAhead support + - ItemStart - matches typed text only at the start of a menu item + - Somewhere - matches typed text somewhere in a menu item * Minor tweaks to the i18n system End User unrelated: