diff options
author | Dan Winship <danw@src.gnome.org> | 2000-07-15 05:13:47 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-07-15 05:13:47 +0800 |
commit | 6746c025d5cdb4cd8f49b7bc3e339aa956b3d7c9 (patch) | |
tree | 8c9ead56f7dd6a391292aef0a00a08fd0942f693 /mail/ChangeLog | |
parent | 057b88f12e58b1a5a969b6ac7af592b1a93e5dcc (diff) | |
download | gsoc2013-evolution-6746c025d5cdb4cd8f49b7bc3e339aa956b3d7c9.tar gsoc2013-evolution-6746c025d5cdb4cd8f49b7bc3e339aa956b3d7c9.tar.gz gsoc2013-evolution-6746c025d5cdb4cd8f49b7bc3e339aa956b3d7c9.tar.bz2 gsoc2013-evolution-6746c025d5cdb4cd8f49b7bc3e339aa956b3d7c9.tar.lz gsoc2013-evolution-6746c025d5cdb4cd8f49b7bc3e339aa956b3d7c9.tar.xz gsoc2013-evolution-6746c025d5cdb4cd8f49b7bc3e339aa956b3d7c9.tar.zst gsoc2013-evolution-6746c025d5cdb4cd8f49b7bc3e339aa956b3d7c9.zip |
put a <p> at the end of the header table. (I think there used to be
* mail-format.c (write_headers): put a <p> at the end of the
header table. (I think there used to be whitespace after it, but
then some gtkhtml change got rid of it...)
(handle_text_plain): Don't do this <PRE>. Instead, CONVERT_NL and
CONVERT_SPACES and wrap it in <TT>. Now if the sender didn't
include any newlines, it will be wrapped to the width of the
window instead of extending off into infinity.
svn path=/trunk/; revision=4168
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 2a1566da89..5552d4ad47 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,13 @@ +2000-07-14 Dan Winship <danw@helixcode.com> + + * mail-format.c (write_headers): put a <p> at the end of the + header table. (I think there used to be whitespace after it, but + then some gtkhtml change got rid of it...) + (handle_text_plain): Don't do this <PRE>. Instead, CONVERT_NL and + CONVERT_SPACES and wrap it in <TT>. Now if the sender didn't + include any newlines, it will be wrapped to the width of the + window instead of extending off into infinity. + 2000-07-13 Dan Winship <danw@helixcode.com> * message-list.c (message_list_destroy): Only unref the folder if |