Fri, 19 Aug 2011 14:17:28 -0700Transcendental.thy: add tendsto_intros lemmas;
huffman [Fri, 19 Aug 2011 14:17:28 -0700] rev 45182
Transcendental.thy: add tendsto_intros lemmas;
new isCont theorems;
simplify some proofs.

Fri, 19 Aug 2011 11:49:53 -0700add lemma isCont_tendsto_compose
huffman [Fri, 19 Aug 2011 11:49:53 -0700] rev 45181
add lemma isCont_tendsto_compose

Fri, 19 Aug 2011 23:48:18 +0200merged
wenzelm [Fri, 19 Aug 2011 23:48:18 +0200] rev 45180
merged

Fri, 19 Aug 2011 23:25:47 +0200maintain recent future proofs at transaction boundaries;
wenzelm [Fri, 19 Aug 2011 23:25:47 +0200] rev 45179
maintain recent future proofs at transaction boundaries;

Fri, 19 Aug 2011 21:40:52 +0200incremental Proofterm.join_body, with join_thms step in fulfill_norm_proof -- avoid full graph traversal of former Proofterm.join_bodies;
wenzelm [Fri, 19 Aug 2011 21:40:52 +0200] rev 45178
incremental Proofterm.join_body, with join_thms step in fulfill_norm_proof -- avoid full graph traversal of former Proofterm.join_bodies;

Fri, 19 Aug 2011 18:01:23 +0200tuned;
wenzelm [Fri, 19 Aug 2011 18:01:23 +0200] rev 45177
tuned;

Fri, 19 Aug 2011 17:39:37 +0200tuned signature (again);
wenzelm [Fri, 19 Aug 2011 17:39:37 +0200] rev 45176
tuned signature (again);
tuned;

Fri, 19 Aug 2011 16:13:26 +0200tuned signature -- treat structure Task_Queue as private to implementation;
wenzelm [Fri, 19 Aug 2011 16:13:26 +0200] rev 45175
tuned signature -- treat structure Task_Queue as private to implementation;

Fri, 19 Aug 2011 15:56:26 +0200refined Future.cancel: explicit future allows to join actual cancellation;
wenzelm [Fri, 19 Aug 2011 15:56:26 +0200] rev 45174
refined Future.cancel: explicit future allows to join actual cancellation;
Document.cancel_execution: join nested future groups as well;

Fri, 19 Aug 2011 14:01:20 +0200Future.promise: explicit abort operation (like uninterruptible future job);
wenzelm [Fri, 19 Aug 2011 14:01:20 +0200] rev 45173
Future.promise: explicit abort operation (like uninterruptible future job);
explicit cancel_scala message -- still unused;