Joel E. Denny wrote: > > > diff --git a/ChangeLog b/ChangeLog > > > index ba72930..9591fdb 100644 > > > --- a/ChangeLog > > > +++ b/ChangeLog > > > @@ -23,6 +23,12 @@ > > > > > > 2009-08-03 Joel E. Denny <jde...@clemson.edu> > > > > > > + update-copyright: support @copyright{} and © > > > + * build-aux/update-copyright: Implement and document. > > > + * tests/test-update-copyright.sh: Test. > > > + > > > +2009-08-03 Joel E. Denny <jde...@clemson.edu> > > The only change I made was to move your new ChangeLog to the > > beginning of the file. > > Hmm. Sorry. Not sure how that happened.
It should not happen if you are using the 'git-merge-changelog' driver (see installation instructions in gnulib/lib/git-merge-changelog.c). This merge driver ensures that your locally added ChangeLog entries are are always preserved at the top of the ChangeLog. Bruno