aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d6542ac..0a8e261 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,23 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.9.13 2Changes for 0.9.13
3*05/03/16: 3*05/03/16:
4 added new option to specify, on which screen fluxbox should handle
5 the windows. default behavior is to handle each available screen.
6 closes #1159809. (Mathias)
7
8 -screen <"all"|int[,int]>
9
10 eg:
11
12 $> fluxbox -screen 0,2 will run fluxbox on 0.0 and 0.2 so
13 one can run any other wm on 0.1.
14 $> fluxbox -screen all default, fluxbox manages all screens
15
16 fluxbox.cc fluxbox.hh
17 * Fix for #1152450 (Mathias)
18 when having multiple screens the rootCommand's were called
19 too often
20 Screen.cc FbTk/Theme.cc
4 * added --with-init, --with-keys, --with-style, --with-menu 21 * added --with-init, --with-keys, --with-style, --with-menu
5 configure options (Thanks php-coder at ngs dot ru) 22 configure options (Thanks php-coder at ngs dot ru)
6 configure.in, src/Makefile.am 23 configure.in, src/Makefile.am