X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=NEWS;fp=NEWS;h=63665c382eeed1abf816008d67a5ec9babcb9bdf;hp=02428f8f505b480e3f2d8624cbed4e1076614fdb;hb=2e2ac6ad2fc90eaf46ae5fee0bc4f61dd97b4284;hpb=81cee33a6ece8e5b28d719734aefa6555c0da234 diff --git a/NEWS b/NEWS index 02428f8f..63665c38 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,17 @@ Please send GNU Wget bug reports to . * Changes in Wget 1.12 (MAINLINE) +** Added support for CSS. This includes: + - Parsing links from CSS files, and from CSS content found in HTML + style tags and attributes. + - Supporting conversion of links found within CSS content, when + --convert-links is specified. + - Ensuring that CSS files end in the ".css" filename extension, + when --convert-links is specified. + + CSS support in Wget is thanks to Ted Mielczarek + . + ** --ask-password option (and associated wgetrc command) added to support password prompts at the console.