]> sjero.net Git - wget/blobdiff - src/ChangeLog
Do not use HTML quoting in CSS files.
[wget] / src / ChangeLog
index f9e1d552f379610637dd89f76a4b9ca203c45874..55b2be8fb5c669994f546a9a80390c9c0cdac6e0 100644 (file)
@@ -1,3 +1,24 @@
+2010-09-14  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * convert.c (local_quote_string): Accept new parameter `no_html_quote'.
+       Inhibit HTML quoting when `no_html_quote'.
+       (convert_links): Disable HTML quoting in CSS files.
+       Reported by: Manuel Reinhardt <reinhardt@syslab.com>.
+
+2010-09-12  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * main.c (print_help): Align --trust-server-names help text with
+       the rest of the text.
+       Suggested by: Mike Frysinger  <vapier@gentoo.org>.
+
+2010-08-20  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * convert.c: Include "iri.h".
+       (convert_links_in_hashtable): Parse the url, if
+       necessary, before check if it is present in the dowloaded url
+       map.
+       Reported by: <sk.random@gmail.com>.
+
 2010-08-09  Giuseppe Scrivano  <gscrivano@gnu.org>
 
        Fix a problem with HTTP/1.0 proxies.