]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update.
authorBruno Haible <bruno@clisp.org>
Wed, 31 Oct 2001 18:24:31 +0000 (18:24 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 21 Jun 2009 20:45:06 +0000 (22:45 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 5012c0f0ab0f222c4dfe3509452bb52a1823007c..2d02233fc5537f544501b2159a744fb81244b4f7 100644 (file)
--- 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,