]> git.donarmstrong.com Git - lilypond.git/blobdiff - CHANGES
patch::: 1.3.106.jcn2
[lilypond.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 80429e41fda8236e2b8dc59fcdc3de9c53d8f5ca..7f51bc8c87177297e2633425728fecdb34d324e7 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,31 +1,69 @@
-1.3.104.jcn3
+1.3.106.jcn2
 ============
 
-* Bit of temporary makefile hacking to stay in sync with makeinfo patch.
+* Cross compilation and info build fixes, really cancel all builtin
+rules, sigh.
 
-1.3.104.jcn2
+1.3.106.jcn1
 ============
 
+* Generated documentation fixes: Generate all interface descriptions,
+separately, don't list non-set interface properties with element
+descriptions.
+
+
+1.3.105.jcn1
+============
+
+* Makeinfo html documentation generation fixes.
+
+1.3.105.uu1
+===========
+
+* Remove Bar_req, \bar is now a frontend to setting Score.whichBar
+
+* Move Context_specced_music::translator_{type,id}_str_ into music
+properties.
+
+* Don't make line breaks during note playing.
+
+* Clef engraver rewrite. Clef-engraver is now controlled through
+properties clefPosition, clefGlyph, clefOctavation. The \clef command
+is just a front-end to these, see scm/lily.scm, function
+clef-name-to-properties.  See also input/test/manual-clef.ly
+
+1.3.105
+=======
+
+* Bit of temporary makefile hacking to stay in sync with makeinfo patch.
+
 * Separate interface description (test phase).
 
 * Makeinfo --html split fix: http://appel.lilypond.org/fred/software/texinfo-4.0.jcn2.diff
 
 * Use headers for makeinfo html output.
 
-1.3.104.jcn1
-============
-
 * Made some --scrdir build fixes.
 
-1.3.103.jcn5
-============
+1.3.104.uu1
+===========
+
+* Smobified molecule, and cache molecule (ie. generate each molecule
+only once).  Lily should be faster now. (approx. 6 % ?)
+
+* Coded properties-to-font-name in C++. Measured speedup: 14% (wtk1-fugue2)
+
+* Use music properties for Request data.
+
+1.3.104
+=======
 
 * Documentation build fix: don't run LilyPond when generating plain info doc.
 
 * Resurrected info documentation and made cross links between manual
 and generated doco, some small fixes.
 
-* Made small Time signature style fix.
+* Made small time signature style fix.
 
 * Generate texinfo iso html documentation.
 
@@ -209,7 +247,7 @@ input/test/instrument-name-grandstaff.ly
 
 * Moved Text_script_req's text_ member into mus-property.
 
-* Renamed ChordName to ChordNames, for consistancy.
+* Renamed ChordName to ChordNames, for consistency.
 
 * Resurrected most of chord names, superscripting and kerning
   is currently broken, though.
@@ -359,7 +397,6 @@ Break_align_item::space-alist, Chord_name::chord-name-function
 
 * Added \property combineParts: part combiner switched off by default.
 
-
 * Remove all print methods.
 
 * Use Scope::try_retrieve if possible.
@@ -2937,8 +2974,3 @@ pl 15.jcn4
        - direct #... to scm parser  (Thanks to Gary Houston)
 
 
-
-# Local variables:
-# mode: change-log
-# left-margin: 0
-# End: