summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-08-31 20:25:50 +0000
committerBruno Haible <bruno@clisp.org>2001-08-31 20:25:50 +0000
commit6197a463a47634fe15de6aaf10e1d66240638754 (patch)
tree68388e016f983224b9bae7e19d43eae1db22a1fc /NEWS
parenta5f6d6870945ae8c3484ab3f31166d2431bfefe3 (diff)
downloadexternal_gettext-6197a463a47634fe15de6aaf10e1d66240638754.zip
external_gettext-6197a463a47634fe15de6aaf10e1d66240638754.tar.gz
external_gettext-6197a463a47634fe15de6aaf10e1d66240638754.tar.bz2
Some more notes.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 98c9a9e..fb4416f 100644
--- 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.