]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* doc/bison.texinfo (Decl Summary, Bison Options): Clarify what's put into
[bison.git] / ChangeLog
index 5f72dca9f333d6218cb44344b27bd33371f698bf..d9c58f8d6ea7e7f1ad25a2d65c3b3cb3081b8995 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,20 @@
+2004-05-25  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * doc/bison.texinfo (Decl Summary, Bison Options): Clarify what's
+       put into the -d output file, and mention what to do if YYSTYPE is
+       defined as a macro.
+
 2004-05-24  Paul Eggert  <eggert@cs.ucla.edu>
 
+       Undo change made earlier today: it caused autopoint to not bring
+       in ABOUT-NLS.  Ouch.  Instead, substitute our own diagnostic for
+       autopoint's.
+
+       * bootstrap: Check that gettext version matches what's in
+       configure.ac.  Warn users to ignore robots.txt ERROR 404.
+       * bootstrap: Undo today's earlier change (logged below).
+       * configure.ac (AM_GNU_GETTEXT_VERSION): Likewise.
+       
        The gettext version checking is causing more trouble than it's
        curing; remove it.  Problem reported by Paul Hilfinger.