aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormarkt <markt>2007-07-03 22:56:46 (GMT)
committermarkt <markt>2007-07-03 22:56:46 (GMT)
commitae3c30423925960fe70262d1d7e4079b73531c37 (patch)
tree5fed3c090d9fd1af3833cfd6e81828781373e7be /ChangeLog
parent823ce0d0175b9b14a549117a303cc9e36e81c1a2 (diff)
downloadfluxbox-ae3c30423925960fe70262d1d7e4079b73531c37.zip
fluxbox-ae3c30423925960fe70262d1d7e4079b73531c37.tar.bz2
some security fixes for fluxbox-remote, and a minor change for the gvim fix
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 7b2423f..7414215 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,9 +3,10 @@ Changes for 1.0.0:
3*07/07/03: 3*07/07/03:
4 * Avoid some problems with tabbed windows and resize increments (Mark) 4 * Avoid some problems with tabbed windows and resize increments (Mark)
5 Window.cc WinClient.cc/hh 5 Window.cc WinClient.cc/hh
6 * Added utility fluxbox-remote, which takes one argument and has fluxbox 6 * Added utility fluxbox-remote, which allows script access to most fluxbox
7 execute it just like in the keys file (Mark) 7 commands; support must be turned on in the init file with
8 - e.g. fluxbox-remote "CustomMenu ~/.fluxbox/custommenu" 8 session.screen<N>.allowRemoteActions; the syntax is, e.g.,
9 fluxbox-remote "CustomMenu ~/.fluxbox/custommenu" (Mark)
9 Screen.cc util/fluxbox-remote.cc util/Makefile.am 10 Screen.cc util/fluxbox-remote.cc util/Makefile.am
10 * Update systemtray and KDE dockapps in slit when background changes (Mark) 11 * Update systemtray and KDE dockapps in slit when background changes (Mark)
11 Screen.cc/hh Systemtray.cc Slit.cc FbTk/FbPixmap.cc/hh 12 Screen.cc/hh Systemtray.cc Slit.cc FbTk/FbPixmap.cc/hh