aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Gumz <akira@fluxbox.org>2015-02-07 17:22:39 (GMT)
committerMathias Gumz <akira@fluxbox.org>2015-02-07 17:22:39 (GMT)
commit09abda1482426deb6c094dc2cb061652debb159e (patch)
tree03d4016550143d0f1712dd2e0cea613d20298db9
parentf84671ef8ef8dc9050d37c633418f0aa00318547 (diff)
downloadfluxbox-09abda1482426deb6c094dc2cb061652debb159e.zip
fluxbox-09abda1482426deb6c094dc2cb061652debb159e.tar.bz2
Update ChangeLog and NEWS
-rw-r--r--ChangeLog15
-rw-r--r--NEWS14
2 files changed, 26 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 3ccfe29..53ad58b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,21 @@
3----------------------------- 3-----------------------------
4Changes for 1.3.7 4Changes for 1.3.7
5 5
6*15/02/07:
7 * Bugfix: initialize titlebar buttons with the proper size (closes #1125)
8 * Bugfix: correct initialization of the taboptions menu
9 * Bugfix: render toggleitems in menus correctly
10
11*15/02/05:
12 * Feature: typeahead search options: 'nowhere', 'itemstart', 'somewhere'
13
14*15/02/04:
15 * Bugfix: prevent tiny titlebar buttons to cause crashes
16
17*15/02/01:
18 * Bugfix: crash on click the remember menu
19 * Bugfix: use proper texture for window grips
20
6*15/01/31: 21*15/01/31:
7 * Improve i18n: support NLSPATH, FLUXBOX_CATFILE and FLUXBOX_CATDIR 22 * Improve i18n: support NLSPATH, FLUXBOX_CATFILE and FLUXBOX_CATDIR
8 * Update translations 23 * Update translations
diff --git a/NEWS b/NEWS
index e1e7df4..95119e9 100644
--- a/NEWS
+++ b/NEWS
@@ -3,16 +3,24 @@ 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 * Segfault on clicking the Remember menu
6 * Menu crops on TypeAhead 7 * Menu crops on TypeAhead
7 8
8Minor Bugfixes: 9Minor Bugfixes:
9 * _NET_REQUEST_FRAME_EXTENTS 10 * _NET_REQUEST_FRAME_EXTENTS
10 * working autorepeat keys 11 * Working autorepeat keys
11 * working vertical rotated Tabs and Toolbar 12 * Working vertical rotated Tabs and Toolbar
13 * Proper size of titlebar buttons on restart / detaching tabs
14 * Missing windowmenu works again
15 * Several glitches in the menu
16 * Correct handling of 'maximized' statement in the apps file
12 17
13Features: 18Features:
14 * The improved TypeAhead sytem is not limited to matches on beginning 19 * The improved TypeAhead sytem is not limited to matches on beginning
15 of menu items anymore, it matches everywhere. 20 of menu items anymore, the behavior is configurable:
21 - Nowhere - disables TypeAhead support
22 - ItemStart - matches typed text only at the start of a menu item
23 - Somewhere - matches typed text somewhere in a menu item
16 * Minor tweaks to the i18n system 24 * Minor tweaks to the i18n system
17 25
18End User unrelated: 26End User unrelated: