From 936f363f4fb199da202d9c3e07a68ee369536fb4 Mon Sep 17 00:00:00 2001 From: Jon Trowbridge Date: Sun, 9 Sep 2001 04:10:54 +0000 Subject: Originally was corba_recipientlist_to_glist. (impl_Composer_set_headers): 2001-09-08 Jon Trowbridge * evolution-composer.c (corba_recipientlist_to_destv): Originally was corba_recipientlist_to_glist. (impl_Composer_set_headers): Use corba_recipientlist_to_destv, new destination-based api. * e-msg-composer.c (build_message): Get rid of that 'sending' stuff. That was a bad idea. (e_msg_composer_new_with_message): Apply the revised api and work with vectors of destinations rather than just lists. (e_msg_composer_get_recipients): Added. Returns the full set of recipient destinations in a vector. * e-msg-composer-hdrs.c: Removed free_destv function. We use e_destination_freev instead. (e_msg_composer_hdrs_get_to): Changed to return a vector of EDestinations. This function now works. (e_msg_composer_hdrs_get_cc): Ditto. (e_msg_composer_hdrs_get_bcc): Ditto. (e_msg_composer_hdrs_get_recipients): Added. Returns a vector of EDestinations that is the union of the to, cc and bcc lines. (e_msg_composer_hdrs_set_to): Changed to take a vector of EDestinations, rather than a GList. (e_msg_composer_hdrs_set_cc): Ditto. (e_msg_composer_hdrs_set_bcc): Ditto. (e_msg_composer_hdrs_to_message): Use our new, improved API, rather than a bunch of poking around in BonoboPropertyBags, etc. svn path=/trunk/; revision=12711 --- composer/ChangeLog | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'composer/ChangeLog') diff --git a/composer/ChangeLog b/composer/ChangeLog index ebc10d7f6f..840d286115 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,32 @@ +2001-09-08 Jon Trowbridge + + * evolution-composer.c (corba_recipientlist_to_destv): Originally + was corba_recipientlist_to_glist. + (impl_Composer_set_headers): Use corba_recipientlist_to_destv, new + destination-based api. + + * e-msg-composer.c (build_message): Get rid of that 'sending' + stuff. That was a bad idea. + (e_msg_composer_new_with_message): Apply the revised api and work + with vectors of destinations rather than just lists. + (e_msg_composer_get_recipients): Added. Returns the full set of + recipient destinations in a vector. + + * e-msg-composer-hdrs.c: Removed free_destv function. We use + e_destination_freev instead. + (e_msg_composer_hdrs_get_to): Changed to return a vector of + EDestinations. This function now works. + (e_msg_composer_hdrs_get_cc): Ditto. + (e_msg_composer_hdrs_get_bcc): Ditto. + (e_msg_composer_hdrs_get_recipients): Added. Returns a vector of + EDestinations that is the union of the to, cc and bcc lines. + (e_msg_composer_hdrs_set_to): Changed to take a vector of + EDestinations, rather than a GList. + (e_msg_composer_hdrs_set_cc): Ditto. + (e_msg_composer_hdrs_set_bcc): Ditto. + (e_msg_composer_hdrs_to_message): Use our new, improved API, rather + than a bunch of poking around in BonoboPropertyBags, etc. + 2001-09-07 Dan Winship * e-msg-composer-hdrs.c (set_recipients_from_destv): Remove some -- cgit v1.2.3