diff options
author | Matthew Loper <mloper@src.gnome.org> | 2000-02-02 13:27:27 +0800 |
---|---|---|
committer | Matthew Loper <mloper@src.gnome.org> | 2000-02-02 13:27:27 +0800 |
commit | 0715f576a87349732786f1a2a76c35ac7ceff9ff (patch) | |
tree | 8d0dff3aec3b9f10e12ef2fd7fc481536b7162f0 /ChangeLog | |
parent | c499722cef56ddd2ebfd8d2ff2c6c21c8918a9b0 (diff) | |
download | gsoc2013-evolution-0715f576a87349732786f1a2a76c35ac7ceff9ff.tar.gz gsoc2013-evolution-0715f576a87349732786f1a2a76c35ac7ceff9ff.tar.zst gsoc2013-evolution-0715f576a87349732786f1a2a76c35ac7ceff9ff.zip |
+ * tests/test-formatter.c: New file; intended to test the
+ CamelFormatter class.
+
+ * camel/camel-formatter.c: Lots of cleanup, commenting, some new
+ functions, and a really basic skeleton for getting bonobo objects
+ into the html.
+ (encode_entities): New function, stolen from Daniel Velliard.
svn path=/trunk/; revision=1660
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2000-02-02 Matt Loper <matt.loper@splashtech.com> + + * tests/test-formatter.c: New file; intended to test the + CamelFormatter class. + + * camel/camel-formatter.c: Lots of cleanup, commenting, some new + functions, and a really basic skeleton for getting bonobo objects + into the html. + (encode_entities): New function, stolen from Daniel Velliard. + 2000-01-28 Christopher James Lahey <clahey@helixcode.com> * addressbook/printing/e-contact-print-style-editor.h, |