summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2014-10-08 15:28:32 +0900
committerDaiki Ueno <ueno@gnu.org>2014-10-08 15:28:32 +0900
commit48e39c5384901a35ca9a7ac1f549f302e67f89bd (patch)
treee83c8f453a7411cd1cdd1269915a9b7a7e76e142 /NEWS
parent5fd79b0faac8d3382ae0e09c068249abb3ec3a8f (diff)
downloadexternal_gettext-48e39c5384901a35ca9a7ac1f549f302e67f89bd.zip
external_gettext-48e39c5384901a35ca9a7ac1f549f302e67f89bd.tar.gz
external_gettext-48e39c5384901a35ca9a7ac1f549f302e67f89bd.tar.bz2
NEWS: Mention MSGINIT_OPTIONS change
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2dfa46f..7caef11 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.