From 8c301288f1ecaa5161fc1b458154b3404e239441 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 5 Aug 2003 15:26:11 +0000 Subject: 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 --- e-util/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'e-util/ChangeLog') 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 + + * 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 * e-config-listener.c (add_key): just preload one level of GConf keys, -- cgit v1.2.3