From: Bruno Haible Date: Mon, 28 Oct 2002 19:09:28 +0000 (+0000) Subject: Mention autosprintf. X-Git-Tag: v0.12~1252 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67420c123da36ae935d38b47c3c464f0d793c164;p=thirdparty%2Fgettext.git Mention autosprintf. --- diff --git a/NEWS b/NEWS index b75b083c5..948f34f17 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,10 @@ Version 0.11.6 - October 2002 * xgettext now also supports Smalltalk and PHP. +* A new C++ class, called gnu::autosprintf, makes it possible to use C format + strings in C++. This is needed for proper internationalization of C++ + programs. + * Compatibility with automake-1.7. Version 0.11.5 - August 2002