--- a/NEWS Tue Nov 23 23:44:11 2010 +0100
+++ b/NEWS Wed Nov 24 10:23:52 2010 +0100
@@ -89,6 +89,14 @@
*** HOL ***
+* Theory Enum (for explicit enumerations of finite types) is now part of
+the HOL-Main image. INCOMPATIBILITY: All constants of the Enum theory now
+have to be referred to by its qualified name.
+ constants
+ enum -> Enum.enum
+ nlists -> Enum.nlists
+ product -> Enum.product
+
* Renamed theory Fset to Cset, type Fset.fset to Cset.set, in order to
avoid confusion with finite sets. INCOMPATIBILITY.