]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Squash embedded newlines in links.
[wget] / src / ChangeLog
index f27a486f9d5b7924481ce126b49a889c98ef04a9..c6a4f660f14b12e131483f8b4872ce6bff9da41f 100644 (file)
@@ -1,3 +1,24 @@
+2003-11-26  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * html-parse.c (convert_and_copy): Remove embedded newlines when
+       AP_TRIM_BLANKS is specified.
+
+2003-11-26  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * ftp.c: Set con->csock to -1 where rbuf_uninitialize was
+       previously used.
+
+2003-11-26  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * Makefile.in (http$o): Added the trailing backslash that was
+       missing.
+
+2003-11-21  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * headers.c: Removed.  The file is no longer relevant, now that no
+       special handling of headers is done by the rbuf code.  Moved
+       portions to http.c.
+
 2003-11-21  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * rbuf.c: Removed.