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 --- calendar/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 4eacedf2b2..ded9f6d2d7 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,9 @@ +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 JP Rosevear * gui/dialogs/comp-editor.c (print_cmd): print menu command @@ -22,6 +28,7 @@ * gui/dialogs/send-comp.c (send_component_dialog): remove useless assignment +>>>>>>> 1.910 2001-06-20 Rodrigo Moya * idl/evolution-calendar.idl: added getFreeBusy method -- cgit