aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatthew Loper <mloper@src.gnome.org>2000-02-08 06:42:41 +0800
committerMatthew Loper <mloper@src.gnome.org>2000-02-08 06:42:41 +0800
commit1779bc381707699d1ef5842708ee71fd24e867d8 (patch)
treece33df7b937b0c37a11e90985c38219da7654843 /ChangeLog
parent831bc265cc6903991facbb910a205fd6e3c96c69 (diff)
downloadgsoc2013-evolution-1779bc381707699d1ef5842708ee71fd24e867d8.tar
gsoc2013-evolution-1779bc381707699d1ef5842708ee71fd24e867d8.tar.gz
gsoc2013-evolution-1779bc381707699d1ef5842708ee71fd24e867d8.tar.bz2
gsoc2013-evolution-1779bc381707699d1ef5842708ee71fd24e867d8.tar.lz
gsoc2013-evolution-1779bc381707699d1ef5842708ee71fd24e867d8.tar.xz
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 + '&gt;', etc. svn path=/trunk/; revision=1687
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 94b3670995..3c12067479 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
+ '&gt;', etc.
+
2000-02-07 Damon Chaplin <damon@helixcode.com>
* widgets/shortcut-bar/e-group-bar.c (e_group_bar_draw): finished.