* Mention it in NEWS.
authorPaul Smith <psmith@gnu.org>
Sat, 22 Jan 2000 08:59:09 +0000 (08:59 +0000)
committerPaul Smith <psmith@gnu.org>
Sat, 22 Jan 2000 08:59:09 +0000 (08:59 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 1cd9ef6..0f9fcb3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,10 @@ reports.
 \f
 Version 3.79
 
+* GNU make optionally supports internationalization and locales via the
+  GNU gettext (or local gettext if suitable) package.  See the ABOUT-NLS
+  file for more information on configuring GNU make for NLS.
+
 * Previously, GNU make quoted variables such as MAKEFLAGS and
   MAKEOVERRIDES for proper parsing by the shell.  This allowed them to
   be used within make build scripts.  However, using them there is not