]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
NEWS: Mention msgfmt --java --source
authorDaiki Ueno <ueno@gnu.org>
Wed, 26 Mar 2014 03:29:13 +0000 (12:29 +0900)
committerDaiki Ueno <ueno@gnu.org>
Wed, 26 Mar 2014 03:29:13 +0000 (12:29 +0900)
NEWS

diff --git a/NEWS b/NEWS
index d55eeecb1291418f8b5873d962b6ab664c89e645..212395d6d59b8266c12156ec3cc33c6399b82d6e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,9 @@ Version 0.18.4 - unreleased
   now takes an optional argument 'never', 'full', or 'file', to
   control the format of "#: ..." comments.
 
+* msgfmt now has --source option to keep generated .java file when
+  running in Java mode.
+
 * libgettextpo library:
   - Memory leak fixes in the PO file parser.