From: janneke Date: Thu, 29 Jan 2004 11:33:31 +0000 (+0000) Subject: Compile fix (thanks Mats). X-Git-Tag: release/2.1.17^2~13 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e9b1fac80821d1eb17eb289f52c796c95b7f274c;p=lilypond.git Compile fix (thanks Mats). --- diff --git a/ChangeLog b/ChangeLog index ad34cc8649..6e25008ae0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-01-29 Jan Nieuwenhuizen + + * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats). + 2004-01-29 Mats Bengtsson * buildscripts/lilypond-login.sh: Avoid warning about undefined diff --git a/Documentation/topdocs/NEWS.texi b/Documentation/topdocs/NEWS.texi index aab90824cc..8207622508 100644 --- a/Documentation/topdocs/NEWS.texi +++ b/Documentation/topdocs/NEWS.texi @@ -19,8 +19,8 @@ Version 2.1.13 @itemize @bullet @item Safe mode has been reinstated for lilypond. -When lilypond is invoked with @{--safe-mode}, @TeX{} and PostScript -file output is disallowed, and lilypond-bin is invoked with +When lilypond is invoked with @code{--safe-mode}, @TeX{} and +PostScript file output is disallowed, and lilypond-bin is invoked with @code{--safe-mode}, the user's Guile expressions are evaluated in a safe environment and file inclusion is not allowed.