From: Jeffrey B. Reed Date: Fri, 6 Aug 1999 20:46:46 +0000 (+0200) Subject: patch::: 1.2.0.jbr1 X-Git-Tag: release/1.2.1~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=157eb5cf819e2a1f1e90a9d5c96e604cc7241723;p=lilypond.git patch::: 1.2.0.jbr1 --- diff --git a/Documentation/man/ly2dvi.yo b/Documentation/man/ly2dvi.yo index d23853bf55..eca4841ae2 100644 --- a/Documentation/man/ly2dvi.yo +++ b/Documentation/man/ly2dvi.yo @@ -39,9 +39,6 @@ dit(-F,--headers=) dit(-H,--Heigth=) Set paper heigth (points). Used together with width and LaTeX name of papersize in case of papersize unknown to ly2dvi. -dit(-F,--headers=) - Name of additional LaTeX headers file. This is included in the - tex file at the end of the headers, last line before code(\begin{document}) dit(-K,--keeplilypond) Keep LilyPond output after the run. dit(-L,--landscape) diff --git a/Documentation/ntweb/index.yo b/Documentation/ntweb/index.yo index 5d6701b7e8..e785f72b8f 100644 --- a/Documentation/ntweb/index.yo +++ b/Documentation/ntweb/index.yo @@ -21,23 +21,23 @@ subsect(NEWS) label(news) description( dit(BUG FIXES) itemize( - it() Error: Python path: Python installation is required nl() - Users reported problems with the installer finding the python - path for some versions of Python namely 1.5. I am using a - slightly different approach so that problem should be solved. - Thanks to Mats Bengtsson and Wolfgang Fischler reporting and - helping with this issue. - it() Unable to find lilyponddefs.tex nl() - This was due to using version version 1.07 of MiKTeX. I have - add known working versions for all of the required software - packages, per Mats suggestion. See link(Required - Packages)(packages). + it() os.rename(this.__base + '.' + str(os.getpid()) + '.dvi', outfile) nl() + os.error: (2, 'No such file or directory') nl() + This problem was reported by many and thoroughly debugged by + Wolf Lother. We have abandoned the use of 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. ) ) description( dit(NOTES) itemize( + it() We have had preliminary reports that the Windows 95 + installation works on Windows 98. Many thanks to Christian + Mondrup. + it() Please use the Add/Remove program control panel entry to unistall your current version of Lilypond before you attempt to install this one. @@ -48,44 +48,11 @@ description( file(D:\localtexmf\fonts\pk\ljfour\public\ehrhardt) in the Recyle Bin. Your local font directory may be different, please refer to your local installation of code(TeX). - ) -) - -The FAT16, FAT32, and NTFS file system problems have been corrected. -I have tested various installations that are known to be operational. -The following configurations that have been tested. - -description( - dit(Windows NT) - description( - dit(Installed on NTFS) - itemize( - it()Runs from NTFS partion - it()Runs from FAT16 partion - ) - dit(Installed on FAT16) - itemize( - it()Runs from NTFS partion - it()Runs from FAT16 partion - ) - ) -) - -description( - dit(Windows 95) - description( - dit(Installed on FAT16) - itemize( - it()Runs from FAT16 partion - it()Runs from FAT32 partion - ) - dit(Installed on FAT32) - itemize( - it()Runs from FAT16 partion - it()Runs from FAT32 partion - ) - ) + it() The FAT16, FAT32, and NTFS file system problems have been + corrected. I have tested various installations that are known + to be operational. + ) ) The installer was created with @@ -122,12 +89,10 @@ itemize( it()midi2ly ) - -I have also converted the Manual Pages for the above tools to HTML for -easy browsing. This release has been tested on Windows NT 4.0sp3 and -Windows 95 and found to be operational. If you have any troubles and -or comments please do not hesitate to drop me a line -url(Jeffrey B. Reed)(mailto:daboys@austin.rr.com). +This release has been tested on Windows NT 4.0sp3 and Windows 95 and +found to be operational. If you have any troubles and or comments +please do not hesitate to drop me a line +url(Jeffrey B. Reed)(mailto:daboys@austin.rr.com). This is what the version @TOPLEVEL_VERSION@ brings: @@ -138,6 +103,18 @@ top_of_NEWS link(Back to top)(contents) clearpage() +subsect(BUGS) label(news) +itemize( + + it() Using any text that contains '{}' for the value of the any + valid mudela bf(header) construct will cause bf(ly2dvi) to + fail. A work around for the bf(latexheaders) construct is to + create a bf(TeX) file and set bf(latexheaders) to "\input + foo.tex". +) + +link(Back to top)(contents) +clearpage() subsect(Required Packages) label(packages) diff --git a/VERSION b/VERSION index 6c856d297c..b021b69902 100644 --- a/VERSION +++ b/VERSION @@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=2 PATCH_LEVEL=0 -MY_PATCH_LEVEL= +MY_PATCH_LEVEL=jbr1 # use the above to send patches: MY_PATCH_LEVEL is always empty for a # released version. diff --git a/aclocal.m4 b/aclocal.m4 index 602d77213a..caee78ed68 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -2,6 +2,8 @@ dnl WARNING WARNING WARNING WARNING dnl do not edit! this is aclocal.m4, generated from stepmake/aclocal.m4 dnl WARNING WARNING WARNING WARNING dnl do not edit! this is aclocal.m4, generated from stepmake/aclocal.m4 +dnl WARNING WARNING WARNING WARNING +dnl do not edit! this is aclocal.m4, generated from stepmake/aclocal.m4 dnl aclocal.m4 -*-shell-script-*- dnl StepMake subroutines for configure.in diff --git a/stepmake/aclocal.m4 b/stepmake/aclocal.m4 index d579266f49..602d77213a 100644 --- a/stepmake/aclocal.m4 +++ b/stepmake/aclocal.m4 @@ -1,5 +1,7 @@ dnl WARNING WARNING WARNING WARNING dnl do not edit! this is aclocal.m4, generated from stepmake/aclocal.m4 +dnl WARNING WARNING WARNING WARNING +dnl do not edit! this is aclocal.m4, generated from stepmake/aclocal.m4 dnl aclocal.m4 -*-shell-script-*- dnl StepMake subroutines for configure.in