* build-aux/announce-gen (print_news_deltas): Tweak $re_prefix.
+2008-11-05 Joel E. Denny <jdenny@ces.clemson.edu>
+
+ Accept Bison's NEWS format.
+ * build-aux/announce-gen (print_news_deltas): Tweak
+ $re_prefix.
+
2008-11-04 Bruno Haible <bruno@clisp.org>
* modules/random_r (Maintainer): Add glibc.
# the first occurrence of $prev_version.
my $in_items;
- my $re_prefix = qr/\* (?:Noteworthy|Major) change/;
+ my $re_prefix = qr/(?:\* )?(?:Noteworthy c|Major c|C)(?i:hanges)/;
open NEWS, '<', $news_file
or die "$ME: $news_file: cannot open for reading: $!\n";