summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBjörn Steinbrink <B.Steinbrink@gmx.de>2005-08-25 13:31:21 +0000
committerBjörn Steinbrink <B.Steinbrink@gmx.de>2005-08-25 13:31:21 +0000
commitf441b9594d7ccc0f05e6f4aa1bd58486e4de5fb9 (patch)
tree19ce787ab06f62f44bcc441d8a3d0eba08e49723 /ChangeLog
parent789b89cd6a0054b8415ed530d2e5da95f23b1f03 (diff)
downloadmana-client-f441b9594d7ccc0f05e6f4aa1bd58486e4de5fb9.tar.gz
mana-client-f441b9594d7ccc0f05e6f4aa1bd58486e4de5fb9.tar.bz2
mana-client-f441b9594d7ccc0f05e6f4aa1bd58486e4de5fb9.tar.xz
mana-client-f441b9594d7ccc0f05e6f4aa1bd58486e4de5fb9.zip
Added a new container type, a tabbed container.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 697c62f3..a12eedb9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2005-08-25 Björn Steinbrink <B.Steinbrink@gmx.de>
+ * src/gui/tabbedcontainer.cpp, src/gui/tabbedcontainer.h: Added a new
+ container type, that allows switching between the contents through a tab
+ bar at the top of the container.
* ChangeLog: Fixed intendation and line length.
* docs/HACKING.txt: Added a notice about line length in ChangeLog and an
example for the ChangeLog format.