]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
NEWS: Add 0.19.5 changes
authorDaiki Ueno <ueno@gnu.org>
Wed, 4 Mar 2015 02:55:27 +0000 (11:55 +0900)
committerDaiki Ueno <ueno@gnu.org>
Wed, 4 Mar 2015 02:59:53 +0000 (11:59 +0900)
ChangeLog
NEWS

index 6b5de6763c59ebe46975b7d823493a1d963b82ad..d885ee327c21b50d450c9e9d61901c5cceccc399 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Daiki Ueno  <ueno@gnu.org>
+
+       * NEWS: Add 0.19.5 changes.
+
 2015-02-10  Daiki Ueno  <ueno@gnu.org>
 
        * THANKS: Update.
diff --git a/NEWS b/NEWS
index 91a81ae2525f660803fde21cd822461f9181309e..278a44424633d2cbb3e6e6b9da330b415677ce19 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+Version 0.19.5 - unreleased
+
+* xgettext now has a feature to perform syntax checks on msgid, which
+  could enforce common styles of translatable strings.  They can be
+  enabled with --check option or special "xgettext: " comment in the
+  source code.  By default, no syntax checks are enabled.
+
+* msgfilter and msgexec now have an option --newline, which appends a
+  newline character to filter input and trims it from the filter
+  output.  This would allow filter programs to be more POSIX friendly.
+
+* The base Unicode standard is now updated to 7.0.0.  This
+  particularly improves "\N{...}" notation handling of xgettext for
+  Perl and Python.
+
+* Bug fixes:
+  - xgettext C++11 raw string recognition is now stricter and don't
+    accept unbalanced delimiters.
+  - Suppress baseless warnings which msgfmt emits when processing a
+    .desktop file.
+  - xgettext line wrapping behaviour is now consistent between comment
+    lines and non-comment lines.
+  - Fix msgfilter-7 test failure on some platforms.
+  - Fix VPATH build.
+
 Version 0.19.4 - December 2014
 
 * The --keyword option of xgettext now accepts same argument number