diff options
author | Daiki Ueno <ueno@gnu.org> | 2014-10-08 15:28:32 +0900 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2014-10-08 15:28:32 +0900 |
commit | 48e39c5384901a35ca9a7ac1f549f302e67f89bd (patch) | |
tree | e83c8f453a7411cd1cdd1269915a9b7a7e76e142 /NEWS | |
parent | 5fd79b0faac8d3382ae0e09c068249abb3ec3a8f (diff) | |
download | external_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-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |