aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2006-05-13 16:24:14 (GMT)
committerfluxgen <fluxgen>2006-05-13 16:24:14 (GMT)
commitbce70c6714ff85336693d3366549c9974c302ef0 (patch)
treeae9e77249ba0cca7baab67a519218b9937af02ca
parent004d4469da027223d478181fe8e8e2c47f17c48a (diff)
downloadfluxbox-bce70c6714ff85336693d3366549c9974c302ef0.zip
fluxbox-bce70c6714ff85336693d3366549c9974c302ef0.tar.bz2
added support for _NET_WM_STATE_DEMANDS_ATTENTION
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4774eab..08e12ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.9.16: 2Changes for 0.9.16:
3*06/05/13:
4 * Added support for _NET_WM_STATE_DEMANDS_ATTENTION . (Henrik)
5 When this state is set fluxbox will start flashing
6 the titlebar and button in the toolbar. It will stop when the window
7 is focused.
8 The blink rate can be configured with the following resource:
9 session.screen0.demandsAttentionTimeout: <timeout in milliseconds>
10 Default value is 500.
11 If the value is zero this feature will be disabled.
12 Ewmh.hh/cc, IconbarTool.cc, AttentionNoticeHandler.hh/cc, Window.hh/cc
3*06/05/07: 13*06/05/07:
4 * Handle EMWH window and icon titles, plus localise workspace names (Simon) 14 * Handle EMWH window and icon titles, plus localise workspace names (Simon)
5 - FbTk::FbWindow::textProperty now handles utf8 type, and always 15 - FbTk::FbWindow::textProperty now handles utf8 type, and always