aboutsummaryrefslogtreecommitdiffstats
path: root/composer/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-04-27 04:42:22 +0800
committerDan Winship <danw@src.gnome.org>2000-04-27 04:42:22 +0800
commit2409d71026645028f49bfd0f745e93346cc17450 (patch)
tree99f977c1c2736e3a76660441674b515e5fcaf4c0 /composer/ChangeLog
parente751baaa7bfe2d7261e4501a8b79816dbaa3b488 (diff)
downloadgsoc2013-evolution-2409d71026645028f49bfd0f745e93346cc17450.tar
gsoc2013-evolution-2409d71026645028f49bfd0f745e93346cc17450.tar.gz
gsoc2013-evolution-2409d71026645028f49bfd0f745e93346cc17450.tar.bz2
gsoc2013-evolution-2409d71026645028f49bfd0f745e93346cc17450.tar.lz
gsoc2013-evolution-2409d71026645028f49bfd0f745e93346cc17450.tar.xz
gsoc2013-evolution-2409d71026645028f49bfd0f745e93346cc17450.tar.zst
gsoc2013-evolution-2409d71026645028f49bfd0f745e93346cc17450.zip
Update for camel_mime_part_set_content.
svn path=/trunk/; revision=2644
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r--composer/ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index 33aee5962c..2bf6f7e439 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,8 +1,10 @@
2000-04-26 Dan Winship <danw@helixcode.com>
* e-msg-composer-attachment-bar.c (attach_to_multipart): add a
- s/SIMPLE_// that notzed missed
- * e-msg-composer.c (build_message): remove a now-unused variable
+ s/SIMPLE_// that notzed missed. Update to use
+ camel_mime_part_set_content.
+ * e-msg-composer.c (build_message): remove a now-unused variable.
+ Update for camel_mime_part_set_content.
2000-04-26 NotZed <NotZed@HelixCode.com>