Close to 1.3.7
This commit is contained in:
parent
fff0abad76
commit
017de68d5e
2 changed files with 30 additions and 0 deletions
24
ChangeLog
24
ChangeLog
|
@ -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)
|
||||
|
|
6
NEWS
6
NEWS
|
@ -3,12 +3,18 @@ Version 1.3.7 is a bug fix release.
|
|||
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
|
||||
clang static code analysis
|
||||
|
|
Loading…
Reference in a new issue