diff options
author | Bruno Haible <bruno@clisp.org> | 2001-08-31 20:25:50 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2001-08-31 20:25:50 +0000 |
commit | 6197a463a47634fe15de6aaf10e1d66240638754 (patch) | |
tree | 68388e016f983224b9bae7e19d43eae1db22a1fc /NEWS | |
parent | a5f6d6870945ae8c3484ab3f31166d2431bfefe3 (diff) | |
download | external_gettext-6197a463a47634fe15de6aaf10e1d66240638754.zip external_gettext-6197a463a47634fe15de6aaf10e1d66240638754.tar.gz external_gettext-6197a463a47634fe15de6aaf10e1d66240638754.tar.bz2 |
Some more notes.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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. |