From: Han-Wen Nienhuys Date: Sun, 19 Sep 2004 22:51:53 +0000 (+0000) Subject: (new_input): elucidate message. X-Git-Tag: release/2.3.18~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7ec2c2d0d93561c11853e073c913d5d79e5ce89c;p=lilypond.git (new_input): elucidate message. --- diff --git a/ChangeLog b/ChangeLog index 25a71f7af4..ab2a6091e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-09-20 Han-Wen Nienhuys + + * lily/includable-lexer.cc (new_input): elucidate message. + 2004-09-19 Jan Nieuwenhuizen * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: diff --git a/VERSION b/VERSION index 214473ca58..9f6b5a2f86 100644 --- a/VERSION +++ b/VERSION @@ -1,6 +1,6 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=2 MINOR_VERSION=3 -PATCH_LEVEL=17 +PATCH_LEVEL=18 MY_PATCH_LEVEL= diff --git a/lily/includable-lexer.cc b/lily/includable-lexer.cc index cb8dc7d9cb..ff48f271aa 100644 --- a/lily/includable-lexer.cc +++ b/lily/includable-lexer.cc @@ -47,7 +47,7 @@ Includable_lexer::new_input (String name, Sources *sources) { if (!allow_includes_b_) { - LexerError (_ ("include files are not allowed").to_str0 ()); + LexerError (_ ("include files are not allowed in safe mode").to_str0 ()); return; }