From cfa671f1b5786331989bce25203eed7ba3069bcc Mon Sep 17 00:00:00 2001 From: "Jeffrey B. Reed" Date: Sun, 26 Mar 2000 15:36:41 +0200 Subject: [PATCH] patch::: 1.3.39.jbr1 1.3.39.jbr1 =========== * buildscripts/mf-to-table.py: feta dep files are now opened with write binary option. This avoids carriage return linefeed problems and windows while not affecting unix. * Documentation/hacking.texi: Fixed a texinfo syntax error * stepmake/bin/package-zip32.sh: Fixed or Removed some legacy, 1.2.x, directory paths. * Documentation/ntweb/index.texi: Fixed broken links, added 1.3.39 links. --- Generated by daboys@austin.rr.com, From = lilypond-1.3.39, To = lilypond-1.3.39.jbr1 usage cd lilypond-source-dir; patch -E -p1 < lilypond-1.3.39.jbr1.diff Patches do not contain automatically generated files or (urg) empty directories, i.e., you should rerun autoconf, configure --- CHANGES | 21 ++++++++++++++++++++- Documentation/hacking.texi | 2 +- Documentation/ntweb/index.texi | 21 +++++++++++---------- VERSION | 2 +- buildscripts/mf-to-table.py | 2 +- stepmake/bin/package-zip32.sh | 16 ++++++++-------- 6 files changed, 42 insertions(+), 22 deletions(-) diff --git a/CHANGES b/CHANGES index 3e8e0221ee..46a4e61e9e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,23 @@ -2000-03-24 +--- ../lilypond-1.3.39/CHANGES Fri Mar 24 08:51:45 2000 +++ b/CHANGES Sun Mar 26 15:36:41 2000 +@@ -1,3 +1,17 @@ +1.3.39.jbr1 +=========== + +* buildscripts/mf-to-table.py: feta dep files are now opened with write + binary option. This avoids carriage return linefeed problems and + windows while not affecting unix. + +* Documentation/hacking.texi: Fixed a texinfo syntax error + +* stepmake/bin/package-zip32.sh: Fixed or Removed some legacy, 1.2.x, + directory paths. + +* Documentation/ntweb/index.texi: Fixed broken links, added 1.3.39 links. + + 1.3.38.hwn2 + =========== + 2000-03-24 * lily/lexer.ll (My_lily_lexer): Bugfix: lookup chordmodifiers in the chord-modifier table (not in the pitch list). diff --git a/Documentation/hacking.texi b/Documentation/hacking.texi index 5a73183f20..e7a09fe3f0 100644 --- a/Documentation/hacking.texi +++ b/Documentation/hacking.texi @@ -270,7 +270,7 @@ Lilypond every glyph usually is represented by one object, a so-called Graphic Object. The primary relations between graphic objects involve positions: -@itemize +@itemize @asis @item consecutive notes are printed left to right, grouped in a staff @item simultaneous notes are horizontally aligned (internally grouped in a paper column). diff --git a/Documentation/ntweb/index.texi b/Documentation/ntweb/index.texi index d8064fbdc9..fe49a8642a 100644 --- a/Documentation/ntweb/index.texi +++ b/Documentation/ntweb/index.texi @@ -15,7 +15,7 @@ covered under the GNU General Public License and all of the source is available on the official @uref{http://www.cs.ruu.nl/people/hanwen/lilypond/index.html,LilyPond Homepage}. A full set of -@uref{http://www.cs.ruu.nl/people/hanwen/lilypond/Documentation/tex/out-www/index.html,documentation} +@uref{http://www.cs.ruu.nl/people/hanwen/lilypond/Documentation/out-www/index.html,documentation} in various formats is also available. @@ -29,13 +29,10 @@ the GNU Project. @item BUG FIXES @itemize @bullet @item - @code{os.rename(this.__base + '.' + str(os.getpid()) + '.dvi', outfile) - os.error: (2, 'No such file or directory')} - This problem was reported by many and thoroughly debugged by - Wolf Lother. We have abandoned the use of @code{os.getpid()}, which - for one reason or another resulted in negative numbers on - windows 95, in favor of the tempfile module. We have also - attempted to use only one '.' in naming temporary files. + After a long absence and many enhancements and bug + fixes by the LilyPond team, that are too numerous to list, the + Windows NT 4.0/95 precompiled preformatted release 1.3.39 is + available. @end itemize @end table @@ -130,7 +127,7 @@ LilyPond. @itemize @bullet @item - @uref{http://www.snafu.de/~cschenk/miktex/,MiKTeX}. Versions + @uref{http://www.miktex.de/,MiKTeX}. Versions 1.10b, 1.11, and 1.20b are known to work. @item @uref{http://www.python.org,Python}. Version 1.5.1 and @@ -147,6 +144,10 @@ LilyPond. @uref{lilypond-TOPLEVEL_VERSION-95.exe,lilypond-TOPLEVEL_VERSION-95} @item Windows NT 4.0 @uref{lilypond-TOPLEVEL_VERSION-nt.exe,lilypond-TOPLEVEL_VERSION-nt} + @item Windows 95 (Latest Stable Release) + @uref{lilypond-1.2.0-95.exe,lilypond-1.2.0-95} + @item Windows NT 4.0 (Latest Stable Release) + @uref{lilypond-1.2.0-nt.exe,lilypond-1.2.0-nt} @end itemize @section Installation @@ -204,7 +205,7 @@ LilyPond. @item @uref{ftp://ftp.cs.uu.nl/pub/GNU/LilyPond/,LilyPond Ftp Site} @item - @uref{http://jab.org/mail/gnu-music-discuss@@gnu.org/,gnu-music-discuss mail archive} + @uref{http://www.mail-archive.com/help-gnu-music@@gnu.org,gnu-music-discuss mail archive} @item Please feel free to mail us at @uref{mailto:gnu-music-discuss@@gnu.org,gnu-music-discuss} @end itemize diff --git a/VERSION b/VERSION index 477b9587de..7c00996be8 100644 --- a/VERSION +++ b/VERSION @@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=3 PATCH_LEVEL=39 -MY_PATCH_LEVEL=jcn1 +MY_PATCH_LEVEL=jbr1 # use the above to send patches: MY_PATCH_LEVEL is always empty for a # released version. diff --git a/buildscripts/mf-to-table.py b/buildscripts/mf-to-table.py index 5a695d2e96..4c87408117 100755 --- a/buildscripts/mf-to-table.py +++ b/buildscripts/mf-to-table.py @@ -166,6 +166,6 @@ for filenm in files: afm = open (afmfile_nm, 'w') write_afm_metric (afm, g,m) write_tex_defs (open (texfile_nm, 'w'), g, m) - write_deps (open (depfile_nm, 'w'), deps, [texfile_nm, afmfile_nm]) + write_deps (open (depfile_nm, 'wb'), deps, [texfile_nm, afmfile_nm]) diff --git a/stepmake/bin/package-zip32.sh b/stepmake/bin/package-zip32.sh index fd41ca4883..788763e3a6 100644 --- a/stepmake/bin/package-zip32.sh +++ b/stepmake/bin/package-zip32.sh @@ -51,17 +51,17 @@ if ! make ; then fi # failure allowed -make -C Documentation info +#make -C Documentation info if ! make install ; then echo "make install failed" exit 1 fi -if ! make -C Documentation/man WWW ; then - echo "make -C documentation/man WWW failed" - exit 1 -fi +#if ! make -C Documentation/man WWW ; then +# echo "make -C documentation/man WWW failed" +# exit 1 +#fi if ! make -C Documentation/ntweb WWW ; then echo "make -C documentation/ntweb WWW failed" @@ -115,14 +115,14 @@ mv $distdir/bin/mudela-book $distdir/bin/mudela-book.py # # copy man documentation to doc directory # -mkdir $distdir/doc -cp Documentation/man/out/*.html $distdir/doc +#mkdir $distdir/doc +#cp Documentation/man/out/*.html $distdir/doc # # copy web documentation to web directory # mkdir $distdir/web -for i in index.html guile.patch angels.ly +for i in index.html guile-1.3.4-gnu-windows.patch angels.ly do cp Documentation/ntweb/out/$i $distdir/web || exit 1 done -- 2.39.2