summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2007-10-26 00:22:12 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2007-10-26 00:22:12 +0000
commitdb8b740bfa402c929247efd954096fac7b72b2a3 (patch)
tree62164d11ad6ce852bb672298068b69f9b5b4de7e /ChangeLog
parent4f49eb94ddf9d2f0f3c59560c761188d101bd5f8 (diff)
downloadmana-client-db8b740bfa402c929247efd954096fac7b72b2a3.tar.gz
mana-client-db8b740bfa402c929247efd954096fac7b72b2a3.tar.bz2
mana-client-db8b740bfa402c929247efd954096fac7b72b2a3.tar.xz
mana-client-db8b740bfa402c929247efd954096fac7b72b2a3.zip
Added possibility of length limitation to browserbox and used it for the chatlog (length set by the config option "ChatLogLength").
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6cff0a18..e526e6df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
* src/gui/item_ammount.cpp: Item amount dialog is now skipped
when there is only one item on the stack.
+ * src/browserbox.cpp, src/browserbox.h, src/chat.h, src/main.cpp:
+ Added possibility of length limitation to browserbox and used it
+ for the chatlog (length set by the config option "ChatLogLength").
2007-10-24 Philipp Sehmisch <tmw@crushnet.org>