summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2014-04-15 17:09:29 +0900
committerDaiki Ueno <ueno@gnu.org>2014-04-15 17:09:29 +0900
commit880a70213b9b79cc1062b8f7a0c26bd46ab75434 (patch)
treecb898ffbd46682097c252d0619bcbf7694562625 /NEWS
parent1f0d916d6ef8aeded297399125637c5b6f62013c (diff)
downloadexternal_gettext-880a70213b9b79cc1062b8f7a0c26bd46ab75434.zip
external_gettext-880a70213b9b79cc1062b8f7a0c26bd46ab75434.tar.gz
external_gettext-880a70213b9b79cc1062b8f7a0c26bd46ab75434.tar.bz2
NEWS: Mention msgfilter quot and msgfilter boldquot
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9a495fe..7a6205d 100644
--- 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.