diff options
author | simonb <simonb> | 2006-04-16 11:38:42 (GMT) |
---|---|---|
committer | simonb <simonb> | 2006-04-16 11:38:42 (GMT) |
commit | a92c13171058f5fa6c309bd2128b64382861a460 (patch) | |
tree | 1da77a5b1bc72bc4907b1ebd9e544864a5c83944 /ChangeLog | |
parent | 4d0a0c9e114cbadf3d06f4a71d5043bda847c844 (diff) | |
download | fluxbox-a92c13171058f5fa6c309bd2128b64382861a460.zip fluxbox-a92c13171058f5fa6c309bd2128b64382861a460.tar.bz2 |
improved defaulting of int args in commands (thanks Jonas Koelker)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,6 +1,11 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.16: | 2 | Changes for 0.9.16: |
3 | *06/04/16: | 3 | *06/04/16: |
4 | * Set (take|send)to(next|prev)workspace offset default value to 1 | ||
5 | instead of the current 0 (which makes them look non-functional). | ||
6 | Similarly for tab and (|next|prev|left|right)workspace. | ||
7 | - Thanks Jonas Koelker (sf.net 1467926) | ||
8 | FbCommandFactory.cc | ||
4 | * Add "CloseAllWindows" key binding | 9 | * Add "CloseAllWindows" key binding |
5 | (thanks Adriano Dal Bosco - adbosco at users.sourceforge.net) | 10 | (thanks Adriano Dal Bosco - adbosco at users.sourceforge.net) |
6 | - Useful to trigger all "close" actions before flux exit (or other) | 11 | - Useful to trigger all "close" actions before flux exit (or other) |