]> git.saurik.com Git - bison.git/blobdiff - NEWS
* NEWS: Document recent i18n improvements.
[bison.git] / NEWS
diff --git a/NEWS b/NEWS
index e858ddffd6cbd94a3ed16eac6c8cdceadf876a51..df296794485cbfc0a7b745d5f119e3b3fab23e83 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,19 @@
 Bison News
 ----------
 
-Changes in version 2.0a, ????-??-??:
+Changes in version 2.0a, 2005-05-22:
 
-* Bison-generated C parsers use the _ macro to translate strings from
-  English to the user's language, e.g., _("syntax error").  By default,
-  _ is defined to be a no-op macro so the strings are not translated.
+* Bison-generated C parsers now support the translation of diagnostics like
+  "syntax error" into languages other than English.  The default
+  language is still English.  For details, please see the new
+  Internationalization section of the Bison manual.  Thanks to Bruno
+  Haible for this new feature.
+
+* When generating verbose diagnostics, Bison-generated C parsers no longer
+  quote the literal strings associated with tokens.  For example, for
+  a syntax error associated with '%token NUM "number"' they might
+  print 'syntax error, unexpected number' instead of 'syntax error,
+  unexpected "number"'.
 
 Changes in version 2.0, 2004-12-25:
 
@@ -616,5 +624,5 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with autoconf; see the file COPYING.  If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.