aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-07-04 01:03:41 (GMT)
committerrathnor <rathnor>2003-07-04 01:03:41 (GMT)
commit3144086eef171f6c402182f23bfc80a101e71fa2 (patch)
tree0df61dbcb4a7ce44fd90369b031e5a39037807c0 /ChangeLog
parent672ac023526d61af2e102a3a27b67eeedb2c4f10 (diff)
downloadfluxbox-3144086eef171f6c402182f23bfc80a101e71fa2.zip
fluxbox-3144086eef171f6c402182f23bfc80a101e71fa2.tar.bz2
support in remember for specifying groups.
Also split atomhandler::setupWindow
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fbc7de2..2779cc5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.9.4: 2Changes for 0.9.4:
3*03/07/04:
4 * Add support in remember for grouping apps (Simon)
5 Achieved by using [group], e.g.
6 [group]
7 [app] (title=groupme)
8 [Deco] {NONE}
9 [end]
10 will group anything with the title "groupme" and will give that group
11 no decorations. You can have multiple [app] lines in a [group].
12 Recall that app lines can also use regular expressions.
13 - also includes split AtomHandler::setupWindow(fbw) into
14 setupFrame(fbw) and setupClient(winclient).
15 Remember.hh/cc Window.cc Screen.cc fluxbox.hh/cc
16 AtomHandler.hh Gnome.hh/cc Ewmh.hh/cc ToolbarHandler.hh/cc
3*03/07/03: 17*03/07/03:
4 * Added selected dot for style menu so one can see which style is selected (Henrik) 18 * Added selected dot for style menu so one can see which style is selected (Henrik)
5 Screen.cc 19 Screen.cc