summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2008-03-09 15:35:00 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2008-03-09 15:35:00 +0000
commit91176f564ae9462d50819f033756cb6e32b113ac (patch)
treeb6b4579ab02e37a570c8209510e85283563310fd /ChangeLog
parent9085123bab570e32ddec9dda6ecfae40a3ac25f1 (diff)
downloadmana-client-91176f564ae9462d50819f033756cb6e32b113ac.tar.gz
mana-client-91176f564ae9462d50819f033756cb6e32b113ac.tar.bz2
mana-client-91176f564ae9462d50819f033756cb6e32b113ac.tar.xz
mana-client-91176f564ae9462d50819f033756cb6e32b113ac.zip
Applied some patches by peavey related to chatlog and the quit dialog.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ce8d4331..fddcf3f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,16 @@
+2008-03-09 Philipp Sehmisch <tmw@crushnet.org>
+
+ * src/game.cpp: Pressing escape in the quit dialog closes the dialog.
+ (patch by peavey)
+ * src/gui/chat.cpp, src/gui/chat.h: Fixed a bug with chat messages
+ without a sender which include semicolons (patch by peavey).
+ * src/chat.cpp: Added "/clear" command to clear chat window
+ (patch by peavey).
+
2008-03-08 Philipp Sehmisch <tmw@crushnet.org>
* tools/tmxcopy/main.cpp, tools/tmxcopy/main.map.cpp,
- tools/tmxcopy/plibutils.cpp: Fixed some width/height mixups in
+ tools/tmxcopy/zlibutils.cpp: Fixed some width/height mixups in
TMXCopy.
2008-03-07 Bjørn Lindeijer <bjorn@lindeijer.nl>