diff options
author | Henrik Kinnunen <fluxgen@fluxbox.org> | 2008-09-18 20:31:00 (GMT) |
---|---|---|
committer | Henrik Kinnunen <fluxgen@fluxbox.org> | 2008-09-18 20:31:00 (GMT) |
commit | ab8b21d18c16d9956b34bbbd7be8858aa048e500 (patch) | |
tree | 56c9af54d7d55b5948c6c1e7706775d0399e919e /ChangeLog | |
parent | 2f4db57898920a3f17eaaa2586a39dad76d5c7e8 (diff) | |
parent | ea9f80399b4b0468b1c91acda3b5087b042e1673 (diff) | |
download | fluxbox_lack-ab8b21d18c16d9956b34bbbd7be8858aa048e500.zip fluxbox_lack-ab8b21d18c16d9956b34bbbd7be8858aa048e500.tar.bz2 |
Merge branch 'master' of fluxbox@git.fluxbox.org:fluxbox
Conflicts:
ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
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 | 4 | * Changed workspace count signal in BScreen to use the new signal |
5 | system. (Henrik) | 5 | system. (Henrik) |
@@ -7,6 +7,9 @@ Changes for 1.1.2: | |||
7 | * Added new Signal/Slot system to FbTk (Henrik) | 7 | * Added new Signal/Slot system to FbTk (Henrik) |
8 | This is suppose to replace the obsolete Subject/Observer classes. | 8 | This is suppose to replace the obsolete Subject/Observer classes. |
9 | 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 |
10 | * Fix crash when using SetTitleDialog on a window that's been closed (Mark) | ||
11 | CurrentWindowCmd.cc | ||
12 | ----------------------------- | ||
10 | Changes for 1.1.1 | 13 | Changes for 1.1.1 |
11 | *08/09/14: | 14 | *08/09/14: |
12 | * Fixed a minor pixmap resource leak (Henrik) | 15 | * Fixed a minor pixmap resource leak (Henrik) |