summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2014-03-25 17:28:45 +0900
committerDaiki Ueno <ueno@gnu.org>2014-03-25 17:29:04 +0900
commit0999f2f19b9fe414af2545e74dbf1abc82ad6c7a (patch)
tree3339d2bb255c26d9e14838cbbf2c7c8dac33d169 /NEWS
parent90c76fda268779b80c2fa969b8efddbb4aa5da1e (diff)
downloadexternal_gettext-0999f2f19b9fe414af2545e74dbf1abc82ad6c7a.zip
external_gettext-0999f2f19b9fe414af2545e74dbf1abc82ad6c7a.tar.gz
external_gettext-0999f2f19b9fe414af2545e74dbf1abc82ad6c7a.tar.bz2
NEWS: Update for 0.18.4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 373d634..d55eeec 100644
--- 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.