diff options
author | Dan Winship <danw@src.gnome.org> | 2001-04-30 01:41:33 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-04-30 01:41:33 +0800 |
commit | 9071df0d8f6eae44b673c63a6561ef4ddff86110 (patch) | |
tree | 6c4067c296e4b0a4275280e1c5f051006a112d1d /e-util/ChangeLog | |
parent | aeac2bb33b90f205f40d047eb02b3d938287b66e (diff) | |
download | gsoc2013-evolution-9071df0d8f6eae44b673c63a6561ef4ddff86110.tar.gz gsoc2013-evolution-9071df0d8f6eae44b673c63a6561ef4ddff86110.tar.zst gsoc2013-evolution-9071df0d8f6eae44b673c63a6561ef4ddff86110.zip |
Make this smarter. Now e_text_to_html_full calls it when it sees a '@',
* e-html-utils.c (email_address_extract): Make this smarter. Now
e_text_to_html_full calls it when it sees a '@', and
email_address_extract deals with scanning both forward and
backward to find the bounds of the email address. It's still
fooled by Message-IDs, but there's not a whole lot we can do
there...
svn path=/trunk/; revision=9628
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index b282021766..bbc5ceeafc 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,12 @@ +2001-04-29 Dan Winship <danw@ximian.com> + + * e-html-utils.c (email_address_extract): Make this smarter. Now + e_text_to_html_full calls it when it sees a '@', and + email_address_extract deals with scanning both forward and + backward to find the bounds of the email address. It's still + fooled by Message-IDs, but there's not a whole lot we can do + there... + 2001-04-26 Dan Winship <danw@ximian.com> * e-host-utils.c (e_gethostbyname_r): Make the Solaris and |