wenzelm [Mon, 14 Jul 2008 21:07:57 +0200] rev 27588
removed HOL-Complex, which has been discontinued after Isabelle2008;
wenzelm [Mon, 14 Jul 2008 19:59:58 +0200] rev 27587
added HOL-Nominal image;
wenzelm [Mon, 14 Jul 2008 19:57:14 +0200] rev 27586
removed obsolete Pure/General/history.ML;
wenzelm [Mon, 14 Jul 2008 19:57:13 +0200] rev 27585
inform_file_processed: try harder not to fail, ensure
wenzelm [Mon, 14 Jul 2008 19:57:11 +0200] rev 27584
commit_exit: proper error;
wenzelm [Mon, 14 Jul 2008 19:57:09 +0200] rev 27583
export EXCURSION_FAIL;
haftmann [Mon, 14 Jul 2008 19:20:57 +0200] rev 27582
dropped junk
haftmann [Mon, 14 Jul 2008 19:20:29 +0200] rev 27581
moved bootstrap of simplifier
haftmann [Mon, 14 Jul 2008 19:20:28 +0200] rev 27580
tuned
wenzelm [Mon, 14 Jul 2008 17:51:48 +0200] rev 27579
end_theory: no result;
wenzelm [Mon, 14 Jul 2008 17:51:47 +0200] rev 27578
removed obsolete Toplevel.RESTART;
wenzelm [Mon, 14 Jul 2008 17:51:44 +0200] rev 27577
proper_inform_file_processed: new implementation based on global Isar state (cf. isar.ML);
removed obsolete Toplevel.RESTART;
wenzelm [Mon, 14 Jul 2008 17:51:43 +0200] rev 27576
eliminated internal command history -- superceeded by global Isar state (cf. isar.ML);
added commit_exit;
removed obsolete exception RESTART;
init_theory: removed obsolete kill argument;
removed obsolete undo_limit, undo_exit, kill, history;
misc tuning;
wenzelm [Mon, 14 Jul 2008 17:51:42 +0200] rev 27575
adapted IsarCmd.init_theory;
wenzelm [Mon, 14 Jul 2008 17:51:41 +0200] rev 27574
renamed theory to init_theory, removed obsolete kill argument;
removed unused init_toplevel, begin_theory, end_theory;
print_theorems: Toplevel.previous_node_of;
wenzelm [Mon, 14 Jul 2008 17:51:39 +0200] rev 27573
added commit_exit;
krauss [Mon, 14 Jul 2008 17:47:18 +0200] rev 27572
single_hyp(_meta)_subst_tac: Controlled substitution of a single hyp
krauss [Mon, 14 Jul 2008 17:02:55 +0200] rev 27571
renamed conversions to _conv, tuned
chaieb [Mon, 14 Jul 2008 16:13:58 +0200] rev 27570
Simplified proofs
chaieb [Mon, 14 Jul 2008 16:13:55 +0200] rev 27569
Simple theorems about zgcd moved to GCD.thy
chaieb [Mon, 14 Jul 2008 16:13:51 +0200] rev 27568
Theorem names as in IntPrimes.thy, also several theorems moved from there
chaieb [Mon, 14 Jul 2008 16:13:42 +0200] rev 27567
Fixed proofs.
wenzelm [Mon, 14 Jul 2008 11:19:43 +0200] rev 27566
ProofNode.current
wenzelm [Mon, 14 Jul 2008 11:19:42 +0200] rev 27565
command 'redo' no longer available;
wenzelm [Mon, 14 Jul 2008 11:19:41 +0200] rev 27564
replaced obsolete ProofHistory by ProofNode (backtracking only);
wenzelm [Mon, 14 Jul 2008 11:19:40 +0200] rev 27563
removed obsolete 'redo' command;
cannot_undo: global history;
tuned;
wenzelm [Mon, 14 Jul 2008 11:19:39 +0200] rev 27562
removed obsolete history commands;
moved back, cannot_undo to isar_syn.ML;
wenzelm [Mon, 14 Jul 2008 11:19:38 +0200] rev 27561
Proof nodes with linear position and backtracking (replaces obsolete proof_history.ML).
wenzelm [Mon, 14 Jul 2008 11:19:37 +0200] rev 27560
obsolete (cf. proof_node.ML);
wenzelm [Mon, 14 Jul 2008 11:19:36 +0200] rev 27559
removed Isar/proof_history.ML;
added Isar/proof_node.ML
haftmann [Mon, 14 Jul 2008 11:04:47 +0200] rev 27558
added further simple interfaces
haftmann [Mon, 14 Jul 2008 11:04:46 +0200] rev 27557
simpsets as pre/postprocessors; generic preprocessor now named function transformators