From 66dc424c9c809c775e1491299bb2a8c97715865f Mon Sep 17 00:00:00 2001 From: Matthew Loper Date: Wed, 9 Feb 2000 00:48:28 +0000 Subject: + * 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 + trailing \0) directly. + + * camel/camel-formatter.c (str_tolower): New function; makes a + string lowercase. svn path=/trunk/; revision=1698 --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2745cd92fe..69ac056f74 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2000-02-08 Matt Loper + * 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 + trailing \0) directly. + + * camel/camel-formatter.c (str_tolower): New function; makes a + string lowercase. + * tests/test-formatter.c (convert_to_html_and_print): Fixed call to 'camel_formatter_mime_message_to_html' to contain correct params. -- cgit