aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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