summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 6 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 5ede5d9..9f49ffa 100644
--- a/NEWS
+++ b/NEWS
@@ -13,13 +13,14 @@ Version 0.11 - XXX 2002
* msgfmt can create (and msgunfmt can dump) Java ResourceBundles.
-* xgettext now also supports Lisp, librep, Java, ObjectPascal, YCP.
+* xgettext now also supports Lisp, Emacs 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, 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.
+ They recognize new message flags named lisp-format, elisp-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.