From 61e58833c2a77ed4b3db33c598c804c7831c33ab Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Thu, 27 Apr 2000 17:18:55 +0000 Subject: 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 --- mail/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'mail/ChangeLog') 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 + + * 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 * mail-format.c (text_to_html): Reorganize a bit and add a new -- cgit v1.2.3