diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-01-11 05:05:13 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-01-11 05:05:13 +0800 |
commit | 010506f0f236c4d17d417a573483dafa67e7b8f1 (patch) | |
tree | 1830988c59d5b7c8ad8b3366d273ae8ca0cf0a90 /composer/ChangeLog | |
parent | df05e2ae7e988860ebc15c3bf0dbf62bdde01dd6 (diff) | |
download | gsoc2013-evolution-010506f0f236c4d17d417a573483dafa67e7b8f1.tar gsoc2013-evolution-010506f0f236c4d17d417a573483dafa67e7b8f1.tar.gz gsoc2013-evolution-010506f0f236c4d17d417a573483dafa67e7b8f1.tar.bz2 gsoc2013-evolution-010506f0f236c4d17d417a573483dafa67e7b8f1.tar.lz gsoc2013-evolution-010506f0f236c4d17d417a573483dafa67e7b8f1.tar.xz gsoc2013-evolution-010506f0f236c4d17d417a573483dafa67e7b8f1.tar.zst gsoc2013-evolution-010506f0f236c4d17d417a573483dafa67e7b8f1.zip |
Rewrote to use CamelStreams and also convert the file contents to UTF-8
2002-01-10 Jeffrey Stedfast <fejj@ximian.com>
* e-msg-composer.c (get_file_content): Rewrote to use CamelStreams
and also convert the file contents to UTF-8 (assums the file
charset is the same charset that the composer is set to).
(menu_file_insert_file_cb): Pass the composer into
get_file_content().
(e_msg_composer_get_sig_file_content): Pass NULL as the composer
argument.
svn path=/trunk/; revision=15286
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index b0b891e5e9..3472df06aa 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,13 @@ +2002-01-10 Jeffrey Stedfast <fejj@ximian.com> + + * e-msg-composer.c (get_file_content): Rewrote to use CamelStreams + and also convert the file contents to UTF-8 (assums the file + charset is the same charset that the composer is set to). + (menu_file_insert_file_cb): Pass the composer into + get_file_content(). + (e_msg_composer_get_sig_file_content): Pass NULL as the composer + argument. + 2002-01-09 Jeffrey Stedfast <fejj@ximian.com> * e-msg-composer.c (class_init): Fixed the setup of the |