NEWS
changeset 42056 160a630b2c7e
parent 42015 7b6e72a1b7dd
child 42057 3eba96ff3d3e
--- a/NEWS	Tue Mar 22 17:51:15 2011 +0100
+++ b/NEWS	Tue Mar 22 18:03:28 2011 +0100
@@ -71,6 +71,14 @@
 * Path.print is the official way to show file-system paths to users
 (including quotes etc.).
 
+* Inner syntax: identifiers in parse trees of generic categories
+"logic", "aprop", "idt" etc. carry position information (disguised as
+type constraints).  Occasional INCOMPATIBILITY with non-compliant
+translations that choke on unexpected type constraints: use
+Syntax.strip_positions or Syntax.strip_positions_ast.  As last resort,
+reset the configuration option Syntax.positions, which is called
+"syntax_positions" in Isar attribute source.
+
 
 
 New in Isabelle2011 (January 2011)