summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2014-05-03 05:15:43 +0900
committerDaiki Ueno <ueno@gnu.org>2014-05-03 05:15:43 +0900
commitc2fb4ab5d4a03138813b72f27f30bd39f284b997 (patch)
tree442ad3d8aa2ea536f28dbed06b3548c741f65b17 /NEWS
parentbe4cd36c374af15fcba0fb9948046ab95602f513 (diff)
downloadexternal_gettext-c2fb4ab5d4a03138813b72f27f30bd39f284b997.zip
external_gettext-c2fb4ab5d4a03138813b72f27f30bd39f284b997.tar.gz
external_gettext-c2fb4ab5d4a03138813b72f27f30bd39f284b997.tar.bz2
NEWS: Mention more changes for 0.19
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS19
1 files changed, 18 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7a6205d..d48e068 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Version 0.18.4 - unreleased
+Version 0.19 - unreleased
* Programming languages support:
@@ -16,6 +16,14 @@ Version 0.18.4 - unreleased
- PHP:
Single and double quotes around heredoc markers are now recognized.
+ - Python:
+ The acceptable format specifiers in the braced-syntax format
+ strings is now limited to the Standard Format Specifiers, to
+ reasonably avoid false-positives.
+
+ - C and Vala:
+ xgettext now recognizes C99-style Unicode character escapes.
+
* 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
@@ -30,9 +38,18 @@ Version 0.18.4 - unreleased
possible, similar to the sed commands used in po/Rules-quot and
po/Rules-boldquot.
+* The po/Makevars file has a couple of new options PO_DEPENDS_ON_POT
+ and DIST_DEPENDS_ON_UPDATE_PO, that can be used to adjust the
+ behavior of updating PO files on demand.
+
* libgettextpo library:
- Memory leak fixes in the PO file parser.
+* Documentation:
+ - A complete example showing the use of GNU gettext in a GNOME 3
+ application has been added.
+
+
Version 0.18.3 - July 2013
* Runtime behaviour: