Wed, 15 Jun 2011 16:26:09 +0200 wenzelm more robust painter_body wrt. EBP races and spurious exceptions (which causes jEdit to remove the extension);
Wed, 15 Jun 2011 16:22:58 +0200 wenzelm more robust init;
Wed, 15 Jun 2011 15:42:54 +0200 wenzelm recovered orig_text_painter from f4141da52e92;
Wed, 15 Jun 2011 15:08:22 +0200 wenzelm tuned;
Wed, 15 Jun 2011 14:32:35 +0200 wenzelm more elaborate syntax styles;
Wed, 15 Jun 2011 13:36:08 +0200 wenzelm more precise caret painting, working around existing painter (which is reinstalled by jEdit occasionally);
Wed, 15 Jun 2011 11:41:49 +0200 wenzelm paint caret according to precise font metrics;
Tue, 14 Jun 2011 21:41:00 +0200 wenzelm include scala mode;
Tue, 14 Jun 2011 17:24:23 +0200 wenzelm builtin sub/superscript styles for jedit-4.3.2;
Tue, 14 Jun 2011 15:58:01 +0200 wenzelm merged
Tue, 14 Jun 2011 15:32:17 +0200 wenzelm tuned colors;
Tue, 14 Jun 2011 14:55:22 +0200 wenzelm recovered tooltip Entity content (odd effect of layer change!? cf. 806878ae2219);
Tue, 14 Jun 2011 14:33:46 +0200 wenzelm more foreground markup, using actual CSS color names;
Tue, 14 Jun 2011 13:50:54 +0200 boehmes slightly more general treatment of mutually recursive datatypes;
Tue, 14 Jun 2011 13:34:27 +0200 wenzelm more explicit check of dependencies;
Tue, 14 Jun 2011 13:18:36 +0200 wenzelm tuned;
Tue, 14 Jun 2011 12:18:34 +0200 wenzelm misc tuning and simplification;
Tue, 14 Jun 2011 11:36:08 +0200 wenzelm separate module for text area painting;
Tue, 14 Jun 2011 08:33:51 +0200 bulwahn improved mutabelle script to use nat for quickcheck_narrowing
Tue, 14 Jun 2011 08:30:19 +0200 bulwahn quickcheck_narrowing returns some timing information
Tue, 14 Jun 2011 08:30:18 +0200 bulwahn removed comment and declaration after issue has been resolved (cf. e83695ea0e0a)
Mon, 13 Jun 2011 23:21:53 +0200 wenzelm more accurate CSS colors;
Mon, 13 Jun 2011 23:09:01 +0200 wenzelm some direct text foreground painting, instead of token marking;
Mon, 13 Jun 2011 14:22:33 +0200 wenzelm imitate original Chunk.paintChunkList;
Mon, 13 Jun 2011 13:53:41 +0200 wenzelm tuned;
Mon, 13 Jun 2011 12:33:53 +0200 wenzelm always use our text painter;
Mon, 13 Jun 2011 12:29:26 +0200 wenzelm use orig_text_painter for extras outside main text (also required to update internal line infos);
Sun, 12 Jun 2011 22:26:03 +0200 wenzelm more precise imitation of original TextAreaPainter$PaintText;
Sun, 12 Jun 2011 20:24:25 +0200 wenzelm tuned;
Sun, 12 Jun 2011 20:08:49 +0200 wenzelm separate isabelle.jedit.Text_Painter, which actually replaces the original TextAreaPainter$PaintText instance;
Sun, 12 Jun 2011 16:19:29 +0200 wenzelm check source dependencies only if jedit_build component is available;
Sat, 11 Jun 2011 16:05:17 +0200 wenzelm cover method "deepen" concisely;
Sat, 11 Jun 2011 15:36:46 +0200 wenzelm moved/updated single-step tactics;
Sat, 11 Jun 2011 15:03:31 +0200 wenzelm tuned sections;
Sat, 11 Jun 2011 14:27:23 +0200 wenzelm reverted 5fcd0ca1f582 -- isatest provides its own libgmp3 via LD_LIBRARY_PATH, which are also required for swipl;
Sat, 11 Jun 2011 07:50:28 +0200 haftmann tuned comment
Fri, 10 Jun 2011 17:52:09 +0200 blanchet name tuning
Fri, 10 Jun 2011 17:52:09 +0200 blanchet revived the lightweight "poly_tags_{query,bang}" type encodings by fixing their soundness bug
Fri, 10 Jun 2011 17:52:09 +0200 blanchet don't trim proofs in debug mode
Fri, 10 Jun 2011 17:52:09 +0200 blanchet tuning
Fri, 10 Jun 2011 17:37:50 +0200 wenzelm isatest/makedist: build Isabelle/jEdit;
Fri, 10 Jun 2011 17:30:23 +0200 wenzelm makedist -j: build Isabelle/jEdit via given jedit_build component;
Fri, 10 Jun 2011 15:42:21 +0200 bulwahn adding another narrowing strategy for integers
Fri, 10 Jun 2011 15:03:29 +0200 wenzelm merged
Fri, 10 Jun 2011 12:01:15 +0200 blanchet pass --trim option to "eproof" script to speed up proof reconstruction
Fri, 10 Jun 2011 12:01:15 +0200 blanchet removed "atp" and "atps" aliases, which users should have forgotten by now if they ever used them
Fri, 10 Jun 2011 12:01:15 +0200 blanchet fewer monomorphic instances are necessary, thanks to Sascha's new monomorphizer -- backed up by Judgment Day
Fri, 10 Jun 2011 12:01:15 +0200 blanchet compute the set of base facts only once (instead of three times in parallel) -- this saves about .5 s of CPU time, albeit much less clock wall time
Fri, 10 Jun 2011 14:59:30 +0200 wenzelm use existing ghc on macbroy20;
Fri, 10 Jun 2011 13:32:51 +0200 wenzelm local gensym based on Name.variant;
Fri, 10 Jun 2011 12:51:29 +0200 wenzelm uniform use of flexflex_rule;
Fri, 10 Jun 2011 11:47:52 +0200 wenzelm tuned name (cf. blast_stats);
Fri, 10 Jun 2011 11:39:23 +0200 wenzelm more official options blast_trace, blast_stats;
Thu, 09 Jun 2011 23:30:18 +0200 wenzelm merged
Thu, 09 Jun 2011 15:14:21 +0200 bulwahn merged
Thu, 09 Jun 2011 14:16:12 +0200 bulwahn resolving an issue with class instances that are pseudo functions in the OCaml code serializer
Thu, 09 Jun 2011 14:24:34 +0200 hoelzl merged
Thu, 09 Jun 2011 14:04:38 +0200 hoelzl fixed document generation for HOL
Thu, 09 Jun 2011 14:04:34 +0200 hoelzl lemma: independence is equal to mutual information = 0
Thu, 09 Jun 2011 13:55:11 +0200 hoelzl jensens inequality
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip