summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2002-01-08 10:47:34 +0000
committerBruno Haible <bruno@clisp.org>2009-06-22 00:38:34 +0200
commit9d39b505a1764018aaa41efa9e48f96f1c1d33f3 (patch)
treecad60eba9b006c659a3d52d66755c477e53eb868 /NEWS
parentf8ef5ecc801c69aaa1ef48251d51c6c61e0c475a (diff)
downloadexternal_gettext-9d39b505a1764018aaa41efa9e48f96f1c1d33f3.zip
external_gettext-9d39b505a1764018aaa41efa9e48f96f1c1d33f3.tar.gz
external_gettext-9d39b505a1764018aaa41efa9e48f96f1c1d33f3.tar.bz2
Emacs/XEmacs Lisp support.
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.