]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
NEWS: Mention Scheme scanner change
authorDaiki Ueno <ueno@gnu.org>
Sat, 3 May 2014 01:11:14 +0000 (10:11 +0900)
committerDaiki Ueno <ueno@gnu.org>
Sat, 3 May 2014 01:11:14 +0000 (10:11 +0900)
NEWS
gettext-tools/doc/gettext.texi

diff --git a/NEWS b/NEWS
index d48e0687b5317d44311bd0f1f8ac616d2e7d9b6f..205f8dcf68004d892a06db760611200d05d06b68 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -21,6 +21,10 @@ Version 0.19 - unreleased
     strings is now limited to the Standard Format Specifiers, to
     reasonably avoid false-positives.
 
+  - Scheme:
+    The gettext shorthand form _"abc", used by GIMP script-fu, is now
+    recognized by xgettext.
+
   - C and Vala:
     xgettext now recognizes C99-style Unicode character escapes.
 
index a35b7ac7025d9c94320d4195a719990154871791..e1cf82f9e44c5f0bdb264f591e4b76dfbc505a03 100644 (file)
@@ -10034,7 +10034,7 @@ guile
 @code{"abc"}
 
 @item gettext shorthand
-@code{(_ "abc")}, @code{_"abc"}
+@code{(_ "abc")}, @code{_"abc"} (GIMP script-fu extension)
 
 @item gettext/ngettext functions
 @code{gettext}, @code{ngettext}