]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Some more notes.
authorBruno Haible <bruno@clisp.org>
Fri, 31 Aug 2001 20:25:50 +0000 (20:25 +0000)
committerBruno Haible <bruno@clisp.org>
Fri, 31 Aug 2001 20:25:50 +0000 (20:25 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 98c9a9e61c9cca668344295a849955e467665890..fb4416f6366834e804317d389e97882dd6ba89a1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,17 @@ Version 0.11 - XXX 2001
 
 * New programs msgcat, msgconv, msgen, msgexec, msggrep, msguniq.
 
+* The tools now know about format strings in other languages than C.  They
+  recognize new message flags named lisp-format, java-format, python-format,
+  ycp-format.  When such a flag is present, the msgfmt program verifies the
+  consistency of the translated and the untranslated format string.
+
+* The msgfmt command line options have changed.  Option -c now also checks
+  the header entry, a check which was earlier activated through -v.  Option
+  -C corresponds to the compatibility checks earlier activated through -v -v.
+  Option -v now only increases verbosity and doesn't influence whether msgfmt
+  succeeds or fails.
+
 * msgcomm now writes its results to standard output by default. The options
   -d/--default-domain and -p/--output-dir have been removed.