NEWS
changeset 17389 b4743198b939
parent 17385 4dcae6e62268
child 17393 23b7e14ce640
--- a/NEWS	Wed Sep 14 22:08:08 2005 +0200
+++ b/NEWS	Wed Sep 14 22:18:55 2005 +0200
@@ -344,7 +344,9 @@
   {)\([^\.]*\)\.\.  ->  {\1<\.\.}
   \.\.\([^(}]*\)(}  ->  \.\.<\1}
 
-* theory Finite_Set: changed the syntax for 'setsum', summation over
+* Method comm_ring for proving equalities in commutative rings.
+
+* Theory Finite_Set: changed the syntax for 'setsum', summation over
 finite sets: "setsum (%x. e) A", which used to be "\<Sum>x:A. e", is
 now either "SUM x:A. e" or "\<Sum>x \<in> A. e". The bound variable can
 be a tuple pattern.