]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Add a NEWS entry.
authorBruno Haible <bruno@clisp.org>
Mon, 2 Jun 2025 00:02:52 +0000 (02:02 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 2 Jun 2025 00:23:00 +0000 (02:23 +0200)
* NEWS: Mention the format string heuristic improvements.

NEWS

diff --git a/NEWS b/NEWS
index d44410482459032bef349938119eb8027dada67e..4c93e9ea3f05d744834f8b54095c682a716a5b70 100644 (file)
--- 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