aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-04-28 01:18:55 +0800
committerDan Winship <danw@src.gnome.org>2000-04-28 01:18:55 +0800
commit61e58833c2a77ed4b3db33c598c804c7831c33ab (patch)
treea18d709e613892c835af92b41481a2195a45a5a6 /mail/ChangeLog
parent917d28e2dfdade1f8ec46122ec5e27c9409b2380 (diff)
downloadgsoc2013-evolution-61e58833c2a77ed4b3db33c598c804c7831c33ab.tar
gsoc2013-evolution-61e58833c2a77ed4b3db33c598c804c7831c33ab.tar.gz
gsoc2013-evolution-61e58833c2a77ed4b3db33c598c804c7831c33ab.tar.bz2
gsoc2013-evolution-61e58833c2a77ed4b3db33c598c804c7831c33ab.tar.lz
gsoc2013-evolution-61e58833c2a77ed4b3db33c598c804c7831c33ab.tar.xz
gsoc2013-evolution-61e58833c2a77ed4b3db33c598c804c7831c33ab.tar.zst
gsoc2013-evolution-61e58833c2a77ed4b3db33c598c804c7831c33ab.zip
Improve URL converstion code. Recognize https, recognize "www\..*" without
* mail-format.c (text_to_html): Improve URL converstion 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. svn path=/trunk/; revision=2660
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index b78f6d01ab..d5dcd9d896 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,10 @@
+2000-04-27 Dan Winship <danw@helixcode.com>
+
+ * mail-format.c (text_to_html): Improve URL converstion 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.
+
2000-04-26 Dan Winship <danw@helixcode.com>
* mail-format.c (text_to_html): Reorganize a bit and add a new