Tue, 14 Jun 2011 13:50:54 +0200slightly more general treatment of mutually recursive datatypes;
boehmes [Tue, 14 Jun 2011 13:50:54 +0200] rev 44252
slightly more general treatment of mutually recursive datatypes;
treat datatype constructors and selectors similarly to built-in constants wrt. introduction of explicit application (in the same way as what is already done for eta-expansion)

Tue, 14 Jun 2011 08:33:51 +0200improved mutabelle script to use nat for quickcheck_narrowing
bulwahn [Tue, 14 Jun 2011 08:33:51 +0200] rev 44251
improved mutabelle script to use nat for quickcheck_narrowing

Tue, 14 Jun 2011 08:30:19 +0200quickcheck_narrowing returns some timing information
bulwahn [Tue, 14 Jun 2011 08:30:19 +0200] rev 44250
quickcheck_narrowing returns some timing information

Tue, 14 Jun 2011 08:30:18 +0200removed comment and declaration after issue has been resolved (cf. e83695ea0e0a)
bulwahn [Tue, 14 Jun 2011 08:30:18 +0200] rev 44249
removed comment and declaration after issue has been resolved (cf. e83695ea0e0a)

Mon, 13 Jun 2011 23:21:53 +0200more accurate CSS colors;
wenzelm [Mon, 13 Jun 2011 23:21:53 +0200] rev 44248
more accurate CSS colors;

Mon, 13 Jun 2011 23:09:01 +0200some direct text foreground painting, instead of token marking;
wenzelm [Mon, 13 Jun 2011 23:09:01 +0200] rev 44247
some direct text foreground painting, instead of token marking;
common snapshot for all text area painters (NOT gutter etc.)
tuned;

Mon, 13 Jun 2011 14:22:33 +0200imitate original Chunk.paintChunkList;
wenzelm [Mon, 13 Jun 2011 14:22:33 +0200] rev 44246
imitate original Chunk.paintChunkList;

Mon, 13 Jun 2011 13:53:41 +0200tuned;
wenzelm [Mon, 13 Jun 2011 13:53:41 +0200] rev 44245
tuned;

Mon, 13 Jun 2011 12:33:53 +0200always use our text painter;
wenzelm [Mon, 13 Jun 2011 12:33:53 +0200] rev 44244
always use our text painter;

Mon, 13 Jun 2011 12:29:26 +0200use orig_text_painter for extras outside main text (also required to update internal line infos);
wenzelm [Mon, 13 Jun 2011 12:29:26 +0200] rev 44243
use orig_text_painter for extras outside main text (also required to update internal line infos);
tuned;