summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-12-17 17:41:37 +0000
committerBruno Haible <bruno@clisp.org>2009-06-21 23:48:14 +0200
commitd28a4367bb946525cb6e6f700e3a818f29818574 (patch)
treecc8047778319b3d5d4d74cd6be655571be78b5c0 /NEWS
parent0503b3262a36361c11a3f1ba97246f0341ac14a2 (diff)
downloadexternal_gettext-d28a4367bb946525cb6e6f700e3a818f29818574.zip
external_gettext-d28a4367bb946525cb6e6f700e3a818f29818574.tar.gz
external_gettext-d28a4367bb946525cb6e6f700e3a818f29818574.tar.bz2
librep support.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 95d79b5..aa0d61b 100644
--- a/NEWS
+++ b/NEWS
@@ -13,13 +13,13 @@ Version 0.11 - XXX 2001
* msgfmt can create (and msgunfmt can dump) Java ResourceBundles.
-* xgettext now also supports Lisp, Java, ObjectPascal, YCP.
+* xgettext now also supports Lisp, librep, Java, ObjectPascal, YCP.
* The tools now know about format strings in languages other than C.
- They recognize new message flags named lisp-format, smalltalk-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.
+ They recognize new message flags named lisp-format, librep-format,
+ smalltalk-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 previously activated through -v.