NEWS
changeset 44019 ee784502aed5
parent 44018 d34f0cd62164
child 44023 3e5f8cc666db
--- a/NEWS	Tue Aug 02 07:36:58 2011 -0700
+++ b/NEWS	Tue Aug 02 08:28:34 2011 -0700
@@ -65,7 +65,7 @@
 
 * Class complete_lattice: generalized a couple of lemmas from sets;
 generalized theorems INF_cong and SUP_cong.  New type classes for complete
-boolean algebras and complete linear orderes.  Lemmas Inf_less_iff,
+boolean algebras and complete linear orders.  Lemmas Inf_less_iff,
 less_Sup_iff, INF_less_iff, less_SUP_iff now reside in class complete_linorder.
 More consistent and less misunderstandable names:
   INFI_def ~> INF_def
@@ -83,7 +83,7 @@
 to UNION any longer;  these have been moved to collection UN_ball_bex_simps.
 INCOMPATIBILITY.
 
-* Archimedian_Field.thy:
+* Archimedean_Field.thy:
     floor now is defined as parameter of a separate type class floor_ceiling.
  
 * Finite_Set.thy: more coherent development of fold_set locales:
@@ -157,6 +157,16 @@
 * Well-founded recursion combinator "wfrec" has been moved to
 Library/Wfrec.thy. INCOMPATIBILITY.
 
+* Theory Library/Nat_Infinity has been renamed to Library/Extended_Nat.
+The names of the following types and constants have changed:
+  inat (type) ~> enat
+  Fin         ~> enat
+  Infty       ~> infinity (overloaded)
+  iSuc        ~> eSuc
+  the_Fin     ~> the_enat
+Every theorem name containing "inat", "Fin", "Infty", or "iSuc" has
+been renamed accordingly.
+
 
 *** Document preparation ***