aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorNorman Wang <zhichao.wang@sun.com>2008-12-22 11:11:09 +0800
committerJeff Cai <jeffcai@src.gnome.org>2008-12-22 11:11:09 +0800
commit324695cd77e3a654b24963dd6bc07c37f6f30644 (patch)
treec9d6bda3f63785e4967d83319a514346124c7527 /mail/ChangeLog
parent49c240bf7927400a2df5513c83f923814acd325f (diff)
downloadgsoc2013-evolution-324695cd77e3a654b24963dd6bc07c37f6f30644.tar
gsoc2013-evolution-324695cd77e3a654b24963dd6bc07c37f6f30644.tar.gz
gsoc2013-evolution-324695cd77e3a654b24963dd6bc07c37f6f30644.tar.bz2
gsoc2013-evolution-324695cd77e3a654b24963dd6bc07c37f6f30644.tar.lz
gsoc2013-evolution-324695cd77e3a654b24963dd6bc07c37f6f30644.tar.xz
gsoc2013-evolution-324695cd77e3a654b24963dd6bc07c37f6f30644.tar.zst
gsoc2013-evolution-324695cd77e3a654b24963dd6bc07c37f6f30644.zip
** Fix for bug #558337
2008-12-22 Norman Wang <zhichao.wang@sun.com> ** Fix for bug #558337 * mail/em-subscribe-editor.c: Create a wrapper class MailMsgListNode of _zsubscribe_msg message. The MailMsgListNode class is the subclass of EDListNode class. So the _zsubscribe_msg can be added into the EDList. svn path=/trunk/; revision=36922
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index f3be267b5b..b957caffa4 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,11 @@
+2008-12-22 Norman Wang <zhichao.wang@sun.com>
+
+ ** Fix for bug #558337
+
+ * mail/em-subscribe-editor.c: Create a wrapper class MailMsgListNode of
+ _zsubscribe_msg message. The MailMsgListNode class is the subclass of
+ EDListNode class. So the _zsubscribe_msg can be added into the EDList.
+
2008-12-16 Milan Crha <mcrha@redhat.com>
** Part of fix for bug #552583