aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-04-21 13:12:05 +0800
committerDan Winship <danw@src.gnome.org>2000-04-21 13:12:05 +0800
commit8ff61b81c5771badd0a695b8fab9b27a09570882 (patch)
treea46550a82e731cfe7ea31fa2b7c4280dae619011 /mail/ChangeLog
parentdc1d13533cb4762c7aa4b6c93b3d8801e2f4919e (diff)
downloadgsoc2013-evolution-8ff61b81c5771badd0a695b8fab9b27a09570882.tar
gsoc2013-evolution-8ff61b81c5771badd0a695b8fab9b27a09570882.tar.gz
gsoc2013-evolution-8ff61b81c5771badd0a695b8fab9b27a09570882.tar.bz2
gsoc2013-evolution-8ff61b81c5771badd0a695b8fab9b27a09570882.tar.lz
gsoc2013-evolution-8ff61b81c5771badd0a695b8fab9b27a09570882.tar.xz
gsoc2013-evolution-8ff61b81c5771badd0a695b8fab9b27a09570882.tar.zst
gsoc2013-evolution-8ff61b81c5771badd0a695b8fab9b27a09570882.zip
deal with cid: URLs. (find_cid): helper routine for above. (This could be
* 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. svn path=/trunk/; revision=2542
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