CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Han-Wen Nienhuys <[EMAIL PROTECTED]>    05/08/26 08:40:19

Modified files:
        .              : THANKS 
        Documentation/topdocs: NEWS.tely 
        lily           : pango-font.cc 

Log message:
        * lily/pango-font.cc (pango_item_string_stencil): make Mingw code
        standard. Remove #ifdef. Remove memleak.
        (text_stencil): use text_dir to decide how to composite items.
        (text_stencil): determine uniform text direction for the entire
        string.
        
        * THANKS: add Vicente & Trevor.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/THANKS.diff?tr1=1.148&tr2=1.149&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/topdocs/NEWS.tely.diff?tr1=1.80&tr2=1.81&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/lily/pango-font.cc.diff?tr1=1.43&tr2=1.44&r1=text&r2=text

Patches:
Index: lilypond/Documentation/topdocs/NEWS.tely
diff -u lilypond/Documentation/topdocs/NEWS.tely:1.80 
lilypond/Documentation/topdocs/NEWS.tely:1.81
--- lilypond/Documentation/topdocs/NEWS.tely:1.80       Thu Aug 25 13:37:00 2005
+++ lilypond/Documentation/topdocs/NEWS.tely    Fri Aug 26 08:40:19 2005
@@ -48,14 +48,6 @@
 
 
 @item
-The order of words in @code{\markup} commands may now be reversed by
-setting the @code{text-direction} property. This is useful for
-Right-to-Left languages like Hebrew.
-
-This feature was sponsored by Aaron Mehl.
-
-
[EMAIL PROTECTED]
 Texts over multi measure rests now stretch corresponding measure.
 
 @lilypond[relative=2,fragment,raggedright]
Index: lilypond/THANKS
diff -u lilypond/THANKS:1.148 lilypond/THANKS:1.149
--- lilypond/THANKS:1.148       Fri Aug 26 08:38:37 2005
+++ lilypond/THANKS     Fri Aug 26 08:40:19 2005
@@ -21,7 +21,6 @@
 
 SPONSORS
 
-Aaron Mehl
 Jay Hamilton
 Jamie Bullock
 D. Josiah Boothby
Index: lilypond/lily/pango-font.cc
diff -u lilypond/lily/pango-font.cc:1.43 lilypond/lily/pango-font.cc:1.44
--- lilypond/lily/pango-font.cc:1.43    Fri Aug 26 08:38:38 2005
+++ lilypond/lily/pango-font.cc Fri Aug 26 08:40:19 2005
@@ -240,7 +240,6 @@
          dest.translate_axis (item_stencil.extent (X_AXIS)[RIGHT], X_AXIS);
        }
 
-      
 #if 0 /* Check extents.  */
       if (!item_stencil.extent_box ()[X_AXIS].is_empty ())
        {


_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to