autoconf: Begin documenting the "Major changes" for release 2.14.

From 6c9583c1c4e260cd7118a63de44d53cf4567c043 Mon Sep 17 00:00:00 2001
From: "Matthew D. Langston" <[EMAIL REDACTED]>
Date: Wed, 2 Jun 1999 13:14:24 +0000
Subject: [PATCH] Begin documenting the "Major changes" for release 2.14.

---
 NEWS | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/NEWS b/NEWS
index be224331..e92e489d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Major changes in release 2.14:
+
+* Support for automatically determining a Fortran 77 compilers
+  name-mangling scheme.  New CPP macros F77_FUNC and F77_FUNC_ are
+  provided to wrap C/C++ identifiers, thus making it easier and more
+  transparent for C/C++ to call Fortran 77 routines, and Fortran 77 to
+  call C/C++ routines.
+
 Major changes in release 2.13:
 
 * Support for building on Win32 systems where the only available C or