From: Bruno Haible Date: Wed, 31 Oct 2001 18:24:31 +0000 (+0000) Subject: Update. X-Git-Tag: v0.11~364 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b513535945885d886d083f1b7a96ab670474173d;p=thirdparty%2Fgettext.git Update. --- diff --git a/NEWS b/NEWS index 5012c0f0a..2d02233fc 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,18 @@ Version 0.11 - XXX 2001 -* New programs msgattrib, msgcat, msgconv, msgen, msgexec, msggrep, msguniq. +* New programs: + msgattrib - attribute matching and manipulation on message catalog, + msgcat - combines several message catalogs, + msgconv - character set conversion for message catalog, + msgen - create English message catalog, + msgexec - edit translations of message catalog, + msggrep - pattern matching on message catalog, + msginit - initialize a message catalog, + msguniq - unify duplicate translations in message catalog. + +* msgfmt can create (and msgunfmt can dump) Java ResourceBundles. + +* xgettext now also supports Java, ObjectPascal, YCP. * The tools now know about format strings in languages other than C. They recognize new message flags named lisp-format, java-format, python-format,