aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--NEWS2
2 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 53ad58b..7b1ce24 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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'
diff --git a/NEWS b/NEWS
index 95119e9..0d7c8d0 100644
--- a/NEWS
+++ b/NEWS
@@ -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
26End User unrelated: 28End User unrelated:
27 * Code refactoring and cleanup, assisted by Coverity and 29 * Code refactoring and cleanup, assisted by Coverity and