2008-07-31 Paolo Bonzini <bonzini@gnu.org>
* NEWS: Clarify documentation of %language.
2008-07-31 Paolo Bonzini <bonzini@gnu.org>
+ * NEWS: Clarify documentation of %language.
+
+2008-07-31 Paolo Bonzini <bonzini@gnu.org>
+
Support usage of git-merge-changelog.
* .gitattributes: New.
* HACKING: Document usage of git-merge-changelog.
* %language
This new directive specifies the programming language of the generated
- parser, which can be C (the default), C++, or Java. This directive affects
- the skeleton used and the names of the generated files if the grammar file's
- name ends in ".y".
+ parser, which can be C (the default), C++, or Java. Besides the skeleton
+ that Bison uses, the directive affects the names of the generated files if
+ the grammar file's name ends in ".y".
* XML Automaton Report