]> sjero.net Git - wget/blobdiff - src/ChangeLog
Set an initial value for IRIs options and some minor additions in iri.c
[wget] / src / ChangeLog
index ac27e15afa7cb3c034eaad64852efc9b0d0d42ff..7ad7c8cab77d8af42d3a76bfc1c1347a8b9f09d7 100644 (file)
@@ -1,3 +1,26 @@
+2008-06-19  Xavier Saint  <wget@sxav.eu>
+
+       * iri.c : Include missing stringprep.h file and add a
+       cast.
+
+       * init.c : set a default initial value for opt.enable_iri,
+       opt.locale and opt.encoding_remote.
+
+2008-06-19  Xavier Saint  <wget@sxav.eu>
+
+       * iri.c, iri.h : Add a new function find_locale() to find
+       out the local system encoding.
+
+       * main.c : Make use of find_locale().
+
+2008-06-19  Xavier Saint  <wget@sxav.eu>
+
+       * html-url.c : Add "content-type" meta tag parsing for
+       retrieving page encoding.
+
+       * iri.h : Make no-op version of parse_charset() return
+       NULL.
+
 2008-06-14  Xavier Saint  <wget@sxav.eu>
 
        * iri.c, iri.h : New files.