Tue, 09 Oct 2012 16:57:58 +0200rename Set.project to Set.filter - more appropriate name
kuncar [Tue, 09 Oct 2012 16:57:58 +0200] rev 50772
rename Set.project to Set.filter - more appropriate name

Wed, 10 Oct 2012 15:39:01 +0200added some ad-hoc namespace prefixes to avoid duplicate facts;
wenzelm [Wed, 10 Oct 2012 15:39:01 +0200] rev 50771
added some ad-hoc namespace prefixes to avoid duplicate facts;

Wed, 10 Oct 2012 15:27:10 +0200avoid duplicate facts;
wenzelm [Wed, 10 Oct 2012 15:27:10 +0200] rev 50770
avoid duplicate facts;

Wed, 10 Oct 2012 15:21:26 +0200more explicit namespace prefix for 'statespace' -- duplicate facts;
wenzelm [Wed, 10 Oct 2012 15:21:26 +0200] rev 50769
more explicit namespace prefix for 'statespace' -- duplicate facts;

Wed, 10 Oct 2012 15:17:40 +0200eliminated spurious fact duplicates;
wenzelm [Wed, 10 Oct 2012 15:17:40 +0200] rev 50768
eliminated spurious fact duplicates;

Wed, 10 Oct 2012 15:01:20 +0200modernized dynamic "rules" -- avoid rebinding of static facts;
wenzelm [Wed, 10 Oct 2012 15:01:20 +0200] rev 50767
modernized dynamic "rules" -- avoid rebinding of static facts;

Tue, 09 Oct 2012 22:24:24 +0200removed redundant lemma, cf. class zero_neq_one in HOL/Rings.thy;
wenzelm [Tue, 09 Oct 2012 22:24:24 +0200] rev 50766
removed redundant lemma, cf. class zero_neq_one in HOL/Rings.thy;

Tue, 09 Oct 2012 21:33:12 +0200clarified Element.init vs. Element.activate: refrain from hard-wiring Thm.def_binding_optional to avoid duplicate facts;
wenzelm [Tue, 09 Oct 2012 21:33:12 +0200] rev 50765
clarified Element.init vs. Element.activate: refrain from hard-wiring Thm.def_binding_optional to avoid duplicate facts;

Tue, 09 Oct 2012 20:23:58 +0200tuned;
wenzelm [Tue, 09 Oct 2012 20:23:58 +0200] rev 50764
tuned;

Tue, 09 Oct 2012 20:05:17 +0200clarified Local_Defs.add_def(s): refrain from hard-wiring Thm.def_binding_optional;
wenzelm [Tue, 09 Oct 2012 20:05:17 +0200] rev 50763
clarified Local_Defs.add_def(s): refrain from hard-wiring Thm.def_binding_optional;
clarified Generic_Target.define: avoid duplicate def binding via Local_Defs.add_def;