From c22bd1864da3f35016624fac4241bdea484bc64d Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sat, 28 Oct 2006 23:02:28 +0000 Subject: [PATCH] (main): write .msg and cvs command. --- ChangeLog | 11 +++++------ buildscripts/git-update-changelog.py | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index fbd2c2fadf..87844cc382 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,13 +1,12 @@ 2006-10-29 Han-Wen Nienhuys - + * buildscripts/git-update-changelog.py (main): write .msg and cvs command. + * scm/define-grobs.scm: separation-items have width - * VERSION: bump version - * .gitignore: * Documentation/topdocs/NEWS.tely: @@ -15,9 +14,9 @@ * lily/slur-engraver.cc: * lily/slur-scoring.cc: * scm/define-grobs.scm: - * input/regression/slur-clef.ly: - add breakableSeparationItem to extra encompass for slurs. This fixesslur/clef slur/key collisions etc. Should fix #49 - + * input/regression/slur-clef.ly: + add breakableSeparationItem to extra encompass for slurs. This + fixes slur/clef slur/key collisions etc. Should fix #49 * lily/include/slur-scoring.hh: * lily/slur-scoring.cc: diff --git a/buildscripts/git-update-changelog.py b/buildscripts/git-update-changelog.py index 6a9d7489b9..d1492cf5d8 100644 --- a/buildscripts/git-update-changelog.py +++ b/buildscripts/git-update-changelog.py @@ -168,7 +168,7 @@ Run this file from the CVS directory, with --git-dir new_log += header (last_commit) - new_log += changelog_body (c) + new_log = changelog_body (c) + new_log last_commit = c final_log += self.message + '\n' -- 2.39.5