diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-07-17 04:45:56 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-07-17 04:45:56 +0800 |
commit | 1dea5ca33880b87d3d0be94867755aa69707a627 (patch) | |
tree | c686decae5f0d06c2d906563d9f74d92d0c6fa3c /composer/ChangeLog | |
parent | b83ddf044ce11b4c52996f7827d843465ad5659b (diff) | |
download | gsoc2013-evolution-1dea5ca33880b87d3d0be94867755aa69707a627.tar.gz gsoc2013-evolution-1dea5ca33880b87d3d0be94867755aa69707a627.tar.zst gsoc2013-evolution-1dea5ca33880b87d3d0be94867755aa69707a627.zip |
don't set the rawtext bit anymore.
2003-07-16 Jeffrey Stedfast <fejj@ximian.com>
* e-msg-composer-attachment-bar.c (attach_to_multipart): don't set
the rawtext bit anymore.
* e-msg-composer.c (build_message): Convert the plain part's
content stream from UTF-8 to whatever charset we want.
2003-07-16 Jeffrey Stedfast <fejj@ximian.com>
* e-msg-composer-attachment-bar.c (popup_menu_event): Fix warnings
and other breakage introduced by Maxx.
svn path=/trunk/; revision=21843
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 529a2b800e..678e960a81 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,16 @@ +2003-07-16 Jeffrey Stedfast <fejj@ximian.com> + + * e-msg-composer-attachment-bar.c (attach_to_multipart): don't set + the rawtext bit anymore. + + * e-msg-composer.c (build_message): Convert the plain part's + content stream from UTF-8 to whatever charset we want. + +2003-07-16 Jeffrey Stedfast <fejj@ximian.com> + + * e-msg-composer-attachment-bar.c (popup_menu_event): Fix warnings + and other breakage introduced by Maxx. + 2002-07-14 Maxx Cao <maxx.cao@sun.com> ** For bug #45826 |