From 90aba2dbfde59bd7b48d127a463e545a05301e76 Mon Sep 17 00:00:00 2001 From: Dave Camp Date: Wed, 20 Jun 2001 18:29:03 +0000 Subject: Changed attachData to accept a sequence of chars rather than a string. 2001-06-20 Dave Camp * Evolution-Composer.idl: Changed attachData to accept a sequence of chars rather than a string. * evolution-composer.c (impl_Composer_attach_data): Changed the 'data' argument to a GNOME_Evolution_Composer_AttachmentData, and pass data->_buffer and data->_length to camel_mime_part_set_content(). 2001-06-20 Dave Camp * gui/itip-utils.c (itip_send_comp): Changed attach_data to be a GNOME_Evolution_Composer_AttachmentData rather than a CORBA_char*. 2001-06-20 Dave Camp * backend/ebook/e-card.c (e_card_list_send): Changed attach_data to be a GNOME_Evolution_Composer_AttachmentData rather than a CORBA_char*. svn path=/trunk/; revision=10343 --- composer/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'composer/ChangeLog') diff --git a/composer/ChangeLog b/composer/ChangeLog index c3ee1af30c..d51f1e14b2 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,12 @@ +2001-06-20 Dave Camp + + * Evolution-Composer.idl: Changed attachData to accept a sequence of + chars rather than a string. + + * evolution-composer.c (impl_Composer_attach_data): Changed the 'data' + argument to a GNOME_Evolution_Composer_AttachmentData, and pass + data->_buffer and data->_length to camel_mime_part_set_content(). + 2001-06-19 JP Rosevear * evolution-composer.c (impl_Composer_send): send the message -- cgit v1.2.3