aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMathias Gumz <akira@fluxbox.org>2015-01-31 20:56:40 (GMT)
committerMathias Gumz <akira@fluxbox.org>2015-01-31 20:56:40 (GMT)
commit017de68d5e5c5bc50c23f77e84abee7f05cf2985 (patch)
tree4196b172c4309ca59ab78f0c01f6c00b0cddd2ea /NEWS
parentfff0abad765714d967614cfa871e37efca956194 (diff)
downloadfluxbox-017de68d5e5c5bc50c23f77e84abee7f05cf2985.zip
fluxbox-017de68d5e5c5bc50c23f77e84abee7f05cf2985.tar.bz2
Close to 1.3.7
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b14210a..d17cf63 100644
--- a/NEWS
+++ b/NEWS
@@ -3,12 +3,18 @@ Version 1.3.7 is a bug fix release.
3Critical Bugfixes: 3Critical Bugfixes:
4 * Segfault on startup (mostly *BSD) 4 * Segfault on startup (mostly *BSD)
5 * Segfault on shutdown 5 * Segfault on shutdown
6 * Menu crops on TypeAhead
6 7
7Minor Bugfixes: 8Minor Bugfixes:
8 * _NET_REQUEST_FRAME_EXTENTS 9 * _NET_REQUEST_FRAME_EXTENTS
9 * working autorepeat keys 10 * working autorepeat keys
10 * working vertical rotated Tabs and Toolbar 11 * working vertical rotated Tabs and Toolbar
11 12
13Featuere:
14 * The improved TypeAhead sytem is not limited to matches on beginning
15 of menu items anymore, it matches everywhere.
16 * Minor tweaks to the i18n system
17
12End User unrelated: 18End User unrelated:
13 * Code refactoring and cleanup, assisted by Coverity and 19 * Code refactoring and cleanup, assisted by Coverity and
14 clang static code analysis 20 clang static code analysis