From: Daiki Ueno Date: Fri, 2 May 2014 20:15:43 +0000 (+0900) Subject: NEWS: Mention more changes for 0.19 X-Git-Tag: v0.19~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2fb4ab5d4a03138813b72f27f30bd39f284b997;p=thirdparty%2Fgettext.git NEWS: Mention more changes for 0.19 --- diff --git a/NEWS b/NEWS index 7a6205d56..d48e0687b 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: