diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-12-17 05:54:34 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-12-17 05:54:34 +0800 |
commit | 9bc309a2f559996e370b140dfe7c40ef9d9965e0 (patch) | |
tree | 37067214c06f21091e9ae3ac9425497a28340bc7 /mail/ChangeLog | |
parent | 711982b8ecc41893a8de17d29c1a9436204c591b (diff) | |
download | gsoc2013-evolution-9bc309a2f559996e370b140dfe7c40ef9d9965e0.tar.gz gsoc2013-evolution-9bc309a2f559996e370b140dfe7c40ef9d9965e0.tar.zst gsoc2013-evolution-9bc309a2f559996e370b140dfe7c40ef9d9965e0.zip |
Wrap the content with a table so that text isn't fully left-justified.
2002-12-16 Jeffrey Stedfast <fejj@ximian.com>
* mail-format.c #define a STANDARD_ISSUE_TABLE_OPEN string used
for wrapping textual message parts to keep them being fully-left
justified.
(mail_format_raw_message): Wrap the content with a table so that
text isn't fully left-justified.
(write_hr): Use it here too.
(handle_text_plain): And finally here.
svn path=/trunk/; revision=19141
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index cf0bf9a72a..482dad554e 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,15 @@ 2002-12-16 Jeffrey Stedfast <fejj@ximian.com> + * mail-format.c #define a STANDARD_ISSUE_TABLE_OPEN string used + for wrapping textual message parts to keep them being fully-left + justified. + (mail_format_raw_message): Wrap the content with a table so that + text isn't fully left-justified. + (write_hr): Use it here too. + (handle_text_plain): And finally here. + +2002-12-16 Jeffrey Stedfast <fejj@ximian.com> + * mail-display.c (mail_error_printf): Use camel_text_to_html() instead of e_text_to_html(). (mail_text_write): Write the content directly to gtkhtml through |