On Friday March 26 2004 01:03, David Bobroff wrote: > It looks just a docs thing but 'make all' with CVS ChangeLog 1.1954 > exits thusly:
How can I find the ChangeLog number? Getting the same error for some time irritated me too; My patch worked for me. The patch does the following: 1. Adds 2.2's preface node to the menu (which was the error). 2. Removes the colon prior to the list of major changes; if you still want the colon, it should be preceded by an object (thats grammar talk, not programming talk). An example of using that would be "Major areas of change are the following: orchestral notation, lyrics formatting and font size handling." or "Major areas of change: orchestral notation, lyrics formatting and font size handling." 3. Changed 2.2's preface to be for this year (2004). Index: Documentation/user/preface.itely =================================================================== RCS file: /cvsroot/lilypond/lilypond/Documentation/user/preface.itely,v retrieving revision 1.37 diff -u -3 -p -r1.37 preface.itely --- Documentation/user/preface.itely 25 Mar 2004 23:24:45 -0000 1.37 +++ Documentation/user/preface.itely 27 Mar 2004 03:25:42 -0000 @@ -5,6 +5,7 @@ @unnumbered Preface @menu +* Preface to version 2.2:: * Preface to version 2.0:: * Preface to version 1.8:: * Preface to version 1.6:: @@ -15,12 +16,12 @@ @unnumberedsec Preface to version 2.2 During the 2.1 development cycle, the cleanup of the existing features -has continued unabated. Major areas of change are: orchestral +has continued unabated. Major areas of change are orchestral notation, lyrics formatting and font size handling. Han-Wen and Jan -Utrecht/Eindhoven, The Netherlands, March 2003. +Utrecht/Eindhoven, The Netherlands, March 2004. @node Preface to version 2.0 _______________________________________________ Lilypond-devel mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-devel
