diff options
author | Matthew Loper <mloper@src.gnome.org> | 2000-02-09 16:36:29 +0800 |
---|---|---|
committer | Matthew Loper <mloper@src.gnome.org> | 2000-02-09 16:36:29 +0800 |
commit | a56ab5213877f040f31db0696a1a60bd066772ed (patch) | |
tree | 47c5f75549e2ec794bbd6c437a9032fccea0d65b /ChangeLog | |
parent | ca082de77aec8542e913e1ce374dd849f51a4a27 (diff) | |
download | gsoc2013-evolution-a56ab5213877f040f31db0696a1a60bd066772ed.tar gsoc2013-evolution-a56ab5213877f040f31db0696a1a60bd066772ed.tar.gz gsoc2013-evolution-a56ab5213877f040f31db0696a1a60bd066772ed.tar.bz2 gsoc2013-evolution-a56ab5213877f040f31db0696a1a60bd066772ed.tar.lz gsoc2013-evolution-a56ab5213877f040f31db0696a1a60bd066772ed.tar.xz gsoc2013-evolution-a56ab5213877f040f31db0696a1a60bd066772ed.tar.zst gsoc2013-evolution-a56ab5213877f040f31db0696a1a60bd066772ed.zip |
New file; shows a message in tree format, where multipart's have multiple
* tests/ui-tests/message-browser.c: New file; shows a message in
tree format, where multipart's have multiple leaves.
* camel/camel-formatter.c: Changed references from
'multipart/alternate' to 'multipart/alternative'.
svn path=/trunk/; revision=1700
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2000-02-08 Matt Loper <matt.loper@splashtech.com> + * tests/ui-tests/message-browser.c: New file; shows a message in + tree format, where multipart's have multiple leaves. + + * camel/camel-formatter.c: Changed references from + 'multipart/alternate' to 'multipart/alternative'. + * tests/test-formatter.c (convert_to_html_and_print): Use the buffer length of the stream to create strings which are then printed, rather than printing the stream (which might not have a |