diff options
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index e0d110647d..cd2d2f1615 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,10 @@ +2001-07-12 Jon Trowbridge <trow@ximian.com> + + * e-html-utils.c: Added is_addr_char_no_pipes macro, which specifically + does not consider '|' ("pipe") to be a legal address character. + (email_address_extract): Use is_addr_char_no_pipes when looking for + e-mail addresses to turn into HTML links. (Bug #3940) + 2001-07-05 Not Zed <NotZed@Ximian.com> * e-memory.c: Added some malloc check stuff. |