From 7ec2c2d0d93561c11853e073c913d5d79e5ce89c Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sun, 19 Sep 2004 22:51:53 +0000 Subject: [PATCH] (new_input): elucidate message. --- ChangeLog | 4 ++++ VERSION | 2 +- lily/includable-lexer.cc | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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; } -- 2.39.2