summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2008-05-30 14:56:32 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2008-05-30 14:56:32 +0000
commitd4e8401e55c7bc3f5c8545b66167e8c3bf3cd380 (patch)
tree812b13a931912f0d882e8c142444f92c974cdf03 /ChangeLog
parent9f31058dbe774d84139c77332a6443151b66f5e6 (diff)
downloadmana-client-d4e8401e55c7bc3f5c8545b66167e8c3bf3cd380.tar.gz
mana-client-d4e8401e55c7bc3f5c8545b66167e8c3bf3cd380.tar.bz2
mana-client-d4e8401e55c7bc3f5c8545b66167e8c3bf3cd380.tar.xz
mana-client-d4e8401e55c7bc3f5c8545b66167e8c3bf3cd380.zip
Fixed handling of announce messages and private messages. Don't cut off the
last character from pm recipient's name. Got rid of old eAthena code (patch by rodge).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b44d0185..add6d288 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-05-30 Roderic Morris <roderic@ccs.neu.edu>
+
+ * src/gui/chat.cpp, src/net/chathandler.cpp: Fixed handling of
+ announce messages and private messages. Don't cut off the last
+ character from pm recipient's name. Got rid of old eAthena code.
+
2008-05-22 Roderic Morris <roderic@ccs.neu.edu>
* src/gui/widgets/tab.cpp, src/utils/sha256.cpp: Fix compile errors