X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2FChangeLog;h=efc3f891e7e21f6377bd05673c512991e0757500;hb=7c802e58d3e45e3a21d99c8d24dc5be806ecf174;hp=76a4cbb77a6783cb14c0a5c9d4c11dd5ede7c8d0;hpb=beb08d42ba2bb3cc2b8c68c24485bf2f58fc0e5b;p=wget diff --git a/src/ChangeLog b/src/ChangeLog index 76a4cbb7..efc3f891 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,23 @@ +2003-09-19 Hrvoje Niksic + + * main.c (main): New option --strict-comments. + + * html-parse.c (find_comment_end): New function: simple BM search + for "-->". + (map_html_tags): Use it if looking at a comment and not in strict + comments mode. + +2003-09-17 Aurelien Marchand + + * ftp.h: Added OS400 system in enum + * ftp-basic.c: recognize OS400 systems + * ftp.c: don't prepend the CWD if talking to OS400, since it + breaks the change in library + +2003-09-18 Hrvoje Niksic + + * retr.c (get_contents): Pass the correct argument to ssl_iread. + 2003-09-18 Hrvoje Niksic * safe-ctype.h: Don't #define ctype.h macros to errors because