diff options
author | markt <markt> | 2007-11-12 21:59:43 (GMT) |
---|---|---|
committer | markt <markt> | 2007-11-12 21:59:43 (GMT) |
commit | 5d7043320da1378e7dd3b10f7e425f3b47455b28 (patch) | |
tree | 305db18a58ab6768b78ab230074da576d09e372d /ChangeLog | |
parent | 807a1b557552e43dbdc169c1e7a3065a3f12aac7 (diff) | |
download | fluxbox_paul-5d7043320da1378e7dd3b10f7e425f3b47455b28.zip fluxbox_paul-5d7043320da1378e7dd3b10f7e425f3b47455b28.tar.bz2 |
allow arbitrary window patterns in iconbar
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 1.0.1: | 2 | Changes for 1.0.1: |
3 | *07/11/12: | ||
4 | * Allow arbitrary window patterns for the iconbar mode (Mark) | ||
5 | - Note: for now, if you match against the current head of a window, it will | ||
6 | not be updated as expected in the toolbar | ||
7 | ClientPattern.cc/hh FocusControl.cc/hh IconbarTool.cc/hh FbTk/Subject.cc | ||
8 | fluxbox.cc, added FocusableList.cc/hh | ||
3 | *07/11/08: | 9 | *07/11/08: |
4 | * Fix crash when cycling focus and window closes, bug #1787345 (Mark) | 10 | * Fix crash when cycling focus and window closes, bug #1787345 (Mark) |
5 | FocusControl.cc | 11 | FocusControl.cc |