]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
NEWS: Update for 0.18.4
authorDaiki Ueno <ueno@gnu.org>
Tue, 25 Mar 2014 08:28:45 +0000 (17:28 +0900)
committerDaiki Ueno <ueno@gnu.org>
Tue, 25 Mar 2014 08:29:04 +0000 (17:29 +0900)
NEWS

diff --git a/NEWS b/NEWS
index 373d6348c1aa65bed7170218f221389810adfcc1..d55eeecb1291418f8b5873d962b6ab664c89e645 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,17 @@ Version 0.18.4 - unreleased
     xgettext now supports GSettings schema file format used by GNOME
     applications.
 
+  - JavaScript:
+    xgettext now recognizes E4X (ECMA-357) constructs.
+
+  - PHP:
+    Single and double quotes around heredoc markers are now recognized.
+
+* The --add-location option of msgattrib, msgcat, msgcomm, msgconv,
+  msgen, msgfilter, msggrep, msgmerge, msguniq, and xgettext commands
+  now takes an optional argument 'never', 'full', or 'file', to
+  control the format of "#: ..." comments.
+
 * libgettextpo library:
   - Memory leak fixes in the PO file parser.