aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2003-08-05 23:26:11 +0800
committerDan Winship <danw@src.gnome.org>2003-08-05 23:26:11 +0800
commit8c301288f1ecaa5161fc1b458154b3404e239441 (patch)
treeae1dc9ddf8c164576fce199a006eecaae10eccba /e-util/ChangeLog
parent7b10f77b67acbf60ced1831c3519d214d26d990b (diff)
downloadgsoc2013-evolution-8c301288f1ecaa5161fc1b458154b3404e239441.tar
gsoc2013-evolution-8c301288f1ecaa5161fc1b458154b3404e239441.tar.gz
gsoc2013-evolution-8c301288f1ecaa5161fc1b458154b3404e239441.tar.bz2
gsoc2013-evolution-8c301288f1ecaa5161fc1b458154b3404e239441.tar.lz
gsoc2013-evolution-8c301288f1ecaa5161fc1b458154b3404e239441.tar.xz
gsoc2013-evolution-8c301288f1ecaa5161fc1b458154b3404e239441.tar.zst
gsoc2013-evolution-8c301288f1ecaa5161fc1b458154b3404e239441.zip
add a flag for non-url chars (controls, whitespace, ", and |)
* e-html-utils.c (special_chars): add a flag for non-url chars (controls, whitespace, ", and |) (url_extract): Use that. When urlifying just a hostname, make sure it really is a hostname, and not just something like "www.c". (e_text_to_html_full): Deal with url_extract returning NULL in the "www." case (main): add a regression test, #ifdef E_HTML_UTILS_TEST svn path=/trunk/; revision=22087
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r--e-util/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog
index e0c1bec6b4..131bbf4cba 100644
--- a/e-util/ChangeLog
+++ b/e-util/ChangeLog
@@ -1,3 +1,13 @@
+2003-08-05 Dan Winship <danw@ximian.com>
+
+ * e-html-utils.c (special_chars): add a flag for non-url chars
+ (controls, whitespace, ", and |)
+ (url_extract): Use that. When urlifying just a hostname, make sure
+ it really is a hostname, and not just something like "www.c".
+ (e_text_to_html_full): Deal with url_extract returning NULL in the
+ "www." case
+ (main): add a regression test, #ifdef E_HTML_UTILS_TEST
+
2003-07-24 Rodrigo Moya <rodrigo@ximian.com>
* e-config-listener.c (add_key): just preload one level of GConf keys,