aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-04-28 03:03:54 +0800
committerDan Winship <danw@src.gnome.org>2000-04-28 03:03:54 +0800
commit397a851038f09c2a40ac70f8dbf04308622c2c02 (patch)
tree3ebae9bed4ffc72c9a40764a07b2d545da268d9b /mail/ChangeLog
parentb9d26cb85f496552e4eb6cbd9834cf33e29e9e95 (diff)
downloadgsoc2013-evolution-397a851038f09c2a40ac70f8dbf04308622c2c02.tar
gsoc2013-evolution-397a851038f09c2a40ac70f8dbf04308622c2c02.tar.gz
gsoc2013-evolution-397a851038f09c2a40ac70f8dbf04308622c2c02.tar.bz2
gsoc2013-evolution-397a851038f09c2a40ac70f8dbf04308622c2c02.tar.lz
gsoc2013-evolution-397a851038f09c2a40ac70f8dbf04308622c2c02.tar.xz
gsoc2013-evolution-397a851038f09c2a40ac70f8dbf04308622c2c02.tar.zst
gsoc2013-evolution-397a851038f09c2a40ac70f8dbf04308622c2c02.zip
Move text_to_html to e-util.
* 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. svn path=/trunk/; revision=2664
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.