diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -3,16 +3,24 @@ Version 1.3.7 is a bug fix release. | |||
3 | Critical Bugfixes: | 3 | Critical 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 | ||
8 | Minor Bugfixes: | 9 | Minor 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 | ||
13 | Features: | 18 | Features: |
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 | ||
18 | End User unrelated: | 26 | End User unrelated: |