+2002-07-16 Akim Demaille <akim@epita.fr>
+
+ * src/assoc.c, src/asssoc.h (assoc_t, assoc_to_string): New.
+ Adjust all former `associativity' dependencies.
+ * src/symtab.c (symbol_new): Default associativity is `undef', not
+ `right'.
+ (symbol_check_alias_consistence): Adjust.
+
+2002-07-09 Akim Demaille <akim@epita.fr>
+
+ * doc/bison.texinfo: Properly set the ``header'' part.
+ Use @dircategory ``GNU programming tools'' as per Texinfo's
+ documentation.
+ Use @copying.
+
+2002-07-09 Akim Demaille <akim@epita.fr>
+
+ * lib/quotearg.h: Protect against multiple inclusions.
+ * src/location.h (location_t): Add a `file' member.
+ (LOCATION_RESET, LOCATION_PRINT): Adjust.
+ * src/complain.c (warn_at, complain_at, fatal_at): Drop
+ `error_one_per_line' support.
+
2002-07-09 Akim Demaille <akim@epita.fr>
* src/complain.h, src/complain.c (warn, complain): Remove, unused.