layout
authoroheimb
Mon, 19 Oct 1998 13:50:25 +0200
changeset 5671 da670b37857e
parent 5670 5e7d9455de96
child 5672 329225a6b6e0
layout
NEWS
--- a/NEWS	Mon Oct 19 13:34:19 1998 +0200
+++ b/NEWS	Mon Oct 19 13:50:25 1998 +0200
@@ -53,10 +53,10 @@
   delWrapper, delSWrapper: claset *  string            -> claset
   getWrapper is renamed to appWrappers, getSWrapper to appSWrappers;
 
-* Classical reasoner: addbefore / addSbefore now have APPEND / ORELSE semantics;
+* Classical reasoner: addbefore/addSbefore now have APPEND/ORELSE semantics;
   addbefore now affects only the unsafe part of step_tac etc.;
-  This affects addss/auto_tac/force_tac, so EXISTING (INSTABLE) PROOFS MAY FAIL, but
-  most proofs should be fixable easily, e.g. by replacing Auto_tac by Force_tac.
+  This affects addss/auto_tac/force_tac,so EXISTING (INSTABLE) PROOFS MAY FAIL,
+  but proofs should be fixable easily, e.g. by replacing Auto_tac by Force_tac.
 
 * Classical reasoner: setwrapper to setWrapper and compwrapper to compWrapper; 
   added safe wrapper (and access functions for it);