]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Allow --header to contain ",".
[wget] / src / ChangeLog
index 10554461521442c204c2720a62a0260bb2d18f6f..9625804f43502eb7e260fe6dd7b82e3a98ac594a 100644 (file)
@@ -1,5 +1,38 @@
+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
+       cope with systems where time_t is unsigned.
+
+       * cookies.c: Remove unnecessary casts to time_t from values
+       already of that type.
+
 2005-05-17  Hrvoje Niksic  <hniksic@xemacs.org>
 
+       * ftp.c (ftp_loop_internal): Same here.
+
        * http.c (http_loop): Don't clobber the file when -c is specified
        and the first attempt to retrieve the file fails.