]> git.saurik.com Git - bison.git/commitdiff
* ChangeLog: For changes in doc/bison.texinfo, consistently reference
authorJoel E. Denny <jdenny@ces.clemson.edu>
Fri, 3 Aug 2007 23:24:25 +0000 (23:24 +0000)
committerJoel E. Denny <jdenny@ces.clemson.edu>
Fri, 3 Aug 2007 23:24:25 +0000 (23:24 +0000)
node names: say "Decl Summary" not "Bison Declaration Summary".

ChangeLog

index 40c7b877c34c7e42288dc116781d4990eb72c7f2..6076bb5c1ec7309a4255f1106f5dae61015b0458 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,9 @@
        <http://lists.gnu.org/archive/html/bug-bison/2007-07/msg00031.html>.
        * THANKS: Add Christian Burger.
 
+       * ChangeLog: For changes in doc/bison.texinfo, consistently reference
+       node names: say "Decl Summary" not "Bison Declaration Summary".
+
 2007-07-28  Joel E. Denny  <jdenny@ces.clemson.edu>
 
        * src/muscle_tab.c (muscle_percent_define_flag_if): In order to
        * NEWS (2.3a+): Add entry for the change to %define.  Update entry for
        %code.
        * doc/bison.texinfo (Prologue Alternatives): Update.
-       (Bison Declaration Summary): In %defines entry, update mention of
-       `%code requires' and `%code provides'.
+       (Decl Summary): In %defines entry, update mention of `%code requires'
+       and `%code provides'.
        (C++ Location Values): Update %define uses.
        (Calc++ Parser Interface): Likewise.
        (Calc++ Parser): Likewise, and update `%code requires' uses.
        * doc/bison.texinfo (The prologue): Update names, and replace remaining
        prologue blocks with %*-header declarations.
        (Calc++ Parser): Likewise.
-       (Bison Declaration Summary): Update names.
+       (Decl Summary): Update names.
        (Table of Symbols): Update description.
        * src/parse-gram.y (PERCENT_AFTER_DEFINITIONS): Update to...
        (PERCENT_END_HEADER): ... this.
        header and code file.
        * doc/bison.texinfo (Prologue): Show use of %before-definitions instead
        of prologues for %union dependencies.
-       (Bison Declaration Summary): In %defines description, mention the
-       effect of %before-definitions and %after-definitions on the header
-       file.
+       (Decl Summary): In %defines description, mention the effect of
+       %before-definitions and %after-definitions on the header file.
        (Calc++ Parser): Forward declare driver in a %before-definitions rather
        than in the pre-prologue so that make check succeeds.
        (Table of Symbols): Add entries for %before-definitions and