diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-12-08 04:25:04 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-12-08 04:25:04 +0800 |
commit | d0053fd3c738f9f532a4207d6b29d24c57c46203 (patch) | |
tree | fee37738ab44874e88b59e56b7ffafbb3c399d58 /mail/ChangeLog | |
parent | 18912c528b4b4d11fbfb091a1ee5bded1acfa755 (diff) | |
download | gsoc2013-evolution-d0053fd3c738f9f532a4207d6b29d24c57c46203.tar gsoc2013-evolution-d0053fd3c738f9f532a4207d6b29d24c57c46203.tar.gz gsoc2013-evolution-d0053fd3c738f9f532a4207d6b29d24c57c46203.tar.bz2 gsoc2013-evolution-d0053fd3c738f9f532a4207d6b29d24c57c46203.tar.lz gsoc2013-evolution-d0053fd3c738f9f532a4207d6b29d24c57c46203.tar.xz gsoc2013-evolution-d0053fd3c738f9f532a4207d6b29d24c57c46203.tar.zst gsoc2013-evolution-d0053fd3c738f9f532a4207d6b29d24c57c46203.zip |
Check that the mail-display hasn't been destroyed.
2001-12-04 Jeffrey Stedfast <fejj@ximian.com>
* mail-display.c (stream_write_or_redisplay_when_loaded): Check
that the mail-display hasn't been destroyed.
(mail_display_redisplay): Same here.
2001-12-07 Dan Winship <danw@ximian.com>
* mail-send-recv.c (receive_update_got_store): If updating a store
that we don't have an associated storage for, just request a
folder tree and then free it. (For the Connector)
* mail-callbacks.h: Add missing part of Jeff's 12-03 patch so this
actually compiles.
svn path=/trunk/; revision=14938
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 5a6efc7742..f0c521d76f 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,18 @@ +2001-12-04 Jeffrey Stedfast <fejj@ximian.com> + + * mail-display.c (stream_write_or_redisplay_when_loaded): Check + that the mail-display hasn't been destroyed. + (mail_display_redisplay): Same here. + +2001-12-07 Dan Winship <danw@ximian.com> + + * mail-send-recv.c (receive_update_got_store): If updating a store + that we don't have an associated storage for, just request a + folder tree and then free it. (For the Connector) + + * mail-callbacks.h: Add missing part of Jeff's 12-03 patch so this + actually compiles. + 2001-12-06 Jeffrey Stedfast <fejj@ximian.com> * mail-ops.c (mail_send_message): s/PREVIEW_RELEASE/VERSION_COMMENT |