]> git.donarmstrong.com Git - lilypond.git/commitdiff
(main): write .msg and cvs command.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 28 Oct 2006 23:02:28 +0000 (23:02 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 28 Oct 2006 23:02:28 +0000 (23:02 +0000)
ChangeLog
buildscripts/git-update-changelog.py

index fbd2c2fadfafb9fecc46040a1350b1dd7dc1fcd0..87844cc382fc99ba7134eb84808395a72ea43c40 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,13 +1,12 @@
 2006-10-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
-       
+       * 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: 
index 6a9d7489b9c35b55cd715faccf4c937578b85a45..d1492cf5d882d74204499bb94a428d7370f30c80 100644 (file)
@@ -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'