diff options
author | Chris Toshok <toshok@ximian.com> | 2004-04-10 01:31:24 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2004-04-10 01:31:24 +0800 |
commit | cb3a5cdddc4c5c5b1501367a9ec09ade8f8e5467 (patch) | |
tree | bb72f30ebdabe0feab99f598c3a9b09ab1578683 /composer/ChangeLog | |
parent | 16b7fae670745f3dc7b8858e50dc08f7778f5b09 (diff) | |
download | gsoc2013-evolution-cb3a5cdddc4c5c5b1501367a9ec09ade8f8e5467.tar gsoc2013-evolution-cb3a5cdddc4c5c5b1501367a9ec09ade8f8e5467.tar.gz gsoc2013-evolution-cb3a5cdddc4c5c5b1501367a9ec09ade8f8e5467.tar.bz2 gsoc2013-evolution-cb3a5cdddc4c5c5b1501367a9ec09ade8f8e5467.tar.lz gsoc2013-evolution-cb3a5cdddc4c5c5b1501367a9ec09ade8f8e5467.tar.xz gsoc2013-evolution-cb3a5cdddc4c5c5b1501367a9ec09ade8f8e5467.tar.zst gsoc2013-evolution-cb3a5cdddc4c5c5b1501367a9ec09ade8f8e5467.zip |
EABDestination -> EDestination. (e_msg_composer_hdrs_to_message_internal):
2004-04-09 Chris Toshok <toshok@ximian.com>
* e-msg-composer-hdrs.c (set_recipients_from_destv):
EABDestination -> EDestination.
(e_msg_composer_hdrs_to_message_internal): same.
(e_msg_composer_hdrs_set_to): same.
(e_msg_composer_hdrs_set_cc): same.
(e_msg_composer_hdrs_set_bcc): same.
(e_msg_composer_hdrs_get_to): same.
(e_msg_composer_hdrs_get_cc): same.
(e_msg_composer_hdrs_get_bcc): same.
(e_msg_composer_hdrs_get_recipients): same.
* e-msg-composer-hdrs.h: convert prototypes such that
EABDestination -> EDestination.
* e-msg-composer.h: convert prototypes such that EABDestination ->
EDestination.
* e-msg-composer.c (destination_list_to_vector_sized): new
function, ripped from EABDestination, as this code is the only
consumer.
(destination_list_to_vector): same.
(update_auto_recipients): EABDestination -> EDestination.
(e_msg_composer_new_with_message): same.
(add_recipients): same.
(handle_mailto): same.
(e_msg_composer_set_headers): same.
(e_msg_composer_get_recipients): same.
(e_msg_composer_get_to): same.
(e_msg_composer_get_cc): same.
(e_msg_composer_get_bcc): same.
* evolution-composer.c (corba_recipientlist_to_destv):
EABDestination -> EDestination.
(impl_Composer_set_headers): same.
svn path=/trunk/; revision=25393
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index 115157c368..95dc50a7b0 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,40 @@ +2004-04-09 Chris Toshok <toshok@ximian.com> + + * e-msg-composer-hdrs.c (set_recipients_from_destv): + EABDestination -> EDestination. + (e_msg_composer_hdrs_to_message_internal): same. + (e_msg_composer_hdrs_set_to): same. + (e_msg_composer_hdrs_set_cc): same. + (e_msg_composer_hdrs_set_bcc): same. + (e_msg_composer_hdrs_get_to): same. + (e_msg_composer_hdrs_get_cc): same. + (e_msg_composer_hdrs_get_bcc): same. + (e_msg_composer_hdrs_get_recipients): same. + + * e-msg-composer-hdrs.h: convert prototypes such that + EABDestination -> EDestination. + + * e-msg-composer.h: convert prototypes such that EABDestination -> + EDestination. + + * e-msg-composer.c (destination_list_to_vector_sized): new + function, ripped from EABDestination, as this code is the only + consumer. + (destination_list_to_vector): same. + (update_auto_recipients): EABDestination -> EDestination. + (e_msg_composer_new_with_message): same. + (add_recipients): same. + (handle_mailto): same. + (e_msg_composer_set_headers): same. + (e_msg_composer_get_recipients): same. + (e_msg_composer_get_to): same. + (e_msg_composer_get_cc): same. + (e_msg_composer_get_bcc): same. + + * evolution-composer.c (corba_recipientlist_to_destv): + EABDestination -> EDestination. + (impl_Composer_set_headers): same. + 2004-04-07 Jeffrey Stedfast <fejj@ximian.com> * e-msg-composer.c (sig_select_item): Reversed the logic for |