# HG changeset patch # User wenzelm # Date 1119298461 -7200 # Node ID b2687ce384334c59aa3dfcc1f592f421dde77c17 # Parent c4b2e3cd84ab8c312305b729171239788ae3507a * Pure: get_thm interface expects datatype thmref; * More efficient treatment of intermediate theory checkpoints; diff -r c4b2e3cd84ab -r b2687ce38433 NEWS --- a/NEWS Mon Jun 20 22:14:20 2005 +0200 +++ b/NEWS Mon Jun 20 22:14:21 2005 +0200 @@ -161,6 +161,9 @@ * New syntax 'name(i-j, i-, i, ...)' for referring to specific selections of theorems in named facts via index ranges. +* More efficient treatment of intermediate checkpoints in interactive +theory development. + *** Locales *** @@ -459,6 +462,10 @@ Theory.hide_classes_i/types_i/consts_i, while the non '_i' versions internalize their arguments! INCOMPATIBILITY. +* Pure: get_thm interface (of PureThy and ProofContext) expects +datatype thmref (with constructors Name and NameSelection) instead of +plain string -- INCOMPATIBILITY; + * Pure: cases produced by proof methods specify options, where NONE means to remove case bindings -- INCOMPATIBILITY in (RAW_)METHOD_CASES.