annotate changelog.tmpl @ 12624:83606de30dae stable

maint: generate ChangeLog automatically * Move old hand-edited ChangeLog files to OLD-ChangeLogs directory. * changelog.tmpl: New file. * Makefile.am (BUILT_DISTFILES): Add ChangeLog to the list. (EXTRA_DIST): Add OLD-ChangeLogs files. (ChangeLog): New target. * autogen.sh: Don't require ChangeLog to exist.
author John W. Eaton <jwe@octave.org>
date Tue, 19 Apr 2011 21:52:56 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
12624
83606de30dae maint: generate ChangeLog automatically
John W. Eaton <jwe@octave.org>
parents:
diff changeset
1 header = '{date|shortdate} {author|person} <{author|email}>\n\n'
83606de30dae maint: generate ChangeLog automatically
John W. Eaton <jwe@octave.org>
parents:
diff changeset
2 changeset = '\t{desc|tabindent|strip}\n\n\tFiles: {files|stringify|fill68|tabindent|strip}\n\n'