aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d08bfc2..a888269 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
1 (Format: Year/Month/Day) 1 (Format: Year/Month/Day)
2Changes for 1.1.2 2Changes for 1.1.2
3*08/09/18: 3*08/09/18:
4 * Changed workspace count signal in BScreen to use the new signal
5 system. (Henrik)
6 Screen.cc/hh, SendToMenu.cc/hh, fluxbox.hh/cc, WorkspaceMenu.cc/hh
7 * Added new Signal/Slot system to FbTk (Henrik)
8 This is suppose to replace the obsolete Subject/Observer classes.
9 FbTk/Signal.hh, FbTk/Slot.hh, FbTk/MemFun.hh, tests/testSignals.cc
4 * Fix crash when using SetTitleDialog on a window that's been closed (Mark) 10 * Fix crash when using SetTitleDialog on a window that's been closed (Mark)
5 CurrentWindowCmd.cc 11 CurrentWindowCmd.cc
6----------------------------- 12-----------------------------