diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-01-18 13:44:08 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-01-18 13:44:08 +0800 |
commit | f94261ab03b478c5d4ff859f6444ac4c23e21839 (patch) | |
tree | cfd60c8b71f11f91cc602702ff392db000097dc2 /composer/ChangeLog | |
parent | d3781819c3243711edc60d5fdaf24c8c88a62c23 (diff) | |
download | gsoc2013-evolution-f94261ab03b478c5d4ff859f6444ac4c23e21839.tar.gz gsoc2013-evolution-f94261ab03b478c5d4ff859f6444ac4c23e21839.tar.zst gsoc2013-evolution-f94261ab03b478c5d4ff859f6444ac4c23e21839.zip |
Updated to reflect changes to e_msg_composer_hdrs_get_from().
2001-01-18 Jeffrey Stedfast <fejj@ximian.com>
* e-msg-composer.c (build_message): Updated to reflect changes to
e_msg_composer_hdrs_get_from().
* e-msg-composer-hdrs.c (set_recipients): Don't do anymore utf8
conversions, the widget already does this (or should unless there
is brokenness).
(e_msg_composer_hdrs_get_from): Return a CamelInternetAddress like
we should.
(e_msg_composer_hdrs_to_message): Update to reflect changes made
the the above function.
svn path=/trunk/; revision=7614
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index 9f6bd3d726..cff16bc2d7 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,16 @@ +2001-01-18 Jeffrey Stedfast <fejj@ximian.com> + + * e-msg-composer.c (build_message): Updated to reflect changes to + e_msg_composer_hdrs_get_from(). + + * e-msg-composer-hdrs.c (set_recipients): Don't do anymore utf8 + conversions, the widget already does this (or should unless there + is brokenness). + (e_msg_composer_hdrs_get_from): Return a CamelInternetAddress like + we should. + (e_msg_composer_hdrs_to_message): Update to reflect changes made + the the above function. + 2001-01-12 Miguel de Icaza <miguel@gnu.org> * Makefile.am: Make the composer a standard library, not a libtool |