aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormarkt <markt>2007-05-19 22:59:02 (GMT)
committermarkt <markt>2007-05-19 22:59:02 (GMT)
commit22944ec775b5c5de0f29d0ee05f4ed303235519c (patch)
tree22a42005339e71e055d73ee34b710e1d6db4d68a /ChangeLog
parenta33188b2a844832a0a3267f1ebf0883b3205614e (diff)
downloadfluxbox-22944ec775b5c5de0f29d0ee05f4ed303235519c.zip
fluxbox-22944ec775b5c5de0f29d0ee05f4ed303235519c.tar.bz2
added back limited behavior for session.screen0.followModel
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c50450a..db79872 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
1 (Format: Year/Month/Day) 1 (Format: Year/Month/Day)
2Changes for 1.1: 2Changes for 1.1:
3*07/05/19: 3*07/05/19:
4 * Changed behavior of resource session.screen<N>.followModel (Mark)
5 - now only options are Ignore and Follow, the latter using the setting in
6 session.screen<N>.userFollowModel
7 Window.cc/hh Ewmh.cc Screen.cc/hh
4 * Fixed bug #1718112, memory leak in FbWindow::textProperty ( Henrik ) 8 * Fixed bug #1718112, memory leak in FbWindow::textProperty ( Henrik )
5 FbTk/FbWindow.cc 9 FbTk/FbWindow.cc
6*07/05/17: 10*07/05/17:
@@ -54,8 +58,6 @@ Changes for 1.1:
54 Keys.cc/hh Toolbar.cc/hh Screen.cc/hh IconbarTool.cc fluxbox.cc 58 Keys.cc/hh Toolbar.cc/hh Screen.cc/hh IconbarTool.cc fluxbox.cc
55 * Menu when clicking workspacename in toolbar wasn't getting focused (Mark) 59 * Menu when clicking workspacename in toolbar wasn't getting focused (Mark)
56 ToolFactory.cc 60 ToolFactory.cc
57 * Removed followModel, since userFollowModel covers almost all cases (Mark)
58 IconbarTool.cc ClientMenu.cc Screen.cc/hh Ewmh.cc Window.cc
59 * Buttons with different textures when pressed weren't getting reset 61 * Buttons with different textures when pressed weren't getting reset
60 properly (Mark) 62 properly (Mark)
61 FbTk/Button.cc 63 FbTk/Button.cc