From: Bruno Haible Date: Mon, 2 Jun 2025 00:02:52 +0000 (+0200) Subject: Add a NEWS entry. X-Git-Tag: v0.26~125 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a9583d31f7f7489a3c9529d658f0171e7e95a6cf;p=thirdparty%2Fgettext.git Add a NEWS entry. * NEWS: Mention the format string heuristic improvements. --- diff --git a/NEWS b/NEWS index d44410482..4c93e9ea3 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,13 @@ Version 0.26 - July 2025 * JavaScript: - xgettext now parses regular expressions with character classes correctly. + * C, C++, Python, JavaScript, EmacsLisp, librep, Go, Ruby, awk, D, Tcl, + Perl, PHP: + - xgettext's heuristic recognition of format strings has been improved: + strings like "100% complete" (with a space flag in a format directive) + are no longer flagged as format strings by default, unless they occur + in a context that requires a format string. You can override this + heuristic by using a comment of the form /* xgettext: c-format */. Version 0.25 - May 2025