NEWS
changeset 21099 6a0cdb6f72d3
parent 21056 2cfe839e8d58
child 21109 f8f89be75e81
--- a/NEWS	Mon Oct 23 16:49:21 2006 +0200
+++ b/NEWS	Mon Oct 23 16:56:35 2006 +0200
@@ -475,6 +475,14 @@
 
 *** HOL ***
 
+* Constant "List.list_all2" in List.thy now uses authentic syntax.
+INCOMPATIBILITY: translations containing list_all2 may go wrong. On Isar
+level, use abbreviations instead.
+
+* Constant "List.op mem" in List.thy now has proper name: "List.memberl"
+INCOMPATIBILITY: rarely occuring name references (e.g. ``List.op mem.simps'')
+require renaming (e.g. ``List.memberl.simps'').
+
 * Renamed constants in HOL.thy:
     0      ~> HOL.zero
     1      ~> HOL.one