wenzelm [Sun, 18 Sep 2011 14:34:24 +0200] rev 44967
misc tuning for release;
wenzelm [Sun, 18 Sep 2011 14:25:53 +0200] rev 44966
more contributors;
wenzelm [Sun, 18 Sep 2011 14:09:57 +0200] rev 44965
tuned proofs;
wenzelm [Sun, 18 Sep 2011 13:56:06 +0200] rev 44964
tweak keyboard shortcuts for Mac OS X;
wenzelm [Sun, 18 Sep 2011 13:47:12 +0200] rev 44963
explicit check_file wrt. jEdit VFS, to avoid slightly confusing empty buffer after IO error;
wenzelm [Sun, 18 Sep 2011 13:39:33 +0200] rev 44962
finite sequences as useful as introductory example;
wenzelm [Sun, 18 Sep 2011 12:48:45 +0200] rev 44961
discontinued hard-wired JAVA_HOME treatment for Mac OS X (cf. f471a2fb9a95), which can cause confusions of "isabelle java" vs. "isabelle scala" -- moved settings to external component;
wenzelm [Sun, 18 Sep 2011 00:05:22 +0200] rev 44960
graph traversal in topological order;
Session.snapshot() with sensible defaults;
wenzelm [Sat, 17 Sep 2011 23:04:03 +0200] rev 44959
Document.Node.Name convenience;
wenzelm [Sat, 17 Sep 2011 22:13:15 +0200] rev 44958
more precise painting;
wenzelm [Sat, 17 Sep 2011 21:28:52 +0200] rev 44957
more elaborate Node_Renderer, which paints node_name.theory only;
wenzelm [Sat, 17 Sep 2011 19:55:32 +0200] rev 44956
raised default log level -- to avoid confusing warning about scala.tools.nsc.plugins.Plugin, which is mistaken as jEdit plugin;
wenzelm [Sat, 17 Sep 2011 19:44:58 +0200] rev 44955
tuned signature;
wenzelm [Sat, 17 Sep 2011 19:25:14 +0200] rev 44954
more careful traversal of theory dependencies to retain standard import order;
wenzelm [Sat, 17 Sep 2011 17:55:39 +0200] rev 44953
sane default for class Thy_Load;
wenzelm [Sat, 17 Sep 2011 17:05:31 +0200] rev 44952
removed obsolete patches for PG 4.1;
wenzelm [Sat, 17 Sep 2011 16:53:01 +0200] rev 44951
specific bundle for x86_64-linux, which is especially important for JRE due to its extra library dependencies;
wenzelm [Sat, 17 Sep 2011 16:29:18 +0200] rev 44950
added "isabelle scalac" convenience;
wenzelm [Sat, 17 Sep 2011 16:19:40 +0200] rev 44949
Symbol.explode as in ML;
wenzelm [Sat, 17 Sep 2011 16:00:54 +0200] rev 44948
ignore OUTPUT to avoid spam -- jEdit menu "Troubleshooting / Activity Log" should be sufficient;
haftmann [Sat, 17 Sep 2011 15:08:55 +0200] rev 44947
dropped unused argument – avoids problem with SML/NJ
haftmann [Sat, 17 Sep 2011 00:40:27 +0200] rev 44946
tuned spacing
haftmann [Sat, 17 Sep 2011 00:37:21 +0200] rev 44945
tuned
nipkow [Sat, 17 Sep 2011 04:41:44 +0200] rev 44944
tuned post fixpoint setup
nipkow [Sat, 17 Sep 2011 03:37:14 +0200] rev 44943
merged
nipkow [Fri, 16 Sep 2011 09:18:15 +0200] rev 44942
when applying induction rules, remove names of assumptions that come
with the rule in case the rule is transformed by the simplifier due to
instantiations
noschinl [Fri, 16 Sep 2011 20:08:29 +0200] rev 44941
remove stray "using [[simp_trace]]"
noschinl [Fri, 16 Sep 2011 20:02:35 +0200] rev 44940
tune indenting
kleing [Fri, 16 Sep 2011 12:10:43 +1000] rev 44939
removed unused legacy lemma names, some comment cleanup.
kleing [Fri, 16 Sep 2011 12:10:15 +1000] rev 44938
removed word_neq_0_conv from simpset, it's almost never wanted.