]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Mention the msgcat options --color and --style.
authorBruno Haible <bruno@clisp.org>
Sun, 28 Oct 2007 16:18:09 +0000 (16:18 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:15:25 +0000 (12:15 +0200)
NEWS

diff --git a/NEWS b/NEWS
index cf26637ec5b3957d489736d7d70bdbe881e67010..61572384e2bbcda6b9c74f73cf932d247af8ab88 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Version 0.16.2 - January 2007
+Version 0.16.2 - October 2007
 
 * License:
   The gettext related programs and tools are now licensed under the GPL
@@ -11,6 +11,12 @@ Version 0.16.2 - January 2007
   xgettext has new options --package-name and --package-version that allow
   to specify the package name and version from a Makefile.
 
+* Colorized PO files:
+  The msgcat program has new options --color and --style that produce a
+  colorized PO file output, where keywords, strings, comments, or format
+  directives can be highlighted.  See the documentation section
+  "Highlighting parts of PO files" for more info.
+
 * gettextize now has a --po-dir option that allows several PO directories to
   be updated all together.
 
@@ -35,6 +41,7 @@ Version 0.16.2 - January 2007
 
 * Documentation:
   - The "Users" chapter has been completely rewritten.
+  - New section "Highlighting parts of PO files".
   - A complete example showing the use of GNU gettext in Java with the Qt/Jambi
     GUI toolkit has been added.
 \f