wenzelm [Wed, 16 Jul 2008 14:28:47 +0200] rev 27619
shortlogentry/filelogentry: show shortdate and full description;
ballarin [Wed, 16 Jul 2008 14:21:57 +0200] rev 27618
Removed uses of context element includes.
wenzelm [Wed, 16 Jul 2008 11:20:25 +0200] rev 27617
added Isar.command, Isar.insert, Isar.remove (editor model);
wenzelm [Wed, 16 Jul 2008 11:20:24 +0200] rev 27616
export type id with no_id and create_command;
basic support for editor model: insert_command, remove_command;
refined command status;
misc tuning;
wenzelm [Tue, 15 Jul 2008 23:36:26 +0200] rev 27615
tuned;
wenzelm [Tue, 15 Jul 2008 22:37:58 +0200] rev 27614
renamed IsarCmd.nested_command to OuterSyntax.prepare_command;
wenzelm [Tue, 15 Jul 2008 22:37:55 +0200] rev 27613
load thy_edit.ML before isar.ML;
wenzelm [Tue, 15 Jul 2008 19:39:37 +0200] rev 27612
modernized specifications and proofs;
tuned document;
ballarin [Tue, 15 Jul 2008 16:50:09 +0200] rev 27611
Removed uses of context element includes.
haftmann [Tue, 15 Jul 2008 16:02:10 +0200] rev 27610
tuned
haftmann [Tue, 15 Jul 2008 16:02:07 +0200] rev 27609
tuned code theorem bookkeeping
wenzelm [Tue, 15 Jul 2008 15:59:49 +0200] rev 27608
tuned changelogentry;
wenzelm [Tue, 15 Jul 2008 15:46:43 +0200] rev 27607
refined Output.status_fn: priority (only visible for non-empty output, e.g. via test_markup print mode);
wenzelm [Tue, 15 Jul 2008 15:46:41 +0200] rev 27606
support for command status;
wenzelm [Tue, 15 Jul 2008 14:15:49 +0200] rev 27605
added status channel;
writeln_default: suppress empty messages;
wenzelm [Tue, 15 Jul 2008 14:15:43 +0200] rev 27604
added status channel;
wenzelm [Tue, 15 Jul 2008 12:13:14 +0200] rev 27603
tuned;
wenzelm [Tue, 15 Jul 2008 11:50:04 +0200] rev 27602
simplified commit_exit;
wenzelm [Tue, 15 Jul 2008 11:50:03 +0200] rev 27601
simplified commit_exit: operate on previous node of final state, include warning here;
misc tuning;
wenzelm [Tue, 15 Jul 2008 11:50:02 +0200] rev 27600
removed obsolete commit_exit;
wenzelm [Tue, 15 Jul 2008 11:02:43 +0200] rev 27599
added command 'linear_undo';
tuned;
wenzelm [Tue, 15 Jul 2008 10:59:14 +0200] rev 27598
removed command 'redo';
added command 'linear_undo';
wenzelm [Tue, 15 Jul 2008 10:49:39 +0200] rev 27597
adapted ThyInfo.end_theory;
haftmann [Tue, 15 Jul 2008 09:30:39 +0200] rev 27596
dropped map; fixed swap
haftmann [Tue, 15 Jul 2008 07:10:50 +0200] rev 27595
curried gcd
wenzelm [Mon, 14 Jul 2008 23:28:26 +0200] rev 27594
cover macbroy as well;
tuned;
wenzelm [Mon, 14 Jul 2008 23:11:20 +0200] rev 27593
tuned filelogentry;
wenzelm [Mon, 14 Jul 2008 22:55:48 +0200] rev 27592
print_mode "test_markup": do not change prompt, otherwise Proof General will not work;
wenzelm [Mon, 14 Jul 2008 22:26:53 +0200] rev 27591
tuned message;
wenzelm [Mon, 14 Jul 2008 22:09:08 +0200] rev 27590
updated generated file;
wenzelm [Mon, 14 Jul 2008 21:39:08 +0200] rev 27589
inform_file_processed: Isar.init_point last!
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);