]> git.saurik.com Git - bison.git/commitdiff
* NEWS: Document recent i18n improvements.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 12 Jul 2005 23:37:16 +0000 (23:37 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 12 Jul 2005 23:37:16 +0000 (23:37 +0000)
ChangeLog
NEWS

index 53e6ea569d40dfa8b3f617d0a731e448f276ec73..27e55a88058f681ef90ebad3b822f3ab16cdbd05 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
 2005-07-12  Paul Eggert  <eggert@cs.ucla.edu>
 
+       * NEWS: Document recent i18n improvements.
        * bootstrap: Get runtime translations into runtime-po.
        Create runtime-po files automatically, if possible.
        * configure.ac: Invoke BISON_I18N, so that we eat our own dog food.
diff --git a/NEWS b/NEWS
index 05a472fa5854515587c5859e4db7b473c03a113e..df296794485cbfc0a7b745d5f119e3b3fab23e83 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,9 +3,11 @@ Bison News
 
 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