wenzelm [Sat, 24 May 2008 20:12:18 +0200] rev 26984
added parse_document (optional unchecked header material);
parse: parse_document instead of parse_element;
wenzelm [Sat, 24 May 2008 20:12:17 +0200] rev 26983
exported master_directory;
wenzelm [Sat, 24 May 2008 20:12:16 +0200] rev 26982
present_excursion: setmp_thread_position during presentation;
wenzelm [Sat, 24 May 2008 20:05:21 +0200] rev 26981
use: explicit .ML;
wenzelm [Sat, 24 May 2008 14:47:43 +0200] rev 26980
ident: naive caching prevents potentially slow external invocations;
tuned comments;
tuned;
urbanc [Sat, 24 May 2008 02:19:09 +0200] rev 26979
fixed improper handling of return code (pdf and ps.gz formats)
wenzelm [Fri, 23 May 2008 21:20:26 +0200] rev 26978
add constants: set Markup.theory_nameN in tags;
wenzelm [Fri, 23 May 2008 21:18:47 +0200] rev 26977
added theory_nameN;
krauss [Fri, 23 May 2008 17:19:24 +0200] rev 26976
rearranged subsections
berghofe [Fri, 23 May 2008 16:41:39 +0200] rev 26975
Replaced Pretty.str and Pretty.string_of by specific functions (from Codegen) that
set print_mode and margin appropriately.
berghofe [Fri, 23 May 2008 16:37:57 +0200] rev 26974
Replaced Pretty.str and Pretty.string_of by specific functions that
set print_mode and margin appropriately.
haftmann [Fri, 23 May 2008 16:10:25 +0200] rev 26973
temporary adjustment
haftmann [Fri, 23 May 2008 16:05:13 +0200] rev 26972
tuned
haftmann [Fri, 23 May 2008 16:05:11 +0200] rev 26971
more permissive preprocessor
haftmann [Fri, 23 May 2008 16:05:07 +0200] rev 26970
explicit type schemes for functions
haftmann [Fri, 23 May 2008 16:05:04 +0200] rev 26969
moved case distinction over number of constructors for distinctness rules from DatatypeProp to DatatypeRepProofs
haftmann [Fri, 23 May 2008 16:05:02 +0200] rev 26968
added code for quantifiers
haftmann [Fri, 23 May 2008 16:04:59 +0200] rev 26967
simplified proof
urbanc [Thu, 22 May 2008 16:34:41 +0200] rev 26966
made the naming of the induction principles consistent: weak_induct is
induct and induct is strong_induct
gagern [Wed, 21 May 2008 22:04:58 +0200] rev 26965
use_file: added str_of_pos argument (ignored);
berghofe [Wed, 21 May 2008 14:04:41 +0200] rev 26964
Added entry explaining incompatibilities introduced by replacing sets by predicates.
huffman [Mon, 19 May 2008 23:50:06 +0200] rev 26963
instantiation lift :: (countable) bifinite
huffman [Mon, 19 May 2008 23:49:20 +0200] rev 26962
use new class package for classes profinite, bifinite; remove approx class
wenzelm [Sun, 18 May 2008 17:04:48 +0200] rev 26961
updated generated file;
wenzelm [Sun, 18 May 2008 17:03:26 +0200] rev 26960
unparse_term: check PureThy.old_appl_syntax instead of CPure;
wenzelm [Sun, 18 May 2008 17:03:24 +0200] rev 26959
theory Pure provides regular application syntax by default;
added old_appl_syntax_setup for former Pure clients;
wenzelm [Sun, 18 May 2008 17:03:23 +0200] rev 26958
converted to regular application syntax;
wenzelm [Sun, 18 May 2008 17:03:20 +0200] rev 26957
eliminated theory CPure;
wenzelm [Sun, 18 May 2008 17:03:16 +0200] rev 26956
setup PureThy.old_appl_syntax_setup -- theory Pure provides regular application syntax by default;
wenzelm [Sun, 18 May 2008 17:03:14 +0200] rev 26955
* Eliminated theory ProtoPure and CPure, leaving just one Pure theory.
urbanc [Sun, 18 May 2008 16:19:48 +0200] rev 26954
proper handling of the return code for the ps-format (fixes a bug)
wenzelm [Sun, 18 May 2008 15:28:21 +0200] rev 26953
oops -- pr_graph = Syntax.string_of_term;
removed dead pr_matrix;
wenzelm [Sun, 18 May 2008 15:04:48 +0200] rev 26952
command 'normal_form': proper context via Variable.auto_fixes;
wenzelm [Sun, 18 May 2008 15:04:46 +0200] rev 26951
moved global pretty/string_of functions from Sign to Syntax;
reordered signature;
wenzelm [Sun, 18 May 2008 15:04:45 +0200] rev 26950
Syntax.string_of_sort: proper context;
wenzelm [Sun, 18 May 2008 15:04:43 +0200] rev 26949
pprint: proper global context via Syntax.init_pretty_global;
wenzelm [Sun, 18 May 2008 15:04:41 +0200] rev 26948
Syntax.string_of_typ: proper context;
wenzelm [Sun, 18 May 2008 15:04:37 +0200] rev 26947
moved global pretty/string_of functions from Sign to Syntax;
tuned message;
wenzelm [Sun, 18 May 2008 15:04:33 +0200] rev 26946
removed norm_absolute (not thread safe; chdir does not guarantee normalization anyway);
full_path: no link expansion here (reverted change of 1.18);
ident: OS.FileSys.fullPath takes care of link expansion;
wenzelm [Sun, 18 May 2008 15:04:31 +0200] rev 26945
renamed type decompT to decomp;
refute: proper context for trace_ex;
some attempts to improve readability;
wenzelm [Sun, 18 May 2008 15:04:27 +0200] rev 26944
Syntax.string_of_term with proper context;
wenzelm [Sun, 18 May 2008 15:04:24 +0200] rev 26943
moved global pretty/string_of functions from Sign to Syntax;
removed dead code;
wenzelm [Sun, 18 May 2008 15:04:22 +0200] rev 26942
renamed type decompT to decomp;
wenzelm [Sun, 18 May 2008 15:04:20 +0200] rev 26941
pr_matrix: proper context;
wenzelm [Sun, 18 May 2008 15:04:17 +0200] rev 26940
guess_instance: proper context;
wenzelm [Sun, 18 May 2008 15:04:09 +0200] rev 26939
moved global pretty/string_of functions from Sign to Syntax;
wenzelm [Sat, 17 May 2008 23:53:20 +0200] rev 26938
tuned comments;
wenzelm [Sat, 17 May 2008 23:53:19 +0200] rev 26937
tuned proofs;
wenzelm [Sat, 17 May 2008 23:37:11 +0200] rev 26936
avoid undeclared variables in facts;
wenzelm [Sat, 17 May 2008 23:37:09 +0200] rev 26935
avoid undeclared variables within proofs;
refrain from setting global references;
wenzelm [Sat, 17 May 2008 23:37:07 +0200] rev 26934
avoid undeclared variables within proofs;
wenzelm [Sat, 17 May 2008 21:46:24 +0200] rev 26933
tuned proof;
wenzelm [Sat, 17 May 2008 21:46:22 +0200] rev 26932
avoid undeclared variables within proofs;
wenzelm [Sat, 17 May 2008 15:31:42 +0200] rev 26931
cat_lines;
wenzelm [Sat, 17 May 2008 14:27:02 +0200] rev 26930
default token translations: observe Sign.is_pretty_global for fixed variables;
wenzelm [Sat, 17 May 2008 14:27:01 +0200] rev 26929
added pretty_global flag;
wenzelm [Sat, 17 May 2008 13:54:30 +0200] rev 26928
structure Display: less pervasive operations;
huffman [Fri, 16 May 2008 23:25:37 +0200] rev 26927
rename locales;
add completion_approx constant to ideal_completion locale;
add new set-like syntax for powerdomains;
reorganized proofs
urbanc [Fri, 16 May 2008 22:35:25 +0200] rev 26926
added a lemma about existence of contexts
wenzelm [Fri, 16 May 2008 21:56:13 +0200] rev 26925
* Method "cases", "induct", "coinduct": removed obsolete "(open)" option;
* Isar statements: removed obsolete case "rule_context";
wenzelm [Fri, 16 May 2008 21:53:30 +0200] rev 26924
removed obsolete option open;
tuned comments;
wenzelm [Fri, 16 May 2008 21:53:29 +0200] rev 26923
removed unused make_simple;
wenzelm [Fri, 16 May 2008 21:53:27 +0200] rev 26922
removed obsolete case rule_context;
huffman [Fri, 16 May 2008 21:41:07 +0200] rev 26921
fix looping simplifier
wenzelm [Thu, 15 May 2008 22:57:54 +0200] rev 26920
tuned;
wenzelm [Thu, 15 May 2008 22:10:18 +0200] rev 26919
tuned comment;
wenzelm [Thu, 15 May 2008 22:03:32 +0200] rev 26918
updated version;
wenzelm [Thu, 15 May 2008 22:02:05 +0200] rev 26917
removed unnecessary/untrusive a4paper option;
wenzelm [Thu, 15 May 2008 21:08:25 +0200] rev 26916
use Isabelle sty files from Doc/;
wenzelm [Thu, 15 May 2008 20:20:30 +0200] rev 26915
removed obsolete \ifpdfoutput;
wenzelm [Thu, 15 May 2008 20:19:49 +0200] rev 26914
* Simplified pdfsetup.sty;
wenzelm [Thu, 15 May 2008 20:14:10 +0200] rev 26913
use Isabelle sty files from Doc/;
wenzelm [Thu, 15 May 2008 20:02:44 +0200] rev 26912
updated generated file;
wenzelm [Thu, 15 May 2008 20:02:42 +0200] rev 26911
use Isabelle sty files from Doc/;
wenzelm [Thu, 15 May 2008 20:02:40 +0200] rev 26910
tuned clean_name (underscore);
wenzelm [Thu, 15 May 2008 20:02:39 +0200] rev 26909
load color/hyperref unconditionally;
renamed color darkblue to linkcolor (default value unchanged);
removed obsolete thumbpdf;
wenzelm [Thu, 15 May 2008 20:02:37 +0200] rev 26908
removed obsolete thumbpdf;
wenzelm [Thu, 15 May 2008 18:12:43 +0200] rev 26907
updated generated file;
wenzelm [Thu, 15 May 2008 18:12:24 +0200] rev 26906
use ../isabelle.sty, ../isabellesym.sty;
wenzelm [Thu, 15 May 2008 18:04:16 +0200] rev 26905
depend on ../pdfsetup.sty;
wenzelm [Thu, 15 May 2008 18:04:02 +0200] rev 26904
default linkcolor=black;
wenzelm [Thu, 15 May 2008 18:03:47 +0200] rev 26903
clean_name: replace "_" by "-";
wenzelm [Thu, 15 May 2008 17:39:20 +0200] rev 26902
updated generated file;
wenzelm [Thu, 15 May 2008 17:37:21 +0200] rev 26901
fixed some Isar element markups;
wenzelm [Thu, 15 May 2008 17:37:20 +0200] rev 26900
linkcolor=black (less noisy text);
wenzelm [Thu, 15 May 2008 17:37:18 +0200] rev 26899
hyperref is always enabled (also works with xdvi, dvips);
replaced darkblue by generic linkcolor;
reduced verbosity;
wenzelm [Thu, 15 May 2008 17:37:18 +0200] rev 26898
depend on ../pdfsetup.sty;
wenzelm [Thu, 15 May 2008 17:37:17 +0200] rev 26897
clean_string: cover <;
added clean_name;
output_entity: hyperlink;
wenzelm [Thu, 15 May 2008 12:47:19 +0200] rev 26896
updated generated file;
wenzelm [Wed, 14 May 2008 20:31:41 +0200] rev 26895
updated generated file;
wenzelm [Wed, 14 May 2008 20:31:17 +0200] rev 26894
proper checking of various Isar elements;
wenzelm [Wed, 14 May 2008 20:30:53 +0200] rev 26893
added defined_command, defined_option;
wenzelm [Wed, 14 May 2008 20:30:29 +0200] rev 26892
added intern, defined;
wenzelm [Wed, 14 May 2008 20:30:05 +0200] rev 26891
added defined;
wenzelm [Wed, 14 May 2008 14:43:38 +0200] rev 26890
setmp_thread_data: do nothing if Output.debugging;
wenzelm [Wed, 14 May 2008 14:43:37 +0200] rev 26889
names_of: exclude intermediate ids -- less verbosity;