NEWS
changeset 11690 cb64368fb405
parent 11663 8a86409108fe
child 11700 a0e6bda62b7b
--- a/NEWS	Thu Oct 04 16:07:20 2001 +0200
+++ b/NEWS	Thu Oct 04 16:07:43 2001 +0200
@@ -16,17 +16,20 @@
 
 *** Isar ***
 
-* Isar/Pure: renamed "antecedent" case to "rule_context";
-
-* Isar/HOL: 'recdef' now fails on unfinished automated proofs, use
+* renamed "antecedent" case to "rule_context";
+
+* improved proof by cases and induction:
+  - moved induct/cases attributes to Pure;
+  - added 'print_induct_rules' (covered by help item in Proof General > 3.3);
+  - generic setup instantiated for FOL and HOL;
+  - removed obsolete "(simplified)" and "(stripped)" options;
+
+* HOL: 'recdef' now fails on unfinished automated proofs, use
 "(permissive)" option to recover old behavior;
 
-* Isar/HOL: 'inductive' now longer features separate (collective)
+* HOL: 'inductive' now longer features separate (collective)
 attributes for 'intros';
 
-* moved induct/cases attributes to Pure, added 'print_induct_rules'
-command;
-
 
 *** HOL ***