]> sjero.net Git - wget/commitdiff
Add NEWS item for CSS (and remove some inappropriate items).
authorMicah Cowan <micah@cowan.name>
Thu, 24 Apr 2008 21:20:32 +0000 (14:20 -0700)
committerMicah Cowan <micah@cowan.name>
Thu, 24 Apr 2008 21:20:32 +0000 (14:20 -0700)
ChangeLog
NEWS

index fc735136e9b43ed4369c546b1a11cce9315bc4f8..4cd9a161324b84a3e0550db8c3bcf6731c3efefc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-04-24  Micah Cowan  <micah@cowan.name>
+
+       * NEWS: Removed info about move to Automake, Gnulib. Added item
+       about the addition of CSS support.
+
 2008-04-22  Micah Cowan  <micah@cowan.name>
 
        * ylwrap: Added via automake -ac.
diff --git a/NEWS b/NEWS
index b87f9d98cb4ac40337d1de416b124d6ceb2aa140..5976e0cdb098c6f3d37c727f04698f042984e14f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,10 +8,17 @@ Please send GNU Wget bug reports to <bug-wget@gnu.org>.
 \f
 * Changes in Wget (MAINLINE).
 
-** Gnulib is now used to provide code for certain portability aspects in
-GNU Wget.
+** 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
+   <ted.mielczarek@gmail.com>.
 
-** Wget uses Automake now as part of its build infrastructure.
 \f
 * Changes in Wget 1.11.1.