aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS97
1 files changed, 70 insertions, 27 deletions
diff --git a/NEWS b/NEWS
index 0d7c8d0..1e2dac7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,30 +1,73 @@
1Version 1.3.7 is a bug fix release. 1Version 1.4.0 is a feature release.
2
3Features:
4 * show tooltips for tabs
5 * add "autotabplacement": automatically tab new windows into the
6 currently focussed window group
7 * vertical workspace warping
8 - session.screenN.workspacewarpingvertical: true
9 - session.screenN.workspacewarpingverticaloffset: X
10 * recognize click-events inside a 4x4 zone (helps with shaky devices
11 or motoric problems)
12 * introduce 5s timeout on keychains
13 * support autoraising of Slit / Toolbar
14 * new modifiers
15 - onwinbutton
16 - onmaxbutton
17 - onminbutton
18 - onslit
19 * new actions:
20 - ToggleSlitHidden
21 - ToggleSlitAbove
22 - ToggleToolbarHidden
23 - ToggleToolbarAbove
24 - ActiveTabCmd
25 - Unclutter (FR#248)
26 * Prev/Nextworkspace accept "0" to jump to the "previously" used on
27 * new statements to the apps-file:
28 - FocusProtection (None, Lock, Deny)
29
30 * new SpacerTool
31 * allow generic buttons to be used in toolbar
32 - *.toolbar.tools: button.foo, iconbar, ...
33 - *.toolbar.button.foo.label: F
34 - *.toolbar.button.foo.commands: RootMenu:Exec foo
35 * allow to change the label of such button via fluxbox-remote
36 (example usage: update the unread mail counter)
37
38 * fbrun:
39 * support Ctrl-a keybinding to jump to beginning of textfield
40 * new flags:
41 - add -autocomplete flag
42 - add -cf <completion-data>
43
44General Improvements:
45
46 * improve placement of windows in invisible regions
47 * update provided vim files
48 * reduce amount of events triggerd by resize actions
49 * improve UTF8 handling
50 * fbrun FR#720: support entering UTF8 text
51 * delay mouse driven tab focus
52 * update da_DK, fr, hebrew translations
2 53
3Critical Bugfixes: 54Critical Bugfixes:
4 * Segfault on startup (mostly *BSD)
5 * Segfault on shutdown
6 * Segfault on clicking the Remember menu
7 * Menu crops on TypeAhead
8
9Minor Bugfixes:
10 * _NET_REQUEST_FRAME_EXTENTS
11 * Working autorepeat keys
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
17 55
18Features: 56
19 * The improved TypeAhead sytem is not limited to matches on beginning 57Bugfixes:
20 of menu items anymore, the behavior is configurable: 58 * Fix rare divsion by zero
21 - Nowhere - disables TypeAhead support 59 * Mitigate rare freezes
22 - ItemStart - matches typed text only at the start of a menu item 60 * Stop focus cycling on workspace changes
23 - Somewhere - matches typed text somewhere in a menu item 61 * #1155 delay repositioning of labels
24 (Currently this is a configfile-only option) 62 * send ConfigureNotify events using root window coordinates
25 * Minor tweaks to the i18n system 63 * #1149 hide menus by clicking the title or the toolbar
26 * Updated turkish translations 64 * Don't confine transient windows onto the Desktop layer
27 65 * #1052 handle $DISPLAY correctly
28End User unrelated: 66 * fbrun:
29 * Code refactoring and cleanup, assisted by Coverity and 67 * segfault on expanding . or ~
30 clang static code analysis 68 * escape special chars in filenames
69 * #1031 fix $WPSETTER "display"
70 * fbsetbg:
71 * #1065: handle subdirs and symlinks in $wallpaperd
72 * fuxbox-remote:
73 * fix bad "if" test