diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-01-18 07:32:07 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-01-18 07:32:07 +0800 |
commit | f4a030d2fa7f74ff382996c15d15b5e2b6f2fb29 (patch) | |
tree | 07cd469fcbfacc6a4a282dfa00307afaf801bca9 /composer/ChangeLog | |
parent | 99df61da47d51dcad35ec965be2b9acae491c8fa (diff) | |
download | gsoc2013-evolution-f4a030d2fa7f74ff382996c15d15b5e2b6f2fb29.tar gsoc2013-evolution-f4a030d2fa7f74ff382996c15d15b5e2b6f2fb29.tar.gz gsoc2013-evolution-f4a030d2fa7f74ff382996c15d15b5e2b6f2fb29.tar.bz2 gsoc2013-evolution-f4a030d2fa7f74ff382996c15d15b5e2b6f2fb29.tar.lz gsoc2013-evolution-f4a030d2fa7f74ff382996c15d15b5e2b6f2fb29.tar.xz gsoc2013-evolution-f4a030d2fa7f74ff382996c15d15b5e2b6f2fb29.tar.zst gsoc2013-evolution-f4a030d2fa7f74ff382996c15d15b5e2b6f2fb29.zip |
Updated to use EAccountList and iterators. (evolution_composer_init):
2003-01-17 Jeffrey Stedfast <fejj@ximian.com>
* evolution-composer.c (impl_Composer_set_headers): Updated to use
EAccountList and iterators.
(evolution_composer_init): Updated to use EAccount.
* e-msg-composer.c (from_changed_cb): Updated to use the EAccount
object.
(e_msg_composer_new_with_message): Same.
(e_msg_composer_get_preferred_account): Updated to return an
EAccount object.
(set_editor_signature): Updated to use an EAccountIdentity pointer.
(get_signature_html): Same.
* e-msg-composer-hdrs.c (create_from_optionmenu): Updated to use
EAccount and EAccountList foo.
(destroy): Same here.
(e_msg_composer_hdrs_set_from_account): Here too.
(e_msg_composer_hdrs_get_from): Updated.
svn path=/trunk/; revision=19511
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index 670bd82651..3fa2714345 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,23 @@ +2003-01-17 Jeffrey Stedfast <fejj@ximian.com> + + * evolution-composer.c (impl_Composer_set_headers): Updated to use + EAccountList and iterators. + (evolution_composer_init): Updated to use EAccount. + + * e-msg-composer.c (from_changed_cb): Updated to use the EAccount + object. + (e_msg_composer_new_with_message): Same. + (e_msg_composer_get_preferred_account): Updated to return an + EAccount object. + (set_editor_signature): Updated to use an EAccountIdentity pointer. + (get_signature_html): Same. + + * e-msg-composer-hdrs.c (create_from_optionmenu): Updated to use + EAccount and EAccountList foo. + (destroy): Same here. + (e_msg_composer_hdrs_set_from_account): Here too. + (e_msg_composer_hdrs_get_from): Updated. + 2003-01-16 Jeffrey Stedfast <fejj@ximian.com> * e-msg-composer.c (signature_cb): mail_config_get_signature_list |