wenzelm [Mon, 10 May 2010 22:29:27 +0200] rev 36789
Scala for Netbeans 6.8v1.1.0rc2;
wenzelm [Mon, 10 May 2010 22:27:58 +0200] rev 36788
more convenient get_font;
wenzelm [Mon, 10 May 2010 20:53:06 +0200] rev 36787
renamed Config.get_thy to Config.get_global etc. to indicate that this is not the real thing;
wenzelm [Mon, 10 May 2010 17:37:32 +0200] rev 36786
more convenient look-and-feel setup;
wenzelm [Mon, 10 May 2010 17:29:19 +0200] rev 36785
more convenient get_font;
wenzelm [Mon, 10 May 2010 17:07:47 +0200] rev 36784
explicit getLines(n) ensures platform-independence -- our files follow the POSIX standard, not DOS;
wenzelm [Mon, 10 May 2010 15:18:57 +0200] rev 36783
updated to jedit 4.3.2;
wenzelm [Mon, 10 May 2010 15:01:25 +0200] rev 36782
ignore spurious TIMEOUT messages, maybe caused by change of actor semantics in scala-2.8;
wenzelm [Mon, 10 May 2010 15:00:11 +0200] rev 36781
adapted to scala-2.8.0.RC2;
wenzelm [Mon, 10 May 2010 09:54:41 +0200] rev 36780
merged
huffman [Sun, 09 May 2010 23:57:56 -0700] rev 36779
real_mult_commute -> mult_commute
huffman [Sun, 09 May 2010 22:51:11 -0700] rev 36778
avoid using real-specific versions of generic lemmas
huffman [Sun, 09 May 2010 17:47:43 -0700] rev 36777
avoid using real-specific versions of generic lemmas
huffman [Sun, 09 May 2010 14:21:44 -0700] rev 36776
remove a couple of redundant lemmas; simplify some proofs
huffman [Sun, 09 May 2010 09:39:01 -0700] rev 36775
merged
huffman [Sat, 08 May 2010 17:06:58 -0700] rev 36774
add lemmas one_less_inverse and one_le_inverse
krauss [Sun, 09 May 2010 15:28:44 +0200] rev 36773
do not redeclare [simp] rules, to avoid "duplicate rewrite rule" warnings
krauss [Sun, 09 May 2010 12:00:43 +0200] rev 36772
added lemmas rel_comp_UNION_distrib(2)
wenzelm [Sat, 08 May 2010 22:29:44 +0200] rev 36771
made SML/NJ happy;
wenzelm [Sun, 09 May 2010 22:06:24 +0200] rev 36770
reactivated Thm.legacy_unconstrainT for Nbe.lift_triv_classes_conv;
wenzelm [Sun, 09 May 2010 19:50:56 +0200] rev 36769
Thm.unconstrainT based on Logic.unconstrainT -- no proofterm yet;
wenzelm [Sun, 09 May 2010 19:15:21 +0200] rev 36768
just one version of Thm.unconstrainT, which affects all variables;
temporary workaround for Nbe.lift_triv_classes_conv;
wenzelm [Sun, 09 May 2010 18:09:30 +0200] rev 36767
added Logic.unconstrain_allTs, based on calculations_for_thm_proof by krauss/schropp, but treat type variables uniformly as in strip_shyps (in thm.ML) or stripped_sorts (in more_thm.ML);
wenzelm [Sun, 09 May 2010 13:46:00 +0200] rev 36766
tuned;
wenzelm [Sun, 09 May 2010 13:39:05 +0200] rev 36765
removed unused "option" variants of "same" operations;
wenzelm [Sun, 09 May 2010 13:18:13 +0200] rev 36764
more basic replacement of newlines;
wenzelm [Sun, 09 May 2010 13:12:22 +0200] rev 36763
static Symbol.spaces;
wenzelm [Sat, 08 May 2010 21:25:25 +0200] rev 36762
proper use of var stopped;
wenzelm [Sat, 08 May 2010 21:17:42 +0200] rev 36761
removed junk;
wenzelm [Sat, 08 May 2010 21:08:30 +0200] rev 36760
tuned headers;
wenzelm [Sat, 08 May 2010 20:58:02 +0200] rev 36759
tuned;
wenzelm [Sat, 08 May 2010 20:14:11 +0200] rev 36758
merged