]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Allow --header to contain ",".
[wget] / src / ChangeLog
index d4a3068270ba306e44081a566a6890f3b74bc0d4..9625804f43502eb7e260fe6dd7b82e3a98ac594a 100644 (file)
@@ -1,3 +1,26 @@
+2005-05-30  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * init.c (cmd_spec_header): Don't split the string along the
+       commas using cmd_vector; just append the new value using
+       vec_append instead.
+
+       * utils.c (vec_append): New function.
+
+2005-05-27  Andreas Beckmann  <debian@abeckmann.de>
+
+       * html-url.c (tag_handle_link): Mark the content from the <link
+       src="..."> tag as expecting HTML.
+
+2005-05-24  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * http.c (http_atotm): Document the origin of the "cookie date"
+       format.
+
+2005-05-21  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * init.c (setval_internal): Report exact command name alongside
+       the "display name".
+
 2005-05-18  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * cookies.c (update_cookie_field): Explicitly cast -1 to time_t to