From: Han-Wen Nienhuys Date: Tue, 14 Sep 1999 15:05:22 +0000 (+0200) Subject: release: 1.2.7 X-Git-Tag: release/1.2.7 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=76014fe170f4217374f4726d54c2a46c60f73e67;p=lilypond.git release: 1.2.7 --- diff --git a/BUGS b/BUGS index cebc3c73e6..8fb51c7c21 100644 --- a/BUGS +++ b/BUGS @@ -5,6 +5,8 @@ Send bug reports to bug-gnu-music@gnu.org. For help and questions use help-gnu-music@gnu.org and gnu-music-discuss@gnu.org. Please consult the faq before mailing your problems. + + ******** [LinuxPPC-R5, egcs-1.1.2-12c] @@ -25,12 +27,17 @@ is buggy; you should upgrade: All compiling with -O2 is suspect, in particular guile-1.3, and Lily herself will break. + [Linux i386] A binary RPM of Guile 1.3 has been distributed from the LilyPond ftp site. This binary was made in RedHat 5.x, and it will fail if this RPM is used with RedHat 6.x. +[GUILE 1.3.2] + +Guile 1.3.2 is buggy in several respects. Do not use it for LilyPond. + [LinuxPPC, egcs-1.1b] Lilypond 1.1.35-1.1.51,...: Wierd errors in guile scm_gc_mark () @@ -78,18 +85,3 @@ This behaviour has been observed with machines that have old libg++ versions (LinuxPPC feb '98, RedHat 4.x). - -[Linux Intel] - -A problem resembling the previous: usage of libg++.2.8.x with the -wrong version of libc results in a coredump from the scanner while -reading the init files. Stacktrace: - - ios::eof (this=0x0) - - yyFlexLexer::LexerInput (this=0x8294848, buf=0x82955f0 "", max_size=8192) - yyFlexLexer::yy_get_next_buffer (this=0x8294848) - My_lily_lexer::yylex (this=0x8294848) - -Fix: follow the install instructions of libg++: match the right -library versions. diff --git a/CHANGES b/CHANGES index ef3c27c998..a7582d04ce 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +pl 6.uu1 + - website fixes. + pl 5.hwn1 - more .texi; yodl completely removed. - rm'd several doc stuff: engraving.yo, gnu-page.yo, translated blurbs (leave it to translation project) @@ -12,6 +15,7 @@ pl 5.jcn1 - website/doco fixes - bf: package-diff.py +************ pl 4.hwn1 - bf: repeats. diff --git a/Documentation/GNUmakefile b/Documentation/GNUmakefile index ac24fa99c9..e8d8df44ff 100644 --- a/Documentation/GNUmakefile +++ b/Documentation/GNUmakefile @@ -5,6 +5,7 @@ depth = .. NAME = documentation SUBDIRS= tex metadoc bibliography pictures topdocs ntweb STEPMAKE_TEMPLATES=documentation texinfo + README_TOP_FILES=NEWS DEDICATION TODO AIMS INFO_FILES = $(wildcard $(outdir)/$(package).info*) EXTRA_DIST_FILES = COPYRIGHT @@ -19,3 +20,7 @@ default: do-doc info: $(outdir)/$(package).info +local-WWW: copy-for-me + +copy-for-me: + $(foreach a, $(README_TOP_FILES),cp ../$(a) $(outdir)/$(a).txt && ) true diff --git a/Documentation/bibliography/GNUmakefile b/Documentation/bibliography/GNUmakefile index 6e8a382f62..094ec07522 100644 --- a/Documentation/bibliography/GNUmakefile +++ b/Documentation/bibliography/GNUmakefile @@ -44,19 +44,18 @@ OUTGENHTMLS = $(addprefix $(outdir)/, $(GENHTMLS:%=%.html)) #urg should generalise and move Lilypond -> StepMake # URG. Lilypond specific. Move out. $(outdir)/%.html: %.data $(depth)/VERSION - $(PYTHON) $(step-bindir)/table-to-html.py --columns=7 --linesep=' ' --package=$(topdir) -o $@ $< - $(PYTHON) $(step-bindir)/add-html-footer.py --package=$(topdir) $@ + $(PYTHON) $(step-bindir)/table-to-html.py --columns=7 --linesep=' ' -o $@ $< + $(PYTHON) $(step-bindir)/add-html-footer.py $@ $(outdir)/%.tex: %.data $(depth)/VERSION - $(PYTHON) $(step-bindir)/table-to-html.py --columns=7 --linesep=' ' --package=$(topdir) -o $@ --latex $< + $(PYTHON) $(step-bindir)/table-to-html.py --columns=7 --linesep=' ' -o $@ --latex $< local-WWW: $(HTML_FILES) $(OUTTEX_FILES:.tex=.ps.gz) $(OUTYO_FILES:.yo=.latex) $(OUTYO_FILES:.yo=.ps.gz) $(addprefix $(outdir)/, $(BIB_FILES:.bib=.html)) $(datafiles) - $(PYTHON) $(step-bindir)/ls-latex.py --package=$(topdir) --title 'LaTeX documents about design and implementation of LilyPond' \ + $(PYTHON) $(step-bindir)/ls-latex.py --title 'LaTeX documents about design and implementation of LilyPond' \ $(YO_FILES) $(OUTYO_FILES:.yo=.latex) $(BIB_FILES) $(DOC_FILES) $(TEX_FILES)\ | sed "s!$(outdir)/!!g" > $(outdir)/index.html - $(PYTHON) $(step-bindir)/add-html-footer.py --package=$(topdir) $(outdir)/index.html $(outdir)/%.bib: %.bib ln -f $< $@ diff --git a/Documentation/footer.html.in b/Documentation/footer.html.in index 3797a9c564..dd1b299fbc 100644 --- a/Documentation/footer.html.in +++ b/Documentation/footer.html.in @@ -1,27 +1,40 @@ - - - +