diff options
author | Henrik Kinnunen <fluxgen@fluxbox.org> | 2008-09-18 20:27:16 (GMT) |
---|---|---|
committer | Henrik Kinnunen <fluxgen@fluxbox.org> | 2008-09-18 20:27:16 (GMT) |
commit | 2f4db57898920a3f17eaaa2586a39dad76d5c7e8 (patch) | |
tree | d107bebec3ddb8800970dfbc482c493d5e0187ab /ChangeLog | |
parent | e4d4717703b365bc14f189bf36b3edb1e4430b90 (diff) | |
download | fluxbox_pavel-2f4db57898920a3f17eaaa2586a39dad76d5c7e8.zip fluxbox_pavel-2f4db57898920a3f17eaaa2586a39dad76d5c7e8.tar.bz2 |
Changed workspace count signal in BScreen to use the new signal system.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 1.1.2: | 2 | Changes 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 | ||
4 | * Added new Signal/Slot system to FbTk (Henrik) | 7 | * Added new Signal/Slot system to FbTk (Henrik) |
5 | This is suppose to replace the obsolete Subject/Observer classes. | 8 | This is suppose to replace the obsolete Subject/Observer classes. |
6 | FbTk/Signal.hh, FbTk/Slot.hh, FbTk/MemFun.hh, tests/testSignals.cc | 9 | FbTk/Signal.hh, FbTk/Slot.hh, FbTk/MemFun.hh, tests/testSignals.cc |