]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Mark the content from the <link src="..."> tag as expecting HTML.
[wget] / src / ChangeLog
index 10554461521442c204c2720a62a0260bb2d18f6f..f0c1488b89e7e9b6c02588bf46896a317fad7a7d 100644 (file)
@@ -1,5 +1,30 @@
+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.