aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 2e4e787518..b7afba2070 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,11 @@
2000-04-21 Dan Winship <danw@helixcode.com>
+ * mail-display.c (on_url_requested): deal with cid: URLs.
+ (find_cid): helper routine for above. (This could be much better.)
+ (mail_display_init): connect url_requested signal
+
+ * mail-format.c (handle_multipart_related): Make this work.
+
* mail-display.c (mail_display_set_message): ref the message we
display, since we're going to unref it when we remove it. Fixes a
bug that showed up with the new camel code, but it's not obvious