aboutsummaryrefslogtreecommitdiffstats
path: root/composer/ChangeLog
diff options
context:
space:
mode:
authorJon Trowbridge <trow@ximian.com>2001-09-09 12:10:54 +0800
committerJon Trowbridge <trow@src.gnome.org>2001-09-09 12:10:54 +0800
commit936f363f4fb199da202d9c3e07a68ee369536fb4 (patch)
tree732de024a37bf8c053f1e005bd5693bf38cd7e80 /composer/ChangeLog
parent91a2ff89c4ffe82aa07be175fb623b329d3d6a61 (diff)
downloadgsoc2013-evolution-936f363f4fb199da202d9c3e07a68ee369536fb4.tar
gsoc2013-evolution-936f363f4fb199da202d9c3e07a68ee369536fb4.tar.gz
gsoc2013-evolution-936f363f4fb199da202d9c3e07a68ee369536fb4.tar.bz2
gsoc2013-evolution-936f363f4fb199da202d9c3e07a68ee369536fb4.tar.lz
gsoc2013-evolution-936f363f4fb199da202d9c3e07a68ee369536fb4.tar.xz
gsoc2013-evolution-936f363f4fb199da202d9c3e07a68ee369536fb4.tar.zst
gsoc2013-evolution-936f363f4fb199da202d9c3e07a68ee369536fb4.zip
Originally was corba_recipientlist_to_glist. (impl_Composer_set_headers):
2001-09-08 Jon Trowbridge <trow@ximian.com> * 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
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r--composer/ChangeLog29
1 files changed, 29 insertions, 0 deletions
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 <trow@ximian.com>
+
+ * 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 <danw@ximian.com>
* e-msg-composer-hdrs.c (set_recipients_from_destv): Remove some