aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorFrancesco Potortì2003-02-10 14:30:19 +0000
committerFrancesco Potortì2003-02-10 14:30:19 +0000
commit4dce79e5f3632b68177be403ade620b8b777c8da (patch)
treeccd7f61292f25659a5bc74e7b36587313d363ff1 /admin
parent42ca2aca94c5b1c4a118ebf3d377de5b4916a561 (diff)
downloademacs-4dce79e5f3632b68177be403ade620b8b777c8da.tar.gz
emacs-4dce79e5f3632b68177be403ade620b8b777c8da.zip
Code moved to the new script make-changelog-diff, called from here.
Diffstat (limited to 'admin')
-rw-r--r--admin/ChangeLog6
-rwxr-xr-xadmin/make-announcement15
2 files changed, 7 insertions, 14 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index 2be6d90f114..7f619f6e963 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,3 +1,9 @@
12003-02-10 Francesco Potort,Al(B <pot@gnu.org>
2
3 * make-changelog-diff: New script, code stolen from make-announcement.
4
5 * make-announcement: Use make-changelog-diff.
6
12003-01-20 Francesco Potort,Al(B <pot@gnu.org> 72003-01-20 Francesco Potort,Al(B <pot@gnu.org>
2 8
3 * make-tarball.txt: Step-by-step instructions for making a tarball. 9 * make-tarball.txt: Step-by-step instructions for making a tarball.
diff --git a/admin/make-announcement b/admin/make-announcement
index 3201a0108e7..9f69889e17b 100755
--- a/admin/make-announcement
+++ b/admin/make-announcement
@@ -61,19 +61,6 @@ Changes since $OLD
61 61
62EOF 62EOF
63 63
64cvs -q diff -b -r $oldtag -r $newtag $(find -name ChangeLog|sort) | 64make-changelog-diff $oldtag $newtag
65 sed -n -e 's/^=\+/======/p' -e 's/^> //p' -e 's/^diff.*//p' \
66 -e 's/^RCS file: .cvsroot.emacs.emacs.\(.*\),v/\1/p' |
67 sed -n -e "/^======$/ {
68 N
69 N
70 h
71 d
72 }
73 H
74 s/.*//
75 x
76 s/^\n//
77 p"
78 65
79echo " announcement created in $outfile" >&2 66echo " announcement created in $outfile" >&2