aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index d5dcd9d896..af7b74ab6c 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,6 +1,15 @@
2000-04-27 Dan Winship <danw@helixcode.com>
- * mail-format.c (text_to_html): Improve URL converstion code.
+ * mail-format.c: Move text_to_html to e-util.
+
+ * mail-ops.c (send_to_url): New routine. Thin wrapper for
+ e_msg_composer_new_from_url.
+
+ * mail-display.c (on_link_clicked): print a warning for news or
+ nntp URLs (which we'll deal with some day), and call send_to_url
+ for mailto URLs.
+
+ * mail-format.c (text_to_html): Improve URL conversion code.
Recognize https, recognize "www\..*" without a prefixed "http://".
Properly escape &, <, >, etc in URL strings. Don't be fooled by
"mailto:", "http://", etc with no following data.