Don't generate empty ChangeLog entries, insert the whole message instead.
authorMark Probst <mark.probst@gmail.com>
Fri, 30 Jul 2010 01:51:46 +0000 (03:51 +0200)
committerMark Probst <mark.probst@gmail.com>
Fri, 30 Jul 2010 18:58:57 +0000 (20:58 +0200)
commitf6a12f0096b2815c003ddf67fb8c307c63badd55
tree252f7e8fdd915ff5e2907b13fc02b863cf5bf0be
parentab9b34d79f7a93ecd95d1c0220452fb1e9d0e0bb
Don't generate empty ChangeLog entries, insert the whole message instead.

The commits-to-changelog script previously generated ChangeLog entries
with a FIXME if it couldn't find anything applicable for that
particular ChangeLog.  Since we want to use the script for "make dist"
it shouldn't do this.  Instead it now just inserts the whole commit
message in those ChangeLogs.
scripts/commits-to-changelog.py