]> git.donarmstrong.com Git - lilypond.git/commitdiff
(new_input): elucidate message.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 19 Sep 2004 22:51:53 +0000 (22:51 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 19 Sep 2004 22:51:53 +0000 (22:51 +0000)
ChangeLog
VERSION
lily/includable-lexer.cc

index 25a71f7af43734fcee3ece0e2d0075dd0005cf5a..ab2a6091e252bff18959d8c5f78a79ee67b679be 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-09-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/includable-lexer.cc (new_input): elucidate message.
+
 2004-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
diff --git a/VERSION b/VERSION
index 214473ca58d88a37598aa96d5c465f76631938f2..9f6b5a2f862fdd14d59d72b2ecd39529f8aa3e70 100644 (file)
--- 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=
 
index cb8dc7d9cbe74d299fbd27fc3294a9795a6988fc..ff48f271aa47f8e6340a908739cd43ed06f75508 100644 (file)
@@ -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;
     }