From: Bruno Haible Date: Sun, 28 Oct 2007 16:18:09 +0000 (+0000) Subject: Mention the msgcat options --color and --style. X-Git-Tag: v0.17~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c32bac47ed2574e7949eb3d7d33fee1427e8c4fc;p=thirdparty%2Fgettext.git Mention the msgcat options --color and --style. --- diff --git a/NEWS b/NEWS index cf26637ec..61572384e 100644 --- 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.