Sat, 17 Mar 2012 11:59:59 +0100 wenzelm tuned exception;
Sat, 17 Mar 2012 11:57:03 +0100 wenzelm merged;
Sat, 17 Mar 2012 11:35:18 +0100 haftmann spelt out missing colemmas
Sat, 17 Mar 2012 08:00:18 +0100 haftmann generalized INF_INT_eq, SUP_UN_eq
Fri, 16 Mar 2012 22:26:55 +0100 haftmann tuned specifications
Sat, 17 Mar 2012 11:23:14 +0100 wenzelm sort via string_ord (as secondary key), not fast_string_ord via Symtab.fold;
Sat, 17 Mar 2012 10:55:08 +0100 wenzelm tuned grouping -- merely indicate order of magnitude;
Sat, 17 Mar 2012 10:54:15 +0100 wenzelm slightly more parallel find_theorems;
Sat, 17 Mar 2012 09:51:18 +0100 wenzelm 'definition' no longer exports the foundational "raw_def";
Sat, 17 Mar 2012 00:17:30 +0100 wenzelm some attempts to fit source on screen;
Fri, 16 Mar 2012 22:48:38 +0100 wenzelm eliminated odd 'finalconsts' / Theory.add_finals;
Fri, 16 Mar 2012 22:31:19 +0100 wenzelm modernized axiomatization;
Fri, 16 Mar 2012 22:22:05 +0100 wenzelm modernized axiomatization;
Fri, 16 Mar 2012 21:59:19 +0100 wenzelm afford strict Args.type_name (cf. 29e88714ffe4);
Fri, 16 Mar 2012 21:40:21 +0100 wenzelm check declared vs. defined commands at end of session;
Fri, 16 Mar 2012 21:20:23 +0100 wenzelm more abstract heading level;
Fri, 16 Mar 2012 20:45:47 +0100 wenzelm less redundant data;
Fri, 16 Mar 2012 20:33:33 +0100 wenzelm uniform keyword names within ML/Scala -- produce elisp names via external conversion;
Fri, 16 Mar 2012 18:21:22 +0100 wenzelm merged
Fri, 16 Mar 2012 16:32:34 +0000 paulson ZF news
Fri, 16 Mar 2012 16:29:51 +0000 paulson merged
Fri, 16 Mar 2012 16:29:28 +0000 paulson Structured transfinite induction proofs
Fri, 16 Mar 2012 15:51:53 +0100 huffman make more word theorems respect int/bin distinction
Fri, 16 Mar 2012 18:20:12 +0100 wenzelm outer syntax command definitions based on formal command_spec derived from theory header declarations;
Fri, 16 Mar 2012 14:46:13 +0100 wenzelm refute_params are given in *this* theory;
Fri, 16 Mar 2012 14:42:11 +0100 wenzelm defer actual parsing of command spans and thus allow new commands to be used in the same theory where defined;
Fri, 16 Mar 2012 13:05:30 +0100 wenzelm define keywords early when processing the theory header, before running the body commands;
Fri, 16 Mar 2012 11:26:55 +0100 wenzelm clarified Keyword.is_keyword: union of minor and major;
Thu, 15 Mar 2012 23:06:22 +0100 wenzelm Isabelle/jEdit supports user-defined Isar commands within the running session;
Thu, 15 Mar 2012 22:21:28 +0100 wenzelm merged
Thu, 15 Mar 2012 17:38:05 +0000 paulson beautification and structured proofs
Thu, 15 Mar 2012 16:35:02 +0000 paulson replacing ":" by "\<in>"
Thu, 15 Mar 2012 15:54:22 +0000 paulson Rewrote some induction proofs to be structured
Thu, 15 Mar 2012 22:20:07 +0100 wenzelm more precise TPTP keywords and dependencies;
Thu, 15 Mar 2012 22:08:53 +0100 wenzelm declare command keywords via theory header, including strict checking outside Pure;
Thu, 15 Mar 2012 20:07:00 +0100 wenzelm prefer formally checked @{keyword} parser;
Thu, 15 Mar 2012 19:48:19 +0100 wenzelm added ML antiquotation @{keyword};
Thu, 15 Mar 2012 19:02:34 +0100 wenzelm declare minor keywords via theory header;
Thu, 15 Mar 2012 17:45:54 +0100 wenzelm more explicit header_edits before main text_edits;
Thu, 15 Mar 2012 17:40:26 +0100 wenzelm declare keywords as side-effect of header edit;
Thu, 15 Mar 2012 14:39:42 +0100 wenzelm more recent recent_syntax, e.g. relevant for document rendering during startup;
Thu, 15 Mar 2012 14:22:54 +0100 wenzelm clarified syntax of prospective keywords;
Thu, 15 Mar 2012 14:13:49 +0100 wenzelm basic support for outer syntax keywords in theory header;
Thu, 15 Mar 2012 11:37:56 +0100 wenzelm maintain Version.syntax within document state;
Thu, 15 Mar 2012 10:16:21 +0100 wenzelm explicit Outer_Syntax.Decl;
Thu, 15 Mar 2012 09:55:42 +0100 wenzelm allow multiple 'keywords' as in 'fixes';
Thu, 15 Mar 2012 00:10:45 +0100 wenzelm some support for outer syntax keyword declarations within theory header;
Wed, 14 Mar 2012 22:34:18 +0100 wenzelm merged
Wed, 14 Mar 2012 17:19:30 +0000 paulson merged
Wed, 14 Mar 2012 17:19:08 +0000 paulson structured case and induct rules
Wed, 14 Mar 2012 17:40:00 +0100 haftmann rudimentary documentation test
Wed, 14 Mar 2012 15:54:54 +0100 haftmann doc-src build option (for emerging mira configuration)
Wed, 14 Mar 2012 15:54:27 +0100 haftmann corrected fragile proof; tuned semicolons
Wed, 14 Mar 2012 15:24:51 +0100 haftmann rudimentary distribution build configuration
Wed, 14 Mar 2012 15:24:07 +0100 haftmann support for non-HTTP repository locations (important for mira); quasi-hardwired repository name
Wed, 14 Mar 2012 14:53:48 +0100 haftmann corrected slip
Wed, 14 Mar 2012 12:39:26 +0000 paulson merged
Wed, 14 Mar 2012 12:39:04 +0000 paulson rationalising the induction rule trans_induct3
Wed, 14 Mar 2012 12:20:42 +0100 haftmann allow modification of REPOS_NAME and REPOS from outside
Wed, 14 Mar 2012 20:34:20 +0100 wenzelm locale expressions without source positions;
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip