diff options
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 7 |
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 |