From 5b4e290e91e1f90df25459b1af5504a68bdf21c6 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Wed, 16 Jul 2003 22:58:29 +0000 Subject: [PATCH] (Group): change ftp.cs.uu.nl to ftp.lilypond.org everywhere. --- ChangeLog | 5 +++++ Documentation/topdocs/INSTALL.texi | 5 +---- Documentation/topdocs/README.texi | 2 +- lily/accidental-engraver.cc | 11 +++-------- make/lilypond.lsm.in | 17 ----------------- make/lilypond.mandrake.spec.in | 2 +- make/lilypond.redhat.spec.in | 2 +- make/lilypond.suse.spec.in | 2 +- 8 files changed, 13 insertions(+), 33 deletions(-) delete mode 100644 make/lilypond.lsm.in diff --git a/ChangeLog b/ChangeLog index abd751de12..6ed263f099 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-07-17 Han-Wen Nienhuys + + * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to + ftp.lilypond.org everywhere. + 2003-07-16 Han-Wen Nienhuys * lily/text-item.cc (interpret_new_markup): do only if new-markup diff --git a/Documentation/topdocs/INSTALL.texi b/Documentation/topdocs/INSTALL.texi index 174ede68d3..691dfbac45 100644 --- a/Documentation/topdocs/INSTALL.texi +++ b/Documentation/topdocs/INSTALL.texi @@ -41,12 +41,9 @@ packages if these are available for your platform. @item Download development releases from @c Hmm, these won't show up in lilypond.org/stats @c Otoh, lilypond.org is not updated when release mail arrives -@uref{ftp://ftp.cs.uu.nl/pub/GNU/LilyPond/} by FTP and -@uref{http://ftp.cs.uu.nl/pub/GNU/LilyPond/}, by HTTP. -@item @uref{ftp://sca.uwaterloo.ca/pub/} by FTP (Canadian mirror) -@item at @code{lilypond.org} @uref{ftp://ftp.lilypond.org/pub/LilyPond/} by FTP and @uref{http://www.lilypond.org/ftp/} by HTTP. +@item @uref{ftp://sca.uwaterloo.ca/pub/} by FTP (Canadian mirror) @end itemize diff --git a/Documentation/topdocs/README.texi b/Documentation/topdocs/README.texi index ba4f471873..59aa4ec0c7 100644 --- a/Documentation/topdocs/README.texi +++ b/Documentation/topdocs/README.texi @@ -27,7 +27,7 @@ Version 1.6 is the latest stable release. @section Downloading The primary download site for sourcecode is -@uref{ftp://ftp.cs.uu.nl/pub/GNU/LilyPond/}. +@uref{ftp://ftp.lilypond.org/pub/GNU/LilyPond/}. If you have a slow connection, then you are advised to use @uref{ftp://ftp.xcf.berkeley.edu/pub/xdelta/,xdelta} for patching diff --git a/lily/accidental-engraver.cc b/lily/accidental-engraver.cc index 68ea213eb1..095ed8d0d0 100644 --- a/lily/accidental-engraver.cc +++ b/lily/accidental-engraver.cc @@ -58,13 +58,7 @@ protected: virtual void finalize (); public: - /* - TODO -> property. - - This is not a property, and it is not protected. This poses a - very small risk of the value being GC'd from under us. - */ - SCM last_keysig_; + Protected_scm last_keysig_; /* Urgh. Since the accidentals depend on lots of variables, we have to @@ -83,7 +77,8 @@ public: }; -static void set_property_on_children (Translator_group * trans, const char * sym, SCM val) +static void +set_property_on_children (Translator_group * trans, const char * sym, SCM val) { trans->set_property (sym, val); for (SCM p = trans -> trans_group_list_; gh_pair_p (p); p = ly_cdr(p)) { diff --git a/make/lilypond.lsm.in b/make/lilypond.lsm.in deleted file mode 100644 index 8b8d1b9577..0000000000 --- a/make/lilypond.lsm.in +++ /dev/null @@ -1,17 +0,0 @@ -Begin3 -Title: LilyPond -Version: @TOPLEVEL_VERSION@ -Entered-date: @DATE@ -Description: LilyPond is a music typesetter. It produces beautiful sheet music -using a description file as input. LilyPond is part of the GNU -Project. -Keywords: music notation typesetting midi fonts engraving -Author: hanwen@cs.uu.nl (Han-Wen Nienhuys) - janneke@gnu.org (Jan Nieuwenhuizen) -Maintained-by: hanwen@cs.uu.nl (Han-Wen Nienhuys) -Primary-site: ftp.lilypond.org /pub/LilyPond/v1.6/ - 1500k @package@-@TOPLEVEL_VERSION@.tar.gz -Original-site: ftp.cs.uu.nl /pub/GNU/LilyPond/v1.6/ - 1500k @package@-@TOPLEVEL_VERSION@.tar.gz -Copying-policy: GPL -End diff --git a/make/lilypond.mandrake.spec.in b/make/lilypond.mandrake.spec.in index b370621b9f..80c53fda3a 100644 --- a/make/lilypond.mandrake.spec.in +++ b/make/lilypond.mandrake.spec.in @@ -11,7 +11,7 @@ Release: %{release} License: GPL Group: Applications/Publishing URL: http://www.lilypond.org/ -Source0: ftp.cs.uu.nl:/pub/GNU/LilyPond/development/lilypond-%{version}.tar.gz +Source0: ftp.lilypond.org:/pub/LilyPond/development/lilypond-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-buildroot BuildRequires: t1utils bison flex mftrace texinfo Requires: tetex tetex-latex python chkfontpath info-install XFree86 diff --git a/make/lilypond.redhat.spec.in b/make/lilypond.redhat.spec.in index 509ca4f5a4..8d0dd7b647 100644 --- a/make/lilypond.redhat.spec.in +++ b/make/lilypond.redhat.spec.in @@ -8,7 +8,7 @@ Version: @TOPLEVEL_VERSION@ Release: 1 License: GPL Group: Applications/Publishing -Source0: ftp.cs.uu.nl:/pub/GNU/LilyPond/development/lilypond-@TOPLEVEL_VERSION@.tar.gz +Source0: ftp.lilypond.org:/pub/LilyPond/development/lilypond-@TOPLEVEL_VERSION@.tar.gz Summary: Create and print music notation URL: http://www.lilypond.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-root diff --git a/make/lilypond.suse.spec.in b/make/lilypond.suse.spec.in index 9914bc0f64..822678420e 100644 --- a/make/lilypond.suse.spec.in +++ b/make/lilypond.suse.spec.in @@ -18,7 +18,7 @@ Version: @TOPLEVEL_VERSION@ Release: 2 Copyright: GPL Group: Applications/Publishing -Source0: ftp.cs.uu.nl:/pub/GNU/LilyPond/development/lilypond-@TOPLEVEL_VERSION@.tar.gz +Source0: ftp.lilyond.org:/pub/LilyPond/development/lilypond-@TOPLEVEL_VERSION@.tar.gz # music notation software for.. ? Summary: A program for printing sheet music. URL: http://www.lilypond.org/ -- 2.39.5