diff options
author | Daiki Ueno <ueno@gnu.org> | 2014-05-03 05:15:43 +0900 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2014-05-03 05:15:43 +0900 |
commit | c2fb4ab5d4a03138813b72f27f30bd39f284b997 (patch) | |
tree | 442ad3d8aa2ea536f28dbed06b3548c741f65b17 /NEWS | |
parent | be4cd36c374af15fcba0fb9948046ab95602f513 (diff) | |
download | external_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-- | NEWS | 19 |
1 files changed, 18 insertions, 1 deletions
@@ -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: |