From: Thomas Roessler Date: Tue, 9 Jan 2007 10:37:34 +0000 (+0000) Subject: Change comment convention for ChangeLog slightly, from ^# to ^#\ . X-Git-Tag: mutt-1-5-14-rel~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=119839d248ccb38389f0262fc9d47a99581dad8d;p=mutt Change comment convention for ChangeLog slightly, from ^# to ^#\ . --- diff --git a/ChangeLog b/ChangeLog index 8fdb66b9..8bd1cca2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,6 @@ -2007-01-09 10:29:09 Thomas Roessler (roessler) +2007-01-09 10:31:09 Thomas Roessler (roessler) + + * pattern.c: #2673: Make mutt_which_case() multi-byte aware. * copy.c, protos.h, sendlib.c: Smarter header wrapping -- different behavior for display purposes and sent messages. diff --git a/cvslog2changelog.pl b/cvslog2changelog.pl index 1f8b3be0..330dd468 100644 --- a/cvslog2changelog.pl +++ b/cvslog2changelog.pl @@ -30,7 +30,7 @@ while (<>) { $change->{date} =~ s!/!-!g; # Record the change. - push @Changes, $change unless $change->{logmsg} =~ /^#/; + push @Changes, $change unless $change->{logmsg} =~ /^# /; $change = {}; $change->{workfile} = $workfile; $change->{logmsg} = '';