diff options
author | Matthew Loper <mloper@src.gnome.org> | 2000-01-22 00:20:01 +0800 |
---|---|---|
committer | Matthew Loper <mloper@src.gnome.org> | 2000-01-22 00:20:01 +0800 |
commit | fe547e35612befdaf9932c2be6421c1664306959 (patch) | |
tree | 106f37a1c6ed2a95470259761b2cc1888440270b /ChangeLog | |
parent | 6cfc31750daed7f502b3d0097892a70e9f134fdf (diff) | |
download | gsoc2013-evolution-fe547e35612befdaf9932c2be6421c1664306959.tar.gz gsoc2013-evolution-fe547e35612befdaf9932c2be6421c1664306959.tar.zst gsoc2013-evolution-fe547e35612befdaf9932c2be6421c1664306959.zip |
+ * camel/camel-formatter.c (camel_formatter_make_html): added a
+ CamelMimeMessage as a param to this function, and removed it as a
+ member of the object.
svn path=/trunk/; revision=1602
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2000-01-21 Matt Loper <matt@helixcode.com> + + * camel/camel-formatter.c (camel_formatter_make_html): added a + CamelMimeMessage as a param to this function, and removed it as a + member of the object. + 2000-01-21 Federico Mena Quintero <federico@helixcode.com> * configure.in (AC_OUTPUT): Added libversit/Makefile and @@ -5,7 +11,7 @@ * Makefile.am (SUBDIRS): Added libversit and calendar. -2000-01-20 Matt Loper <matt.loper@splashtech.com> +2000-01-20 Matt Loper <matt@helixcode.com> * camel/camel-formatter.c, camel/camel-formatter.h: New files. You'll be able to use a CamelFormatter to get |