theory loading: only the master source file is looked-up in the implicit load path;
authorwenzelm
Tue, 03 Aug 2010 16:33:11 +0200
changeset 38135 2b9bfa0b44f1
parent 38134 3de75ca6f166
child 38136 bd4965bb7bdc
theory loading: only the master source file is looked-up in the implicit load path;
NEWS
--- a/NEWS	Tue Aug 03 16:21:33 2010 +0200
+++ b/NEWS	Tue Aug 03 16:33:11 2010 +0200
@@ -14,6 +14,10 @@
 consistent view on symbols, while raw explode (or String.explode)
 merely give a byte-oriented representation.
 
+* Theory loading: only the master source file is looked-up in the
+implicit load path, all other files are addressed relatively to its
+directory.  Minor INCOMPATIBILITY, subtle change in semantics.
+
 * Special treatment of ML file names has been discontinued.
 Historically, optional extensions .ML or .sml were added on demand --
 at the cost of clarity of file dependencies.  Recall that Isabelle/ML