]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
NEWS: Mention msgfilter quot and msgfilter boldquot
authorDaiki Ueno <ueno@gnu.org>
Tue, 15 Apr 2014 08:09:29 +0000 (17:09 +0900)
committerDaiki Ueno <ueno@gnu.org>
Tue, 15 Apr 2014 08:09:29 +0000 (17:09 +0900)
NEWS

diff --git a/NEWS b/NEWS
index 9a495fe362a2485b3b86e414d19adda4b0ce727f..7a6205d56e293b59b846de77cc5444e2656e8800 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -24,6 +24,12 @@ Version 0.18.4 - unreleased
 * msgfmt now has --source option to keep generated .java file when
   running in Java mode.
 
+* New built-in filters 'quot' and 'boldquot' have been added to
+  msgfilter.  These filters convert Latin quotation marks ('...',
+  "...") into Unicode quotation marks (for example, U+2018) if
+  possible, similar to the sed commands used in po/Rules-quot and
+  po/Rules-boldquot.
+
 * libgettextpo library:
   - Memory leak fixes in the PO file parser.