diff options
author | rathnor <rathnor> | 2003-07-04 01:03:41 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-07-04 01:03:41 (GMT) |
commit | 3144086eef171f6c402182f23bfc80a101e71fa2 (patch) | |
tree | 0df61dbcb4a7ce44fd90369b031e5a39037807c0 /ChangeLog | |
parent | 672ac023526d61af2e102a3a27b67eeedb2c4f10 (diff) | |
download | fluxbox-3144086eef171f6c402182f23bfc80a101e71fa2.zip fluxbox-3144086eef171f6c402182f23bfc80a101e71fa2.tar.bz2 |
support in remember for specifying groups.
Also split atomhandler::setupWindow
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,5 +1,19 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.4: | 2 | Changes 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 |