aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormathias <mathias>2005-03-16 22:53:07 (GMT)
committermathias <mathias>2005-03-16 22:53:07 (GMT)
commitac3fa211bbc79531151e1400404192b1d7e8516f (patch)
tree86455d574791f085668450d6e02f446a46b3a527 /ChangeLog
parentcfdba894ed37a4c34990956ec40f55a94b2a0d60 (diff)
downloadfluxbox-ac3fa211bbc79531151e1400404192b1d7e8516f.zip
fluxbox-ac3fa211bbc79531151e1400404192b1d7e8516f.tar.bz2
updated changes
Diffstat (limited to 'ChangeLog')
-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