1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-10 15:56:18 +00:00

Code moved to the new script make-changelog-diff, called from here.

This commit is contained in:
Francesco Potortì 2003-02-10 14:30:19 +00:00
parent 42ca2aca94
commit 4dce79e5f3
2 changed files with 7 additions and 14 deletions

View File

@ -1,3 +1,9 @@
2003-02-10 Francesco Potort,Al(B <pot@gnu.org>
* make-changelog-diff: New script, code stolen from make-announcement.
* make-announcement: Use make-changelog-diff.
2003-01-20 Francesco Potort,Al(B <pot@gnu.org>
* make-tarball.txt: Step-by-step instructions for making a tarball.

View File

@ -61,19 +61,6 @@ Changes since $OLD
EOF
cvs -q diff -b -r $oldtag -r $newtag $(find -name ChangeLog|sort) |
sed -n -e 's/^=\+/======/p' -e 's/^> //p' -e 's/^diff.*//p' \
-e 's/^RCS file: .cvsroot.emacs.emacs.\(.*\),v/\1/p' |
sed -n -e "/^======$/ {
N
N
h
d
}
H
s/.*//
x
s/^\n//
p"
make-changelog-diff $oldtag $newtag
echo " announcement created in $outfile" >&2