NEWS
changeset 41435 12585dfb86fe
parent 41434 710cdb9e0d17
child 41440 3e0fc4a54ca1
--- a/NEWS	Thu Jan 06 21:06:17 2011 +0100
+++ b/NEWS	Thu Jan 06 21:06:18 2011 +0100
@@ -103,8 +103,15 @@
 
 * Support for real valued preferences (with approximative PGIP type).
 
-* Interpretation command 'interpret' accepts a list of equations like
-'interpretation' does.
+* Locale interpretation commands 'interpret' and 'sublocale' accept
+lists of equations to map definitions in a locale to appropriate
+entities in the context of the interpretation.  The 'interpretation'
+command already provided this functionality.
+
+* New diagnostic command 'print_dependencies' prints the locale
+instances that would be activated if the specified expression was
+interpreted in the current context.  Variant 'print_dependencies!'
+assumes a context without interpretations.
 
 * Diagnostic command 'print_interps' prints interpretations in proofs
 in addition to interpretations in theories.
@@ -123,11 +130,6 @@
 * Document antiquotation @{file} checks file/directory entries within
 the local file system.
 
-* Locale interpretation commands 'interpret' and 'sublocale' accept
-equations to map definitions in a locale to appropriate entities in
-the context of the interpretation.  The 'interpretation' command
-already provided this functionality.
-
 
 *** HOL ***