diff options
author | Mathias Gumz <akira@fluxbox.org> | 2015-01-31 20:56:40 (GMT) |
---|---|---|
committer | Mathias Gumz <akira@fluxbox.org> | 2015-01-31 20:56:40 (GMT) |
commit | 017de68d5e5c5bc50c23f77e84abee7f05cf2985 (patch) | |
tree | 4196b172c4309ca59ab78f0c01f6c00b0cddd2ea | |
parent | fff0abad765714d967614cfa871e37efca956194 (diff) | |
download | fluxbox-017de68d5e5c5bc50c23f77e84abee7f05cf2985.zip fluxbox-017de68d5e5c5bc50c23f77e84abee7f05cf2985.tar.bz2 |
Close to 1.3.7
-rw-r--r-- | ChangeLog | 24 | ||||
-rw-r--r-- | NEWS | 6 |
2 files changed, 30 insertions, 0 deletions
@@ -3,8 +3,32 @@ | |||
3 | ----------------------------- | 3 | ----------------------------- |
4 | Changes for 1.3.7 | 4 | Changes for 1.3.7 |
5 | 5 | ||
6 | *15/01/31: | ||
7 | * Improve i18n: support NLSPATH, FLUXBOX_CATFILE and FLUXBOX_CATDIR | ||
8 | * Update translations | ||
9 | |||
10 | *15/01/30: | ||
11 | * Bugfix: missing windowmenu | ||
12 | |||
13 | *15/01/29: | ||
14 | * Boyscouting: make fluxbox strcat() free; use of strncpy | ||
15 | * Add chrome to fluxbox-generate_menu | ||
16 | |||
17 | *15/01/28: | ||
18 | * Feature: typeahead matching is not limited to the beginning of | ||
19 | the menu entries anymore. Massive refactor of FbTk::Menu code. | ||
20 | * Bugfix: do not crop the menu when using typeahead (regression introduced | ||
21 | by 8387742c). | ||
22 | * Bugfix: proper handling of 'maximized' statement in .fluxbox/apps | ||
23 | * Increase verbosity of 'configure' | ||
24 | |||
25 | *15/04/25: | ||
26 | * Bugfix: improper use of 'printf' in fluxbox-generate_menu | ||
27 | (Thanks Daniel Campbell) | ||
28 | |||
6 | *15/01/24: | 29 | *15/01/24: |
7 | * Bugfix: render vertical text (affects Tabs and Toolbar; closes #1119) | 30 | * Bugfix: render vertical text (affects Tabs and Toolbar; closes #1119) |
31 | * Add 'lxterminal' and 'geany' to fluxbox-generate_menu | ||
8 | 32 | ||
9 | *15/01/22: | 33 | *15/01/22: |
10 | * Bugfix: _NET_REQUEST_FRAME_EXTENTS (closes #1121) | 34 | * Bugfix: _NET_REQUEST_FRAME_EXTENTS (closes #1121) |
@@ -3,12 +3,18 @@ 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 | * Menu crops on TypeAhead | ||
6 | 7 | ||
7 | Minor Bugfixes: | 8 | Minor 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 | ||
13 | Featuere: | ||
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 | |||
12 | End User unrelated: | 18 | End 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 |