From: Bruno Haible Date: Sun, 2 Sep 2007 09:58:56 +0000 (+0000) Subject: Mention context support for Java and C#. X-Git-Tag: v0.17~262 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=486cec38ef82e86835d25b9f7a1857343c150e4f;p=thirdparty%2Fgettext.git Mention context support for Java and C#. --- diff --git a/NEWS b/NEWS index 21bca46fa..ff3fdcdae 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,9 @@ Version 0.16.2 - January 2007 * gettextize now has a --po-dir option that allows several PO directories to be updated all together. +* Programming languages support: + Contexts (msgctxt) are now also supported for Java and C#. + * Documentation: The "Users" chapter has been completely rewritten.