* Outer syntax: string tokens no longer admit escaped white space;
authorwenzelm
Mon, 28 Jan 2008 22:27:27 +0100
changeset 26006 c973b4981276
parent 26005 431ab3907291
child 26007 3760d3ff4cce
* Outer syntax: string tokens no longer admit escaped white space;
NEWS
--- a/NEWS	Mon Jan 28 22:27:26 2008 +0100
+++ b/NEWS	Mon Jan 28 22:27:27 2008 +0100
@@ -13,6 +13,10 @@
 specified via 3 decimal digits (as in SML).  E.g. "foo\095bar" for
 "foo_bar".
 
+* Outer syntax: string tokens no longer admit escaped white space,
+which was an accidental (undocumented) feature.  INCOMPATIBILITY, use
+white space directly.
+
 * Theory loader: use_thy (and similar operations) no longer set the
 implicit ML context, which was occasionally hard to predict and in
 conflict with concurrency.  INCOMPATIBILITY, use ML within Isar which