aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 18f37266c1..40ba1fca0d 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,10 @@
2000-02-13 Matt Loper <matt@helixcode.com>
+ * html-stream.c (html_stream_new): Second param of gtk_html_begin
+ should be "", not NULL.
+ (html_stream_new): gtk_html_parse() is deprecated, so the call was
+ removed.
+
* html-stream.h: HTMLStreamClass's parent changed to
CamelStreamClass, not CamelStream.