aboutsummaryrefslogtreecommitdiffstats
path: root/composer/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-08-14 00:30:35 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-08-14 00:30:35 +0800
commit3c7a8efeadf4c7ced34a16249d0876b6d09a3dbb (patch)
treee5292e5467acdaca8aa89b232d199e4fd0c81af1 /composer/ChangeLog
parenta8ef795eb902d073b6975529106de3dd830b32fc (diff)
downloadgsoc2013-evolution-3c7a8efeadf4c7ced34a16249d0876b6d09a3dbb.tar
gsoc2013-evolution-3c7a8efeadf4c7ced34a16249d0876b6d09a3dbb.tar.gz
gsoc2013-evolution-3c7a8efeadf4c7ced34a16249d0876b6d09a3dbb.tar.bz2
gsoc2013-evolution-3c7a8efeadf4c7ced34a16249d0876b6d09a3dbb.tar.lz
gsoc2013-evolution-3c7a8efeadf4c7ced34a16249d0876b6d09a3dbb.tar.xz
gsoc2013-evolution-3c7a8efeadf4c7ced34a16249d0876b6d09a3dbb.tar.zst
gsoc2013-evolution-3c7a8efeadf4c7ced34a16249d0876b6d09a3dbb.zip
This needs to use camel_data_wrapper_decode_to_stream() rather than
2003-08-13 Jeffrey Stedfast <fejj@ximian.com> * e-msg-composer-attachment-bar.c (update): This needs to use camel_data_wrapper_decode_to_stream() rather than write_to_stream(). Also simplify a bit - no sense looping to load the pixbuf data into the gdk-pixbuf loader 4K at a time when we have the whole thing in a memory buffer already. Once done, unref the stream instead of closing it so we don't leak. (attach_to_multipart): Use decode_to_stream(). * e-msg-composer-attachment.c (e_msg_composer_attachment_new): Avoid constructing thwe data-wrapper from the stream twice for message/rfc822 parts. svn path=/trunk/; revision=22213
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r--composer/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index 425bcfe462..6c183d7f46 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,3 +1,17 @@
+2003-08-13 Jeffrey Stedfast <fejj@ximian.com>
+
+ * e-msg-composer-attachment-bar.c (update): This needs to use
+ camel_data_wrapper_decode_to_stream() rather than
+ write_to_stream(). Also simplify a bit - no sense looping to load
+ the pixbuf data into the gdk-pixbuf loader 4K at a time when we
+ have the whole thing in a memory buffer already. Once done, unref
+ the stream instead of closing it so we don't leak.
+ (attach_to_multipart): Use decode_to_stream().
+
+ * e-msg-composer-attachment.c (e_msg_composer_attachment_new):
+ Avoid constructing thwe data-wrapper from the stream twice for
+ message/rfc822 parts.
+
2003-07-16 Jeffrey Stedfast <fejj@ximian.com>
* e-msg-composer-attachment-bar.c (attach_to_multipart): don't set