NEWS
changeset 37608 165cd386288d
parent 37591 d3daea901123
parent 37595 9591362629e3
child 37666 e31fd427c285
--- a/NEWS	Tue Jun 29 02:18:08 2010 +0100
+++ b/NEWS	Tue Jun 29 07:55:18 2010 +0200
@@ -21,6 +21,22 @@
 of ML functions, facts etc. involving split have been retained so far,
 though.  INCOMPATIBILITY.
 
+* Dropped old infix syntax "mem" for List.member;  use "in set"
+instead.  INCOMPATIBILITY.
+
+* Refactoring of code-generation specific operations in List.thy
+
+  constants
+    null ~> List.null
+
+  facts
+    mem_iff ~> member_def
+    null_empty ~> null_def
+
+INCOMPATIBILITY.  Note that these were not suppossed to be used
+regularly unless for striking reasons;  their main purpose was code
+generation.
+
 * Some previously unqualified names have been qualified:
 
   types