]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
NEWS: Mention more changes for 0.19
authorDaiki Ueno <ueno@gnu.org>
Fri, 2 May 2014 20:15:43 +0000 (05:15 +0900)
committerDaiki Ueno <ueno@gnu.org>
Fri, 2 May 2014 20:15:43 +0000 (05:15 +0900)
NEWS

diff --git a/NEWS b/NEWS
index 7a6205d56e293b59b846de77cc5444e2656e8800..d48e0687b5317d44311bd0f1f8ac616d2e7d9b6f 100644 (file)
--- 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.
+
+\f
 Version 0.18.3 - July 2013
 
 * Runtime behaviour: