From: Daiki Ueno Date: Wed, 8 Oct 2014 06:28:32 +0000 (+0900) Subject: NEWS: Mention MSGINIT_OPTIONS change X-Git-Tag: v0.19.3~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48e39c5384901a35ca9a7ac1f549f302e67f89bd;p=thirdparty%2Fgettext.git NEWS: Mention MSGINIT_OPTIONS change --- diff --git a/NEWS b/NEWS index 2dfa46f2e..7caef118e 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,11 @@ Version 0.19.3 - unreleased * Bug fixes: - Fix xgettext mishandling of octal character escapes in C. +* The po/Makevars file has a new field MSGINIT_OPTIONS, that can be + used to adjust msginit's operation. This is particularly useful for + controlling line wrapping behavior together with MSGMERGE_OPTIONS + and XGETTEXT_OPTIONS. + * Portability: - Building on Solaris 10 and 11 with Solaris Studio compiler is now fixed.