aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/ChangeLog
diff options
context:
space:
mode:
authorJon Trowbridge <trow@ximian.com>2001-07-12 13:42:49 +0800
committerJon Trowbridge <trow@src.gnome.org>2001-07-12 13:42:49 +0800
commit7e05144bba4e61758d968f266614b585f25e2c5f (patch)
tree4a73e1c7599f3ba9e2bf6df7a1f04c52ef344b78 /e-util/ChangeLog
parentb88f6b9593ad0a6fda85ca8d01b623583f714bcc (diff)
downloadgsoc2013-evolution-7e05144bba4e61758d968f266614b585f25e2c5f.tar
gsoc2013-evolution-7e05144bba4e61758d968f266614b585f25e2c5f.tar.gz
gsoc2013-evolution-7e05144bba4e61758d968f266614b585f25e2c5f.tar.bz2
gsoc2013-evolution-7e05144bba4e61758d968f266614b585f25e2c5f.tar.lz
gsoc2013-evolution-7e05144bba4e61758d968f266614b585f25e2c5f.tar.xz
gsoc2013-evolution-7e05144bba4e61758d968f266614b585f25e2c5f.tar.zst
gsoc2013-evolution-7e05144bba4e61758d968f266614b585f25e2c5f.zip
Added is_addr_char_no_pipes macro, which specifically does not consider
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) svn path=/trunk/; revision=11029
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r--e-util/ChangeLog7
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.