On Wed 06 Jul 2016 23:14, Arne Babenhauserheide <arne_...@web.de> writes:
> Does the following suffice as ChangeLog entry? > > > 2016-05-18 Arne Babenhauserheide <arne.babenhauserhe...@kit.edu> > > * doc/ref/guile-invoke.texi, doc/ref/scheme-scripts.texi: > describe the -e (module) shorthand as on equal footing with (@ ...) > > > It’s mostly generated with hg log --template changelog -r tip. Hi, In Guile we work with git :) If you would like a patch applied, please attach it in git-format-patch format, with the commit log in the standard format. Check the git logs for examples. It's easy: just do "git commit -a", paste in your change log with the summary line and no indentation, then "git format-patch HEAD^". Andy