Mon, 14 Jul 2008 19:57:09 +0200 export EXCURSION_FAIL;
wenzelm [Mon, 14 Jul 2008 19:57:09 +0200] rev 27583
export EXCURSION_FAIL;
Mon, 14 Jul 2008 19:20:57 +0200 dropped junk
haftmann [Mon, 14 Jul 2008 19:20:57 +0200] rev 27582
dropped junk
Mon, 14 Jul 2008 19:20:29 +0200 moved bootstrap of simplifier
haftmann [Mon, 14 Jul 2008 19:20:29 +0200] rev 27581
moved bootstrap of simplifier
Mon, 14 Jul 2008 19:20:28 +0200 tuned
haftmann [Mon, 14 Jul 2008 19:20:28 +0200] rev 27580
tuned
Mon, 14 Jul 2008 17:51:48 +0200 end_theory: no result;
wenzelm [Mon, 14 Jul 2008 17:51:48 +0200] rev 27579
end_theory: no result;
Mon, 14 Jul 2008 17:51:47 +0200 removed obsolete Toplevel.RESTART;
wenzelm [Mon, 14 Jul 2008 17:51:47 +0200] rev 27578
removed obsolete Toplevel.RESTART;
Mon, 14 Jul 2008 17:51:44 +0200 proper_inform_file_processed: new implementation based on global Isar state (cf. isar.ML);
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;
Mon, 14 Jul 2008 17:51:43 +0200 eliminated internal command history -- superceeded by global Isar state (cf. isar.ML);
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;
Mon, 14 Jul 2008 17:51:42 +0200 adapted IsarCmd.init_theory;
wenzelm [Mon, 14 Jul 2008 17:51:42 +0200] rev 27575
adapted IsarCmd.init_theory;
Mon, 14 Jul 2008 17:51:41 +0200 renamed theory to init_theory, removed obsolete kill argument;
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;
Mon, 14 Jul 2008 17:51:39 +0200 added commit_exit;
wenzelm [Mon, 14 Jul 2008 17:51:39 +0200] rev 27573
added commit_exit;
Mon, 14 Jul 2008 17:47:18 +0200 single_hyp(_meta)_subst_tac: Controlled substitution of a single hyp
krauss [Mon, 14 Jul 2008 17:47:18 +0200] rev 27572
single_hyp(_meta)_subst_tac: Controlled substitution of a single hyp
Mon, 14 Jul 2008 17:02:55 +0200 renamed conversions to _conv, tuned
krauss [Mon, 14 Jul 2008 17:02:55 +0200] rev 27571
renamed conversions to _conv, tuned
Mon, 14 Jul 2008 16:13:58 +0200 Simplified proofs
chaieb [Mon, 14 Jul 2008 16:13:58 +0200] rev 27570
Simplified proofs
Mon, 14 Jul 2008 16:13:55 +0200 Simple theorems about zgcd moved to GCD.thy
chaieb [Mon, 14 Jul 2008 16:13:55 +0200] rev 27569
Simple theorems about zgcd moved to GCD.thy
Mon, 14 Jul 2008 16:13:51 +0200 Theorem names as in IntPrimes.thy, also several theorems moved from there
chaieb [Mon, 14 Jul 2008 16:13:51 +0200] rev 27568
Theorem names as in IntPrimes.thy, also several theorems moved from there
Mon, 14 Jul 2008 16:13:42 +0200 Fixed proofs.
chaieb [Mon, 14 Jul 2008 16:13:42 +0200] rev 27567
Fixed proofs.
Mon, 14 Jul 2008 11:19:43 +0200 ProofNode.current
wenzelm [Mon, 14 Jul 2008 11:19:43 +0200] rev 27566
ProofNode.current
Mon, 14 Jul 2008 11:19:42 +0200 command 'redo' no longer available;
wenzelm [Mon, 14 Jul 2008 11:19:42 +0200] rev 27565
command 'redo' no longer available;
Mon, 14 Jul 2008 11:19:41 +0200 replaced obsolete ProofHistory by ProofNode (backtracking only);
wenzelm [Mon, 14 Jul 2008 11:19:41 +0200] rev 27564
replaced obsolete ProofHistory by ProofNode (backtracking only);
Mon, 14 Jul 2008 11:19:40 +0200 removed obsolete 'redo' command;
wenzelm [Mon, 14 Jul 2008 11:19:40 +0200] rev 27563
removed obsolete 'redo' command; cannot_undo: global history; tuned;
Mon, 14 Jul 2008 11:19:39 +0200 removed obsolete history commands;
wenzelm [Mon, 14 Jul 2008 11:19:39 +0200] rev 27562
removed obsolete history commands; moved back, cannot_undo to isar_syn.ML;
Mon, 14 Jul 2008 11:19:38 +0200 Proof nodes with linear position and backtracking (replaces obsolete proof_history.ML).
wenzelm [Mon, 14 Jul 2008 11:19:38 +0200] rev 27561
Proof nodes with linear position and backtracking (replaces obsolete proof_history.ML).
Mon, 14 Jul 2008 11:19:37 +0200 obsolete (cf. proof_node.ML);
wenzelm [Mon, 14 Jul 2008 11:19:37 +0200] rev 27560
obsolete (cf. proof_node.ML);
Mon, 14 Jul 2008 11:19:36 +0200 removed Isar/proof_history.ML;
wenzelm [Mon, 14 Jul 2008 11:19:36 +0200] rev 27559
removed Isar/proof_history.ML; added Isar/proof_node.ML
Mon, 14 Jul 2008 11:04:47 +0200 added further simple interfaces
haftmann [Mon, 14 Jul 2008 11:04:47 +0200] rev 27558
added further simple interfaces
Mon, 14 Jul 2008 11:04:46 +0200 simpsets as pre/postprocessors; generic preprocessor now named function transformators
haftmann [Mon, 14 Jul 2008 11:04:46 +0200] rev 27557
simpsets as pre/postprocessors; generic preprocessor now named function transformators
Mon, 14 Jul 2008 11:04:42 +0200 unified curried gcd, lcm, zgcd, zlcm
haftmann [Mon, 14 Jul 2008 11:04:42 +0200] rev 27556
unified curried gcd, lcm, zgcd, zlcm
Fri, 11 Jul 2008 23:17:25 +0200 Sorts.weaken: abstract argument;
wenzelm [Fri, 11 Jul 2008 23:17:25 +0200] rev 27555
Sorts.weaken: abstract argument; tuned;
Fri, 11 Jul 2008 23:17:23 +0200 Sorts.weaken: abstract argument;
wenzelm [Fri, 11 Jul 2008 23:17:23 +0200] rev 27554
Sorts.weaken: abstract argument;
Fri, 11 Jul 2008 16:56:20 +0200 instance real_field < field_char_0;
huffman [Fri, 11 Jul 2008 16:56:20 +0200] rev 27553
instance real_field < field_char_0; instance star :: (field_char_0) field_char_0
Fri, 11 Jul 2008 09:03:25 +0200 re-removed subclass relation real_field < field_char_0: coregularity violation in NSA/HyperDef
haftmann [Fri, 11 Jul 2008 09:03:25 +0200] rev 27552
re-removed subclass relation real_field < field_char_0: coregularity violation in NSA/HyperDef
Fri, 11 Jul 2008 09:03:11 +0200 Fract now total; improved code generator setup
haftmann [Fri, 11 Jul 2008 09:03:11 +0200] rev 27551
Fract now total; improved code generator setup
Fri, 11 Jul 2008 09:02:33 +0200 simple inheritance concept
haftmann [Fri, 11 Jul 2008 09:02:33 +0200] rev 27550
simple inheritance concept
Fri, 11 Jul 2008 09:02:32 +0200 tuned thyname lookup
haftmann [Fri, 11 Jul 2008 09:02:32 +0200] rev 27549
tuned thyname lookup
Fri, 11 Jul 2008 09:02:31 +0200 fixed layout
haftmann [Fri, 11 Jul 2008 09:02:31 +0200] rev 27548
fixed layout
Fri, 11 Jul 2008 09:02:30 +0200 explicit completions of arities
haftmann [Fri, 11 Jul 2008 09:02:30 +0200] rev 27547
explicit completions of arities
Fri, 11 Jul 2008 09:02:29 +0200 tuned order
haftmann [Fri, 11 Jul 2008 09:02:29 +0200] rev 27546
tuned order
Fri, 11 Jul 2008 09:02:28 +0200 antiquotation
haftmann [Fri, 11 Jul 2008 09:02:28 +0200] rev 27545
antiquotation
Fri, 11 Jul 2008 09:02:27 +0200 improved code generator setup
haftmann [Fri, 11 Jul 2008 09:02:27 +0200] rev 27544
improved code generator setup
Fri, 11 Jul 2008 09:02:26 +0200 explicit dependency
haftmann [Fri, 11 Jul 2008 09:02:26 +0200] rev 27543
explicit dependency
Fri, 11 Jul 2008 09:02:24 +0200 class instead of axclass
haftmann [Fri, 11 Jul 2008 09:02:24 +0200] rev 27542
class instead of axclass
Fri, 11 Jul 2008 09:02:23 +0200 tuned import
haftmann [Fri, 11 Jul 2008 09:02:23 +0200] rev 27541
tuned import
Fri, 11 Jul 2008 09:02:22 +0200 separate class dvd for divisibility predicate
haftmann [Fri, 11 Jul 2008 09:02:22 +0200] rev 27540
separate class dvd for divisibility predicate
Fri, 11 Jul 2008 00:35:19 +0200 temporarily disable at-sml-dev-p
kleing [Fri, 11 Jul 2008 00:35:19 +0200] rev 27539
temporarily disable at-sml-dev-p
Thu, 10 Jul 2008 22:47:26 +0200 updated generated file;
wenzelm [Thu, 10 Jul 2008 22:47:26 +0200] rev 27538
updated generated file;
Thu, 10 Jul 2008 21:12:34 +0200 restart: Isar.init_point;
wenzelm [Thu, 10 Jul 2008 21:12:34 +0200] rev 27537
restart: Isar.init_point;
Thu, 10 Jul 2008 21:03:47 +0200 proper_inform_file_processed: Isar.init_point starts fresh command sequence;
wenzelm [Thu, 10 Jul 2008 21:03:47 +0200] rev 27536
proper_inform_file_processed: Isar.init_point starts fresh command sequence;
Thu, 10 Jul 2008 20:54:00 +0200 activated new versions of undo, kill_proof;
wenzelm [Thu, 10 Jul 2008 20:54:00 +0200] rev 27535
activated new versions of undo, kill_proof;
Thu, 10 Jul 2008 20:53:52 +0200 activated new versions of init_toplevel, linear_undo, undo, undos_proof kill;
wenzelm [Thu, 10 Jul 2008 20:53:52 +0200] rev 27534
activated new versions of init_toplevel, linear_undo, undo, undos_proof kill;
Thu, 10 Jul 2008 20:53:50 +0200 added print;
wenzelm [Thu, 10 Jul 2008 20:53:50 +0200] rev 27533
added print;
Thu, 10 Jul 2008 20:03:30 +0200 added ProofGeneral.isar_kill_proof;
wenzelm [Thu, 10 Jul 2008 20:03:30 +0200] rev 27532
added ProofGeneral.isar_kill_proof;
Thu, 10 Jul 2008 20:03:28 +0200 added Isar.init_point, Isar.kill;
wenzelm [Thu, 10 Jul 2008 20:03:28 +0200] rev 27531
added Isar.init_point, Isar.kill;
Thu, 10 Jul 2008 20:02:55 +0200 export init_point;
wenzelm [Thu, 10 Jul 2008 20:02:55 +0200] rev 27530
export init_point; added kill, kill_proof; misc tuning;
Thu, 10 Jul 2008 18:02:34 +0200 added Isar.linear_undo;
wenzelm [Thu, 10 Jul 2008 18:02:34 +0200] rev 27529
added Isar.linear_undo;
Thu, 10 Jul 2008 17:47:40 +0200 tuned;
wenzelm [Thu, 10 Jul 2008 17:47:40 +0200] rev 27528
tuned;
Thu, 10 Jul 2008 17:43:02 +0200 tty interaction: do not move point after error;
wenzelm [Thu, 10 Jul 2008 17:43:02 +0200] rev 27527
tty interaction: do not move point after error;
Thu, 10 Jul 2008 17:26:27 +0200 change_lexicons: no verbosity;
wenzelm [Thu, 10 Jul 2008 17:26:27 +0200] rev 27526
change_lexicons: no verbosity;
Thu, 10 Jul 2008 17:26:25 +0200 added Isar.undo, which emulates old-style undo on global tty state;
wenzelm [Thu, 10 Jul 2008 17:26:25 +0200] rev 27525
added Isar.undo, which emulates old-style undo on global tty state;
Thu, 10 Jul 2008 17:26:23 +0200 provide old-style undo operation (still unused);
wenzelm [Thu, 10 Jul 2008 17:26:23 +0200] rev 27524
provide old-style undo operation (still unused); clarified command category; misc tuning;
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip