From: Paolo Bonzini Date: Wed, 5 Nov 2008 09:09:21 +0000 (+0100) Subject: Accept Bison's NEWS format. X-Git-Tag: v0.1~6719 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=c6790e9ece33da10ea5e64c25e57a5488584786a;p=gnulib.git Accept Bison's NEWS format. * build-aux/announce-gen (print_news_deltas): Tweak $re_prefix. --- diff --git a/ChangeLog b/ChangeLog index 799bde387..cee12e447 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-11-05 Joel E. Denny + + Accept Bison's NEWS format. + * build-aux/announce-gen (print_news_deltas): Tweak + $re_prefix. + 2008-11-04 Bruno Haible * modules/random_r (Maintainer): Add glibc. diff --git a/build-aux/announce-gen b/build-aux/announce-gen index 677566559..78ca62551 100755 --- a/build-aux/announce-gen +++ b/build-aux/announce-gen @@ -207,7 +207,7 @@ sub print_news_deltas ($$$) # 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";