aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-08-18 00:16:48 (GMT)
committerfluxgen <fluxgen>2002-08-18 00:16:48 (GMT)
commit866d68d87fd02140ee9a71b2368f26edbafbfdea (patch)
tree797fee89c62966ca23a92f778a1d48470eaadd8b /ChangeLog
parent3b6725c3c73605e0601c266bc8eadc94f286f988 (diff)
downloadfluxbox-866d68d87fd02140ee9a71b2368f26edbafbfdea.zip
fluxbox-866d68d87fd02140ee9a71b2368f26edbafbfdea.tar.bz2
update
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index efeb8f7..d12d8fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,18 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.1.11: 2Changes for 0.1.11:
3*02/08/18:
4 * Added FbTk::EventHandler, a generic eventhandler
5 * Changed FbTk::SignalHandler to use FbTk::EventHandler with FbTk::SignalEvent
6 * Moved some functions from BaseDisplay to Fluxbox, and
7 made BaseDisplay singleton type with FbTk::EventHandler<XEvent>
8
9*02/08/16:
10 * Minor cleaning in Window.cc
3*02/08/14: 11*02/08/14:
4 * Added class SignalHandler (SignalHandler.hh/cc) which should 12 * Added class SignalHandler (SignalHandler.hh/cc) which should
5 take care of any system signals 13 take care of any system signals
14 * Change FbAtoms in to a singleton
15 * Changed expandFilename to use std::string
6*02/08/12: 16*02/08/12:
7 * The window menu now popups in iconbar when you right click on the icon. 17 * The window menu now popups in iconbar when you right click on the icon.
8 * Fixed bug [ 574717 ] restaring fluxbox should keep iconic. 18 * Fixed bug [ 574717 ] restaring fluxbox should keep iconic.