diff options
author | Matthew Loper <mloper@src.gnome.org> | 2000-02-08 06:42:41 +0800 |
---|---|---|
committer | Matthew Loper <mloper@src.gnome.org> | 2000-02-08 06:42:41 +0800 |
commit | 1779bc381707699d1ef5842708ee71fd24e867d8 (patch) | |
tree | ce33df7b937b0c37a11e90985c38219da7654843 /ChangeLog | |
parent | 831bc265cc6903991facbb910a205fd6e3c96c69 (diff) | |
download | gsoc2013-evolution-1779bc381707699d1ef5842708ee71fd24e867d8.tar.gz gsoc2013-evolution-1779bc381707699d1ef5842708ee71fd24e867d8.tar.zst gsoc2013-evolution-1779bc381707699d1ef5842708ee71fd24e867d8.zip |
+ * 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
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2000-02-07 Matt Loper <matt.loper@splashtech.com> + + * 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 <damon@helixcode.com> * widgets/shortcut-bar/e-group-bar.c (e_group_bar_draw): finished. |