diff options
author | Mathias Gumz <akira@fluxbox.org> | 2015-02-08 10:44:34 (GMT) |
---|---|---|
committer | Mathias Gumz <akira@fluxbox.org> | 2015-02-08 10:44:34 (GMT) |
commit | 88a74ff1cde22be3e894498ffd88934dc92dfef0 (patch) | |
tree | e624e3895a909dfe9b8780195661049df0c806d9 | |
parent | 7c3b9a34f32ff609b7fa35f2c7af8c4f46f70f49 (diff) | |
download | fluxbox-88a74ff1cde22be3e894498ffd88934dc92dfef0.zip fluxbox-88a74ff1cde22be3e894498ffd88934dc92dfef0.tar.bz2 |
Final notesRelease-1_3_7
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | NEWS | 2 |
2 files changed, 4 insertions, 0 deletions
@@ -7,6 +7,8 @@ Changes for 1.3.7 | |||
7 | * Bugfix: initialize titlebar buttons with the proper size (closes #1125) | 7 | * Bugfix: initialize titlebar buttons with the proper size (closes #1125) |
8 | * Bugfix: correct initialization of the taboptions menu | 8 | * Bugfix: correct initialization of the taboptions menu |
9 | * Bugfix: render toggleitems in menus correctly | 9 | * Bugfix: render toggleitems in menus correctly |
10 | * Bugfix: transparent windows work again (Thanks to Arkadiusz Bokowy) | ||
11 | * Update turkish translations (Thanks Volkan Gezer) | ||
10 | 12 | ||
11 | *15/02/05: | 13 | *15/02/05: |
12 | * Feature: typeahead search options: 'nowhere', 'itemstart', 'somewhere' | 14 | * Feature: typeahead search options: 'nowhere', 'itemstart', 'somewhere' |
@@ -21,7 +21,9 @@ Features: | |||
21 | - Nowhere - disables TypeAhead support | 21 | - Nowhere - disables TypeAhead support |
22 | - ItemStart - matches typed text only at the start of a menu item | 22 | - ItemStart - matches typed text only at the start of a menu item |
23 | - Somewhere - matches typed text somewhere in a menu item | 23 | - Somewhere - matches typed text somewhere in a menu item |
24 | (Currently this is a configfile-only option) | ||
24 | * Minor tweaks to the i18n system | 25 | * Minor tweaks to the i18n system |
26 | * Updated turkish translations | ||
25 | 27 | ||
26 | End User unrelated: | 28 | End User unrelated: |
27 | * Code refactoring and cleanup, assisted by Coverity and | 29 | * Code refactoring and cleanup, assisted by Coverity and |