From 1779bc381707699d1ef5842708ee71fd24e867d8 Mon Sep 17 00:00:00 2001 From: Matthew Loper Date: Mon, 7 Feb 2000 22:42:41 +0000 Subject: + * tests/test-formatter.c (print_usage_and_quit): New function, + which gives usage information. + + * camel/camel-formatter.c: made the 'stream' a member of the + CamelFormatter class, so that streams don't have to be explicitly + sent as a param where a CamelFormatter is also sent.. + (handle_text_plain): Use 'encode_entities' to change '<' to + '>', etc. svn path=/trunk/; revision=1687 --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 94b3670995..3c12067479 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2000-02-07 Matt Loper + + * tests/test-formatter.c (print_usage_and_quit): New function, + which gives usage information. + + * camel/camel-formatter.c: made the 'stream' a member of the + CamelFormatter class, so that streams don't have to be explicitly + sent as a param where a CamelFormatter is also sent.. + (handle_text_plain): Use 'encode_entities' to change '<' to + '>', etc. + 2000-02-07 Damon Chaplin * widgets/shortcut-bar/e-group-bar.c (e_group_bar_draw): finished. -- cgit