+2008-07-31 Paolo Bonzini <bonzini@gnu.org>
+
+ Support usage of git-merge-changelog.
+ * .gitattributes: New.
+ * HACKING: Document usage of git-merge-changelog.
+ * bootstrap: Install git-merge-changelog entries in .git/config
+ if appropriate.
+
+2008-07-27 Joel E. Denny <jdenny@ces.clemson.edu>
+
+ Remove remaining dependence on CVS Id keyword.
+ * ChangeLog: For the sake of people still using CVS, don't use dollars
+ when mentioning Id.
+ * data/xslt/bison.xsl: Remove Id from header comments, where it was
+ unusual anyway.
+ * data/xslt/xml2dot.xsl: Likewise.
+ * data/xslt/xml2text.xsl: Likewise.
+ * data/xslt/xml2xhtml.xsl: Likewise.
+ * doc/Doxyfile.in (PROJECT_NUMBER): Don't use ID.
+ * doc/Makefile.am (neutralize): Remove, no longer needed.
+ (.x.1): Don't use neutralize.
+ (edit): Don't substitute for ID.
+ (Doxyfile): Don't define Id, and thus don't depend on ChangeLog.
+
+2008-07-27 Joel E. Denny <jdenny@ces.clemson.edu>
+
+ Fix dependence on computed configure variables.
+ * doc/Makefile.am (common_dep): Depend on $(top_srcdir)/configure not
+ $(top_srcdir)/configure.ac so that changes to computed variables, such
+ as PACKAGE_VERSION, are seen.
+ * tests/Makefile.am ($(srcdir)/package.m4): Likewise.
+
+2008-07-20 Joel E. Denny <jdenny@ces.clemson.edu>
+
+ Update copyright dates for recent changes.
+ * Makefile.am: Here.
+ * src/Makefile.am: Here.
+ * src/reduce.c: Here.
+ * tests/reduce.at: Here.
+
+2008-07-18 Joel E. Denny <jdenny@ces.clemson.edu>
+
+ Use git-version-gen for version names between releases.
+ * .cvsignore (.tarball-version, GNUmakefile, *~): Add.
+ * .gitignore (/.tarball-version, /GNUmakefile, /*~): Add.
+ * .prev-version: New.
+ * .version.in: Remove.
+ * ChangeLog: Remove the Id previously used for capturing the CVS
+ revision.
+ * GNUmakefile: Remove, now copied from Gnulib.
+ * Makefile.am: Add code suggested by comments in
+ build-aux/git-version-gen.
+ (EXTRA_DIST): Remove GNUmakefile, handled by Gnulib. Add maint.mk,
+ .prev-version, and .version.
+ * NEWS (2.3b+): Rename to...
+ (?.?): ... this because we're dropping the "+" version naming scheme,
+ but, in general, we still can't be sure of our next release name.
+ * bootstrap: Add a quick hack to remove from .gitignore the
+ GNUmakefile entry that gnulib adds. We already have a /GNUmakefile
+ entry. This should really be fixed in gnulib instead.
+ * bootstrap.conf (gnulib_modules): Add gnumakefile.
+ * configure.ac (AC_INIT): Set version name by invoking
+ build-aux/git-version-gen.
+ (AC_CONFIG_FILES): Remove .version, now generated by
+ build-aux/git-version-gen.
+ * maint.mk: New, copied from coreutils.
+ * doc/.cvsignore (bison.1): Add.
+ * doc/.gitignore (/bison.1): Add.
+ * doc/bison.1: Remove, generated.
+ * src/.cvsignore (revision.c): Remove.
+ * src/.gitignore (/revision.c): Remove.
+ * src/Makefile.am (bison_SOURCES): Remove revision.c and revision.h.
+ (BUILT_SOURCES): Remove revision.c.
+ (revision.c): Remove.
+ * src/getargs.c (version): Don't print revision after the VERSION.
+ * src/revision.h: Remove.
+
+2008-07-16 Joel E. Denny <jdenny@ces.clemson.edu>
+
+ Fix untranslatable composition of sentences. Reported by Goran
+ Uddeborg at
+ <http://lists.gnu.org/archive/html/bug-bison/2008-06/msg00000.html>.
+ * THANKS (Goran Uddeborg): Add.
+ * src/reduce.c (reduce_print): Report the number of nonterminals and
+ rules useless in the grammar in separate sentences.
+ * tests/reduce.at (Useless Rules): Update output.
+ (Reduced Automaton): Likewise.
+ (Underivable Rules): Likewise.
+ (Empty Language): Likewise.
+
+2008-07-15 Joel E. Denny <jdenny@ces.clemson.edu>
+
+ Fix some .gitignore and .cvsignore problems.
+ * bootstrap (insert_sorted_if_absent): Replace all uses with...
+ (insert_vc_ignore): ... this new function, which prepends `/' to all
+ .gitignore entries before passing them to insert_sorted_if_absent.
+ * bootstrap.conf (vc_ignore): Set to '.cvsignore .gitignore' so that
+ .cvsignore files are maintained even though Bison developers run
+ bootstrap while using Git.
+ * .cvsignore (*.patch *.log log patches applied): Remove, apparently
+ unneeded by Bison.
+ (gnulib): Add.
+ * .gitignore (/*.patch *.log log patches applied): Remove, broken and
+ unneeded. Reported by Eric Blake.
+ * lib/.gitignore (/*~): Add.
+ * po/.cvsignore, runtime-po/.cvsignore: Sync with .gitignore.
+ * examples/calc++/.gitignore (/calc++.exe): Add. Reported by Eric
+ Blake.
+ * src/.gitignore (/bison.exe): Add. Reported by Eric Blake.
+
+2008-07-15 Joel E. Denny <jdenny@ces.clemson.edu>
+
+ Improve forward-compatibility with GNU M4. Reported by Eric Blake at
+ <http://lists.gnu.org/archive/html/bug-bison/2008-07/msg00000.html>.
+ * bootstrap.conf (gnulib_modules): Add unsetenv.
+ * lib/.gitignore, lib/.cvsignore (/unsetenv.c): Add.
+ * m4/.gitignore, m4/.cvsignore (/environ.m4): Add.
+ (/setenv.m4): Add.
+ * src/output.c (output_skeleton): For the m4 invocation, pass -dV as
+ the first argument because it may become position-dependent, and unset
+ POSIXLY_CORRECT so Bison's skeletons have access to GNU M4 extensions.
+ Add comments explaining these issues in more detail.
+
+2008-07-14 Joel E. Denny <jdenny@ces.clemson.edu>
+
+ Add .gitignore everywhere based on .cvsignore.
+ * .gitignore: New.
+ * build-aux/.gitignore: New.
+ * data/.gitignore: New.
+ * doc/.gitignore: New.
+ * etc/.gitignore: New.
+ * examples/.gitignore: New.
+ * examples/calc++/.gitignore: New.
+ * lib/.gitignore: New.
+ * m4/.gitignore: New.
+ * po/.gitignore: New.
+ * runtime-po/.gitignore: New.
+ * src/.gitignore: New.
+ * tests/.gitignore: New.
+
+2008-05-27 Joel E. Denny <jdenny@ces.clemson.edu>
+
+ * NEWS (2.3b+): New section, empty for now.
+ * configure.ac (AC_INIT): 2.3b -> 2.3b+.
+
+2008-05-27 Joel E. Denny <jdenny@ces.clemson.edu>
+
+ * NEWS (2.3b): Update release date since there has been a delay in
+ getting the announcements and tarballs out.
+
+2008-05-23 Joel E. Denny <jdenny@ces.clemson.edu>
+
+ * NEWS: Version 2.3b.
+ * configure.ac (AC_INIT): Likewise.
+ (PACKAGE_COPYRIGHT_YEAR): Update to 2008.
+
+2008-05-23 Joel E. Denny <jdenny@ces.clemson.edu>
+
+ * HACKING: Don't say don't mention HACKING in the ChangeLog. We've
+ been doing it for years.
+ (Test suite): Mention maintainer-push-check and maintainer-xml-check.
+ (Release Procedure): Add FIXME about make alpha being unmaintained.
+
+2008-05-13 Joel E. Denny <jdenny@ces.clemson.edu>
+
+ * data/yacc.c: Reformat m4 a little for readability.
+ * src/lalr.c (build_relations): Correct comment.
+
+2008-05-12 Juan Manuel Guerrero <juan.guerrero@gmx.de>
+
+ DJGPP specific issue.
+ * djgpp/config.sed: Fixes required to run configure scripts generated
+ by autoconf 2.62.
+
2008-05-07 Joel E. Denny <jdenny@ces.clemson.edu>
* HACKING (Release Procedure): translation@iro.umontreal.ca is now
-----
Copyright (C) 1987, 1988, 1991, 1992, 1993, 1994, 1995, 1996,
- 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
+ 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
Free Software Foundation, Inc.
Copying and distribution of this file, with or without
modification, are permitted provided the copyright notice and this
notice are preserved.
-
-$Id$