]> granicus.if.org Git - flex/commitdiff
mention gettext; document the non-need for bison/flex in the build process
authorWill Estes <wlestes@users.sourceforge.net>
Thu, 8 Aug 2002 14:53:34 +0000 (14:53 +0000)
committerWill Estes <wlestes@users.sourceforge.net>
Thu, 8 Aug 2002 14:53:34 +0000 (14:53 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 035599d7c769b1992238164db8f4885deee22047..b2cd28be95f889a581a4ae20e22f52674899bee1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,8 +5,16 @@ See the file COPYING for copying conditions
 
 * after version 2.5.11
 
+** updated gettext support to 0.11.5
+
 ** new fr translation from the translation project
 
+** bison is no longer needed to build flex. If you are building flex
+   from a release (i.e., not from a cvs snapshot), then you don't need
+   to have a pre-built lex around either (unless you modify scan.l, of
+   course). (This has been true for some time, but was not mentioned
+   here.)
+
 * version 2.5.11 released 2002-7-31
 
 ** Fixed bug where yyless did not consider yylineno
@@ -137,7 +145,7 @@ But the inverse is still true
 ** Developer test suite added
 
 *** TESTS/ directory has been added. Users can 
-'make check' in the TESTS directory to execute the test suite
+'make test' in the TESTS directory to execute the test suite
 
 ** Support for bison variables yylval and yylloc added