diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-06-30 23:36:30 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-06-30 23:36:30 +0800 |
commit | da6b6ab5b12b9cec8e6a55c8afde1a124745516e (patch) | |
tree | b944cad541677871d2a0ba14220cdc09acfe5024 /composer/ChangeLog | |
parent | 23a2899b7506119eedda909b383ecd6045683237 (diff) | |
download | gsoc2013-evolution-da6b6ab5b12b9cec8e6a55c8afde1a124745516e.tar.gz gsoc2013-evolution-da6b6ab5b12b9cec8e6a55c8afde1a124745516e.tar.zst gsoc2013-evolution-da6b6ab5b12b9cec8e6a55c8afde1a124745516e.zip |
Set the rawtext bits for the 'plain' and 'html' data wrappers to FALSE.
2003-06-27 Jeffrey Stedfast <fejj@ximian.com>
* e-msg-composer.c (build_message): Set the rawtext bits for the
'plain' and 'html' data wrappers to FALSE.
svn path=/trunk/; revision=21695
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index 7edd73d358..d1e9f289eb 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,8 @@ +2003-06-27 Jeffrey Stedfast <fejj@ximian.com> + + * e-msg-composer.c (build_message): Set the rawtext bits for the + 'plain' and 'html' data wrappers to FALSE. + 2003-06-19 Larry Ewing <lewing@ximian.com> * listener.c (insert_paragraph_after): free the return value. |