Tue, 15 Jul 2008 23:36:26 +0200 wenzelm tuned;
Tue, 15 Jul 2008 22:37:58 +0200 wenzelm renamed IsarCmd.nested_command to OuterSyntax.prepare_command;
Tue, 15 Jul 2008 22:37:55 +0200 wenzelm load thy_edit.ML before isar.ML;
Tue, 15 Jul 2008 19:39:37 +0200 wenzelm modernized specifications and proofs;
Tue, 15 Jul 2008 16:50:09 +0200 ballarin Removed uses of context element includes.
Tue, 15 Jul 2008 16:02:10 +0200 haftmann tuned
Tue, 15 Jul 2008 16:02:07 +0200 haftmann tuned code theorem bookkeeping
Tue, 15 Jul 2008 15:59:49 +0200 wenzelm tuned changelogentry;
Tue, 15 Jul 2008 15:46:43 +0200 wenzelm refined Output.status_fn: priority (only visible for non-empty output, e.g. via test_markup print mode);
Tue, 15 Jul 2008 15:46:41 +0200 wenzelm support for command status;
Tue, 15 Jul 2008 14:15:49 +0200 wenzelm added status channel;
Tue, 15 Jul 2008 14:15:43 +0200 wenzelm added status channel;
Tue, 15 Jul 2008 12:13:14 +0200 wenzelm tuned;
Tue, 15 Jul 2008 11:50:04 +0200 wenzelm simplified commit_exit;
Tue, 15 Jul 2008 11:50:03 +0200 wenzelm simplified commit_exit: operate on previous node of final state, include warning here;
Tue, 15 Jul 2008 11:50:02 +0200 wenzelm removed obsolete commit_exit;
Tue, 15 Jul 2008 11:02:43 +0200 wenzelm added command 'linear_undo';
Tue, 15 Jul 2008 10:59:14 +0200 wenzelm removed command 'redo';
Tue, 15 Jul 2008 10:49:39 +0200 wenzelm adapted ThyInfo.end_theory;
Tue, 15 Jul 2008 09:30:39 +0200 haftmann dropped map; fixed swap
Tue, 15 Jul 2008 07:10:50 +0200 haftmann curried gcd
Mon, 14 Jul 2008 23:28:26 +0200 wenzelm cover macbroy as well;
Mon, 14 Jul 2008 23:11:20 +0200 wenzelm tuned filelogentry;
Mon, 14 Jul 2008 22:55:48 +0200 wenzelm print_mode "test_markup": do not change prompt, otherwise Proof General will not work;
Mon, 14 Jul 2008 22:26:53 +0200 wenzelm tuned message;
Mon, 14 Jul 2008 22:09:08 +0200 wenzelm updated generated file;
Mon, 14 Jul 2008 21:39:08 +0200 wenzelm inform_file_processed: Isar.init_point last!
Mon, 14 Jul 2008 21:07:57 +0200 wenzelm removed HOL-Complex, which has been discontinued after Isabelle2008;
Mon, 14 Jul 2008 19:59:58 +0200 wenzelm added HOL-Nominal image;
Mon, 14 Jul 2008 19:57:14 +0200 wenzelm removed obsolete Pure/General/history.ML;
Mon, 14 Jul 2008 19:57:13 +0200 wenzelm inform_file_processed: try harder not to fail, ensure
Mon, 14 Jul 2008 19:57:11 +0200 wenzelm commit_exit: proper error;
Mon, 14 Jul 2008 19:57:09 +0200 wenzelm export EXCURSION_FAIL;
Mon, 14 Jul 2008 19:20:57 +0200 haftmann dropped junk
Mon, 14 Jul 2008 19:20:29 +0200 haftmann moved bootstrap of simplifier
Mon, 14 Jul 2008 19:20:28 +0200 haftmann tuned
Mon, 14 Jul 2008 17:51:48 +0200 wenzelm end_theory: no result;
Mon, 14 Jul 2008 17:51:47 +0200 wenzelm removed obsolete Toplevel.RESTART;
Mon, 14 Jul 2008 17:51:44 +0200 wenzelm proper_inform_file_processed: new implementation based on global Isar state (cf. isar.ML);
Mon, 14 Jul 2008 17:51:43 +0200 wenzelm eliminated internal command history -- superceeded by global Isar state (cf. isar.ML);
Mon, 14 Jul 2008 17:51:42 +0200 wenzelm adapted IsarCmd.init_theory;
Mon, 14 Jul 2008 17:51:41 +0200 wenzelm renamed theory to init_theory, removed obsolete kill argument;
Mon, 14 Jul 2008 17:51:39 +0200 wenzelm added commit_exit;
Mon, 14 Jul 2008 17:47:18 +0200 krauss single_hyp(_meta)_subst_tac: Controlled substitution of a single hyp
Mon, 14 Jul 2008 17:02:55 +0200 krauss renamed conversions to _conv, tuned
Mon, 14 Jul 2008 16:13:58 +0200 chaieb Simplified proofs
Mon, 14 Jul 2008 16:13:55 +0200 chaieb Simple theorems about zgcd moved to GCD.thy
Mon, 14 Jul 2008 16:13:51 +0200 chaieb Theorem names as in IntPrimes.thy, also several theorems moved from there
Mon, 14 Jul 2008 16:13:42 +0200 chaieb Fixed proofs.
Mon, 14 Jul 2008 11:19:43 +0200 wenzelm ProofNode.current
Mon, 14 Jul 2008 11:19:42 +0200 wenzelm command 'redo' no longer available;
Mon, 14 Jul 2008 11:19:41 +0200 wenzelm replaced obsolete ProofHistory by ProofNode (backtracking only);
Mon, 14 Jul 2008 11:19:40 +0200 wenzelm removed obsolete 'redo' command;
Mon, 14 Jul 2008 11:19:39 +0200 wenzelm removed obsolete history commands;
Mon, 14 Jul 2008 11:19:38 +0200 wenzelm Proof nodes with linear position and backtracking (replaces obsolete proof_history.ML).
Mon, 14 Jul 2008 11:19:37 +0200 wenzelm obsolete (cf. proof_node.ML);
Mon, 14 Jul 2008 11:19:36 +0200 wenzelm removed Isar/proof_history.ML;
Mon, 14 Jul 2008 11:04:47 +0200 haftmann added further simple interfaces
Mon, 14 Jul 2008 11:04:46 +0200 haftmann simpsets as pre/postprocessors; generic preprocessor now named function transformators
Mon, 14 Jul 2008 11:04:42 +0200 haftmann unified curried gcd, lcm, zgcd, zlcm
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip