summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2006-12-29 18:01:04 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2006-12-29 18:01:04 +0000
commit787f53c8dcd799161bd9a662dc2fe898f1708361 (patch)
treeea3ce2d55facc0e424febba40133b0424a33eb63 /ChangeLog
parentf50453791d237120f1ded69323fb914d6069f6be (diff)
downloadmana-client-787f53c8dcd799161bd9a662dc2fe898f1708361.tar.gz
mana-client-787f53c8dcd799161bd9a662dc2fe898f1708361.tar.bz2
mana-client-787f53c8dcd799161bd9a662dc2fe898f1708361.tar.xz
mana-client-787f53c8dcd799161bd9a662dc2fe898f1708361.zip
Fixed displaying of progress dialog.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 8 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 66586396..c5e01461 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,13 @@
+2006-12-29 Guillaume Melquiond <guillaume.melquiond@gmail.com>
+
+ * src/gui/connection.cpp: Fixed displaying of progress dialog.
+
2006-12-29 Philipp Sehmisch <tmw@crushnet.org>
- * src/localplayer.h, src/net/beinghandler.cpp, src/net/beinghandler.h,
- src/net/gameserver/player.cpp, src/net/gameserver/player.h,
- src/net/protocol.h:
- Implemented catching and displaying of damage notifications.
+ * src/localplayer.h, src/net/beinghandler.cpp, src/net/beinghandler.h,
+ src/net/gameserver/player.cpp, src/net/gameserver/player.h,
+ src/net/protocol.h: Implemented catching and displaying of damage
+ notifications.
2006-12-27 Philipp Sehmisch <tmw@crushnet.org>