all repos — fluxbox @ 017de68d5e5c5bc50c23f77e84abee7f05cf2985

custom fork of the fluxbox windowmanager

Close to 1.3.7
Mathias Gumz akira@fluxbox.org
commit

017de68d5e5c5bc50c23f77e84abee7f05cf2985

parent

fff0abad765714d967614cfa871e37efca956194

2 files changed, 30 insertions(+), 0 deletions(-)

jump to
M ChangeLogChangeLog

@@ -3,8 +3,32 @@

----------------------------- Changes for 1.3.7 +*15/01/31: + * Improve i18n: support NLSPATH, FLUXBOX_CATFILE and FLUXBOX_CATDIR + * Update translations + +*15/01/30: + * Bugfix: missing windowmenu + +*15/01/29: + * Boyscouting: make fluxbox strcat() free; use of strncpy + * Add chrome to fluxbox-generate_menu + +*15/01/28: + * Feature: typeahead matching is not limited to the beginning of + the menu entries anymore. Massive refactor of FbTk::Menu code. + * Bugfix: do not crop the menu when using typeahead (regression introduced + by 8387742c). + * Bugfix: proper handling of 'maximized' statement in .fluxbox/apps + * Increase verbosity of 'configure' + +*15/04/25: + * Bugfix: improper use of 'printf' in fluxbox-generate_menu + (Thanks Daniel Campbell) + *15/01/24: * Bugfix: render vertical text (affects Tabs and Toolbar; closes #1119) + * Add 'lxterminal' and 'geany' to fluxbox-generate_menu *15/01/22: * Bugfix: _NET_REQUEST_FRAME_EXTENTS (closes #1121)
M NEWSNEWS

@@ -3,11 +3,17 @@

Critical Bugfixes: * Segfault on startup (mostly *BSD) * Segfault on shutdown + * Menu crops on TypeAhead Minor Bugfixes: * _NET_REQUEST_FRAME_EXTENTS * working autorepeat keys * working vertical rotated Tabs and Toolbar + +Featuere: + * The improved TypeAhead sytem is not limited to matches on beginning + of menu items anymore, it matches everywhere. + * Minor tweaks to the i18n system End User unrelated: * Code refactoring and cleanup, assisted by Coverity and