wenzelm [Thu, 18 Aug 2005 11:17:34 +0200] rev 17099
usedir: tuned option -V;
wenzelm [Thu, 18 Aug 2005 11:17:33 +0200] rev 17098
usedir: removed option -H;
wenzelm [Thu, 18 Aug 2005 11:17:32 +0200] rev 17097
* Proper output of proof terms within a proof context;
* Proper output of antiquotations for theory commands involving a proof context;
* 'print_theorems': in theory mode print difference of facts, in proof mode print local facts;
ballarin [Wed, 17 Aug 2005 17:04:15 +0200] rev 17096
Improved generation of witnesses in interpretation.
ballarin [Wed, 17 Aug 2005 17:03:20 +0200] rev 17095
Interpretation in locales.
ballarin [Wed, 17 Aug 2005 17:02:16 +0200] rev 17094
Use interpretation in locales.
paulson [Wed, 17 Aug 2005 15:10:00 +0200] rev 17093
new examples
nipkow [Wed, 17 Aug 2005 14:19:17 +0200] rev 17092
*** empty log message ***
paulson [Wed, 17 Aug 2005 13:52:53 +0200] rev 17091
new command to invoke ATPs
nipkow [Wed, 17 Aug 2005 11:44:02 +0200] rev 17090
small mods to code lemmas
wenzelm [Wed, 17 Aug 2005 11:15:23 +0200] rev 17089
made SML/XL happy;
nipkow [Wed, 17 Aug 2005 08:06:12 +0200] rev 17088
list_all_conv -> iff
nipkow [Tue, 16 Aug 2005 19:25:42 +0200] rev 17087
name fix
nipkow [Tue, 16 Aug 2005 19:25:32 +0200] rev 17086
added quite a few functions for code generation
paulson [Tue, 16 Aug 2005 18:53:11 +0200] rev 17085
more simprules now have names
paulson [Tue, 16 Aug 2005 15:36:28 +0200] rev 17084
classical rules must have names for ATP integration
nipkow [Tue, 16 Aug 2005 13:54:24 +0200] rev 17083
added listT
wenzelm [Tue, 16 Aug 2005 13:42:53 +0200] rev 17082
support for document versions;
wenzelm [Tue, 16 Aug 2005 13:42:52 +0200] rev 17081
eliminated datatype token;
replaced output_tokens by separate output_XXX;
replaced flag_markup by markup_true/false;
added begin/end_delim, begin/end_tag;
wenzelm [Tue, 16 Aug 2005 13:42:51 +0200] rev 17080
begin_index: list of docs;
wenzelm [Tue, 16 Aug 2005 13:42:50 +0200] rev 17079
added eq_syntax;
wenzelm [Tue, 16 Aug 2005 13:42:49 +0200] rev 17078
export proof_syntax, proof_of;
wenzelm [Tue, 16 Aug 2005 13:42:48 +0200] rev 17077
added String.isSuffix;
wenzelm [Tue, 16 Aug 2005 13:42:47 +0200] rev 17076
state: body context;
added theory_context, proof_to_theory_context;
added is_proof, level;
turned excursion_result into present_excursion;
wenzelm [Tue, 16 Aug 2005 13:42:46 +0200] rev 17075
P.tags;
wenzelm [Tue, 16 Aug 2005 13:42:45 +0200] rev 17074
use_dir: removed hidden, added doc_versions;
wenzelm [Tue, 16 Aug 2005 13:42:44 +0200] rev 17073
back: removed ill-defined '!' option;
wenzelm [Tue, 16 Aug 2005 13:42:43 +0200] rev 17072
added transfer;
adapt local syntax to potential changes of theory syntax;
added pretty_proof(_of);
wenzelm [Tue, 16 Aug 2005 13:42:42 +0200] rev 17071
moved structure Keyword to OuterKeyword (Isar/outer_keyword.ML);
support for tagged commands;
tuned theory presentation interface;
wenzelm [Tue, 16 Aug 2005 13:42:41 +0200] rev 17070
added tags parser;
wenzelm [Tue, 16 Aug 2005 13:42:40 +0200] rev 17069
clarify is_newline vs. is_blank;
removed is_indent;
added is_comment;
wenzelm [Tue, 16 Aug 2005 13:42:39 +0200] rev 17068
default tags for theory/proof/ML commands;
added '%' keyword;
wenzelm [Tue, 16 Aug 2005 13:42:38 +0200] rev 17067
reimplemented theory presentation, with support for tagged command regions;
tuned antiquotation output;
wenzelm [Tue, 16 Aug 2005 13:42:37 +0200] rev 17066
back: removed ill-defined '!' option;
print_theorems: print facts in proof mode;
print_prfs: proper context version -- ProofContext.pretty_proof_of;
wenzelm [Tue, 16 Aug 2005 13:42:36 +0200] rev 17065
replaced sign by thy;
wenzelm [Tue, 16 Aug 2005 13:42:35 +0200] rev 17064
added liberal_name;
wenzelm [Tue, 16 Aug 2005 13:42:34 +0200] rev 17063
tuned Symbol.spaces;
wenzelm [Tue, 16 Aug 2005 13:42:33 +0200] rev 17062
tuned Buffer.add;
wenzelm [Tue, 16 Aug 2005 13:42:32 +0200] rev 17061
tuned unsuffix/unprefix;
wenzelm [Tue, 16 Aug 2005 13:42:31 +0200] rev 17060
type proof: theory_ref instead of theory (make proof contexts independent entities);
added transfer_proof;
wenzelm [Tue, 16 Aug 2005 13:42:30 +0200] rev 17059
Isar command keyword classification (from Isar/outer_syntax.ML);
wenzelm [Tue, 16 Aug 2005 13:42:29 +0200] rev 17058
added Isar/outer_keyword.ML;
wenzelm [Tue, 16 Aug 2005 13:42:26 +0200] rev 17057
OuterKeyword;
wenzelm [Tue, 16 Aug 2005 13:42:23 +0200] rev 17056
updated;
wenzelm [Tue, 16 Aug 2005 13:42:21 +0200] rev 17055
removed -H false;
wenzelm [Tue, 16 Aug 2005 13:42:20 +0200] rev 17054
isatool usedir: option -V and -f;
isatool document: option -n and -t;
wenzelm [Tue, 16 Aug 2005 13:42:19 +0200] rev 17053
tuned antiquotations;
added tagged commands;
wenzelm [Tue, 16 Aug 2005 13:42:18 +0200] rev 17052
\isabellestyleit: proper \isacharbackslash;
support for tagged regions: \isakeeptag, \isadroptag, \isafoldtag -- depends on plain TeX version of comment.sty;
wenzelm [Tue, 16 Aug 2005 13:42:17 +0200] rev 17051
proper ML_DBASE for .../bin/poly;
wenzelm [Tue, 16 Aug 2005 13:42:16 +0200] rev 17050
added option -V VERSION;
removed option -H;
wenzelm [Tue, 16 Aug 2005 13:42:15 +0200] rev 17049
added option -n NAME and -t TAGS;
wenzelm [Tue, 16 Aug 2005 13:42:14 +0200] rev 17048
-V outline=/proof,/ML;
wenzelm [Tue, 16 Aug 2005 13:42:13 +0200] rev 17047
* Command tags control specific markup of certain regions of text (replaces usedir -H);
nipkow [Tue, 16 Aug 2005 12:51:07 +0200] rev 17046
simp_depth warning now mod 20, not mod 10 (too often)
dixon [Mon, 15 Aug 2005 21:39:15 +0200] rev 17045
lucas - added pretty printing function and cleaned up signature a little.
dixon [Mon, 15 Aug 2005 21:38:25 +0200] rev 17044
lucas - fixed bug in changing focus - when moving up and right, if an abs was encountered it would move up an extra time. I also removed the spurious pretty printing function that did nothing.
ballarin [Wed, 10 Aug 2005 15:29:56 +0200] rev 17043
New command: interpretation in locales.
nipkow [Tue, 09 Aug 2005 19:10:30 +0200] rev 17042
moved wf_induct_rule from PreList.thy to Wellfounded_Recursion.thy
haftmann [Tue, 09 Aug 2005 15:44:24 +0200] rev 17041
exported after_qed for arity proofs
nipkow [Tue, 09 Aug 2005 11:44:38 +0200] rev 17040
added finite(option) to Recdef.thy
haftmann [Tue, 09 Aug 2005 11:00:44 +0200] rev 17039
added selectors 'classes_of' and 'classes_arities_of'
haftmann [Tue, 09 Aug 2005 10:23:14 +0200] rev 17038
exported dest_def
haftmann [Tue, 09 Aug 2005 10:03:30 +0200] rev 17037
added 'the_const_constraint'
haftmann [Tue, 09 Aug 2005 08:56:34 +0200] rev 17036
(added to repository)