diff options
author | Not Zed <NotZed@Ximian.com> | 2004-09-27 11:35:18 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-09-27 11:35:18 +0800 |
commit | a03468d97f0aff1cdc2c4ef99e474d10e07df0c5 (patch) | |
tree | 3b6cde352c84e71dd6316f683d988391f8090f47 /mail/ChangeLog | |
parent | 2f751c1ba18a05f6acaf0dea495e259783ed55e7 (diff) | |
download | gsoc2013-evolution-a03468d97f0aff1cdc2c4ef99e474d10e07df0c5.tar.gz gsoc2013-evolution-a03468d97f0aff1cdc2c4ef99e474d10e07df0c5.tar.zst gsoc2013-evolution-a03468d97f0aff1cdc2c4ef99e474d10e07df0c5.zip |
** See bug #66706.
2004-09-24 Not Zed <NotZed@Ximian.com>
** See bug #66706.
* em-subscribe-editor.c: add a sequence number to EMSubscribe and
the subscribe_msg structures. NOOP if the sequence has changed in
all callbacks. up the sequence number when we refresh.
svn path=/trunk/; revision=27386
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 1d1bc0f896..8ea9c62be9 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,11 @@ +2004-09-24 Not Zed <NotZed@Ximian.com> + + ** See bug #66706. + + * em-subscribe-editor.c: add a sequence number to EMSubscribe and + the subscribe_msg structures. NOOP if the sequence has changed in + all callbacks. up the sequence number when we refresh. + 2004-09-20 Not Zed <NotZed@Ximian.com> ** See bug #65329. |