Sat, 18 Jun 2011 11:45:07 +0200 more uniform treatment of "keyword" vs. "operator";
wenzelm [Sat, 18 Jun 2011 11:45:07 +0200] rev 43430
more uniform treatment of "keyword" vs. "operator";
Sat, 18 Jun 2011 11:22:03 +0200 simplified Line_Context (again);
wenzelm [Sat, 18 Jun 2011 11:22:03 +0200] rev 43429
simplified Line_Context (again);
Sat, 18 Jun 2011 00:05:29 +0200 more robust treatment of partial range restriction;
wenzelm [Sat, 18 Jun 2011 00:05:29 +0200] rev 43428
more robust treatment of partial range restriction;
Sat, 18 Jun 2011 00:03:58 +0200 select_markup: no filtering here -- results may be distorted anyway;
wenzelm [Sat, 18 Jun 2011 00:03:58 +0200] rev 43427
select_markup: no filtering here -- results may be distorted anyway;
Fri, 17 Jun 2011 23:20:34 +0200 more explicit treatment of ranges after revert/convert, which may well distort the overall start/end positions;
wenzelm [Fri, 17 Jun 2011 23:20:34 +0200] rev 43426
more explicit treatment of ranges after revert/convert, which may well distort the overall start/end positions;
Fri, 17 Jun 2011 23:18:22 +0200 more explicit error message;
wenzelm [Fri, 17 Jun 2011 23:18:22 +0200] rev 43425
more explicit error message; convert/revert range; tuned;
Fri, 17 Jun 2011 14:35:24 +0200 merged
wenzelm [Fri, 17 Jun 2011 14:35:24 +0200] rev 43424
merged
Thu, 16 Jun 2011 13:50:35 +0200 gave up an optimization that sometimes lead to unsound proofs -- in short, facts talking about a schematic type variable can encode a cardinality constraint and be consistent with HOL, e.g. "card (UNIV::?'a set) = 1 ==> ALL x y. x = y"
blanchet [Thu, 16 Jun 2011 13:50:35 +0200] rev 43423
gave up an optimization that sometimes lead to unsound proofs -- in short, facts talking about a schematic type variable can encode a cardinality constraint and be consistent with HOL, e.g. "card (UNIV::?'a set) = 1 ==> ALL x y. x = y"
Thu, 16 Jun 2011 13:50:35 +0200 added missing case in pattern matching -- solves Waldmeister "Match" exceptions that have been plaguing some users
blanchet [Thu, 16 Jun 2011 13:50:35 +0200] rev 43422
added missing case in pattern matching -- solves Waldmeister "Match" exceptions that have been plaguing some users
Thu, 16 Jun 2011 13:50:35 +0200 fixed soundness bug related to extensionality
blanchet [Thu, 16 Jun 2011 13:50:35 +0200] rev 43421
fixed soundness bug related to extensionality
Fri, 17 Jun 2011 14:31:13 +0200 unconditional recovery from bad context (e.g. Quoted with malformed quoted_body);
wenzelm [Fri, 17 Jun 2011 14:31:13 +0200] rev 43420
unconditional recovery from bad context (e.g. Quoted with malformed quoted_body);
Fri, 17 Jun 2011 13:55:53 +0200 flush snapshot on falling edge of is_outdated -- recover effect of former buffer.propertiesChanged on text area (cf. f0770743b7ec);
wenzelm [Fri, 17 Jun 2011 13:55:53 +0200] rev 43419
flush snapshot on falling edge of is_outdated -- recover effect of former buffer.propertiesChanged on text area (cf. f0770743b7ec);
Fri, 17 Jun 2011 00:10:39 +0200 recovered markup for non-alphabetic keywords;
wenzelm [Fri, 17 Jun 2011 00:10:39 +0200] rev 43418
recovered markup for non-alphabetic keywords;
Thu, 16 Jun 2011 23:35:37 +0200 more precise imitation of original TextAreaPainter: no locking;
wenzelm [Thu, 16 Jun 2011 23:35:37 +0200] rev 43417
more precise imitation of original TextAreaPainter: no locking;
Thu, 16 Jun 2011 23:16:06 +0200 more precise imitatation of original TokenMarker: no locking, interned context etc.;
wenzelm [Thu, 16 Jun 2011 23:16:06 +0200] rev 43416
more precise imitatation of original TokenMarker: no locking, interned context etc.;
Thu, 16 Jun 2011 22:15:35 +0200 brute-force range restriction to avoid spurious crashes;
wenzelm [Thu, 16 Jun 2011 22:15:35 +0200] rev 43415
brute-force range restriction to avoid spurious crashes;
Thu, 16 Jun 2011 22:05:40 +0200 static token markup, based on outer syntax only;
wenzelm [Thu, 16 Jun 2011 22:05:40 +0200] rev 43414
static token markup, based on outer syntax only; eliminated obsolete buffer.propertiesChanged (expensive due to remarking of full buffer etc.);
Thu, 16 Jun 2011 20:12:59 +0200 explicit dependency on Pure.jar;
wenzelm [Thu, 16 Jun 2011 20:12:59 +0200] rev 43413
explicit dependency on Pure.jar;
Thu, 16 Jun 2011 18:00:56 +0200 partial scans of nested comments;
wenzelm [Thu, 16 Jun 2011 18:00:56 +0200] rev 43412
partial scans of nested comments;
Thu, 16 Jun 2011 17:25:16 +0200 some support for partial scans with explicit context;
wenzelm [Thu, 16 Jun 2011 17:25:16 +0200] rev 43411
some support for partial scans with explicit context; clarified junk vs. junk1;
Thu, 16 Jun 2011 11:59:29 +0200 tuned spelling
haftmann [Thu, 16 Jun 2011 11:59:29 +0200] rev 43410
tuned spelling
Wed, 15 Jun 2011 22:01:27 +0200 updated generated file;
wenzelm [Wed, 15 Jun 2011 22:01:27 +0200] rev 43409
updated generated file;
Wed, 15 Jun 2011 22:00:26 +0200 merged
wenzelm [Wed, 15 Jun 2011 22:00:26 +0200] rev 43408
merged
Wed, 15 Jun 2011 21:18:58 +0200 spelling
haftmann [Wed, 15 Jun 2011 21:18:58 +0200] rev 43407
spelling
Wed, 15 Jun 2011 21:30:15 +0200 avoid compiler warning -- this is unchecked anyway;
wenzelm [Wed, 15 Jun 2011 21:30:15 +0200] rev 43406
avoid compiler warning -- this is unchecked anyway;
Wed, 15 Jun 2011 21:22:51 +0200 tuned messages;
wenzelm [Wed, 15 Jun 2011 21:22:51 +0200] rev 43405
tuned messages;
Wed, 15 Jun 2011 21:11:53 +0200 uniform use of Document_View.robust_body;
wenzelm [Wed, 15 Jun 2011 21:11:53 +0200] rev 43404
uniform use of Document_View.robust_body;
Wed, 15 Jun 2011 16:30:03 +0200 merged
wenzelm [Wed, 15 Jun 2011 16:30:03 +0200] rev 43403
merged
Wed, 15 Jun 2011 15:11:18 +0200 merge
blanchet [Wed, 15 Jun 2011 15:11:18 +0200] rev 43402
merge
Wed, 15 Jun 2011 14:36:41 +0200 fixed soundness bug made more visible by previous change
blanchet [Wed, 15 Jun 2011 14:36:41 +0200] rev 43401
fixed soundness bug made more visible by previous change
Wed, 15 Jun 2011 14:36:41 +0200 use more appropriate type systems for ATP exporter
blanchet [Wed, 15 Jun 2011 14:36:41 +0200] rev 43400
use more appropriate type systems for ATP exporter
Wed, 15 Jun 2011 14:36:41 +0200 type arguments now (unlike back when fa2cf11d6351 was done) normally carry enough information to reconstruct the type of an applied constant, so no need to constraint the argument types in those cases
blanchet [Wed, 15 Jun 2011 14:36:41 +0200] rev 43399
type arguments now (unlike back when fa2cf11d6351 was done) normally carry enough information to reconstruct the type of an applied constant, so no need to constraint the argument types in those cases
Wed, 15 Jun 2011 16:26:09 +0200 more robust painter_body wrt. EBP races and spurious exceptions (which causes jEdit to remove the extension);
wenzelm [Wed, 15 Jun 2011 16:26:09 +0200] rev 43398
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 more robust init;
wenzelm [Wed, 15 Jun 2011 16:22:58 +0200] rev 43397
more robust init;
Wed, 15 Jun 2011 15:42:54 +0200 recovered orig_text_painter from f4141da52e92;
wenzelm [Wed, 15 Jun 2011 15:42:54 +0200] rev 43396
recovered orig_text_painter from f4141da52e92;
Wed, 15 Jun 2011 15:08:22 +0200 tuned;
wenzelm [Wed, 15 Jun 2011 15:08:22 +0200] rev 43395
tuned;
Wed, 15 Jun 2011 14:32:35 +0200 more elaborate syntax styles;
wenzelm [Wed, 15 Jun 2011 14:32:35 +0200] rev 43394
more elaborate syntax styles;
Wed, 15 Jun 2011 13:36:08 +0200 more precise caret painting, working around existing painter (which is reinstalled by jEdit occasionally);
wenzelm [Wed, 15 Jun 2011 13:36:08 +0200] rev 43393
more precise caret painting, working around existing painter (which is reinstalled by jEdit occasionally);
Wed, 15 Jun 2011 11:41:49 +0200 paint caret according to precise font metrics;
wenzelm [Wed, 15 Jun 2011 11:41:49 +0200] rev 43392
paint caret according to precise font metrics;
Tue, 14 Jun 2011 21:41:00 +0200 include scala mode;
wenzelm [Tue, 14 Jun 2011 21:41:00 +0200] rev 43391
include scala mode;
Tue, 14 Jun 2011 17:24:23 +0200 builtin sub/superscript styles for jedit-4.3.2;
wenzelm [Tue, 14 Jun 2011 17:24:23 +0200] rev 43390
builtin sub/superscript styles for jedit-4.3.2;
Tue, 14 Jun 2011 15:58:01 +0200 merged
wenzelm [Tue, 14 Jun 2011 15:58:01 +0200] rev 43389
merged
Tue, 14 Jun 2011 15:32:17 +0200 tuned colors;
wenzelm [Tue, 14 Jun 2011 15:32:17 +0200] rev 43388
tuned colors;
Tue, 14 Jun 2011 14:55:22 +0200 recovered tooltip Entity content (odd effect of layer change!? cf. 806878ae2219);
wenzelm [Tue, 14 Jun 2011 14:55:22 +0200] rev 43387
recovered tooltip Entity content (odd effect of layer change!? cf. 806878ae2219);
Tue, 14 Jun 2011 14:33:46 +0200 more foreground markup, using actual CSS color names;
wenzelm [Tue, 14 Jun 2011 14:33:46 +0200] rev 43386
more foreground markup, using actual CSS color names;
Tue, 14 Jun 2011 13:50:54 +0200 slightly more general treatment of mutually recursive datatypes;
boehmes [Tue, 14 Jun 2011 13:50:54 +0200] rev 43385
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 13:34:27 +0200 more explicit check of dependencies;
wenzelm [Tue, 14 Jun 2011 13:34:27 +0200] rev 43384
more explicit check of dependencies;
Tue, 14 Jun 2011 13:18:36 +0200 tuned;
wenzelm [Tue, 14 Jun 2011 13:18:36 +0200] rev 43383
tuned;
Tue, 14 Jun 2011 12:18:34 +0200 misc tuning and simplification;
wenzelm [Tue, 14 Jun 2011 12:18:34 +0200] rev 43382
misc tuning and simplification;
Tue, 14 Jun 2011 11:36:08 +0200 separate module for text area painting;
wenzelm [Tue, 14 Jun 2011 11:36:08 +0200] rev 43381
separate module for text area painting;
Tue, 14 Jun 2011 08:33:51 +0200 improved mutabelle script to use nat for quickcheck_narrowing
bulwahn [Tue, 14 Jun 2011 08:33:51 +0200] rev 43380
improved mutabelle script to use nat for quickcheck_narrowing
Tue, 14 Jun 2011 08:30:19 +0200 quickcheck_narrowing returns some timing information
bulwahn [Tue, 14 Jun 2011 08:30:19 +0200] rev 43379
quickcheck_narrowing returns some timing information
Tue, 14 Jun 2011 08:30:18 +0200 removed comment and declaration after issue has been resolved (cf. e83695ea0e0a)
bulwahn [Tue, 14 Jun 2011 08:30:18 +0200] rev 43378
removed comment and declaration after issue has been resolved (cf. e83695ea0e0a)
Mon, 13 Jun 2011 23:21:53 +0200 more accurate CSS colors;
wenzelm [Mon, 13 Jun 2011 23:21:53 +0200] rev 43377
more accurate CSS colors;
Mon, 13 Jun 2011 23:09:01 +0200 some direct text foreground painting, instead of token marking;
wenzelm [Mon, 13 Jun 2011 23:09:01 +0200] rev 43376
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 +0200 imitate original Chunk.paintChunkList;
wenzelm [Mon, 13 Jun 2011 14:22:33 +0200] rev 43375
imitate original Chunk.paintChunkList;
Mon, 13 Jun 2011 13:53:41 +0200 tuned;
wenzelm [Mon, 13 Jun 2011 13:53:41 +0200] rev 43374
tuned;
Mon, 13 Jun 2011 12:33:53 +0200 always use our text painter;
wenzelm [Mon, 13 Jun 2011 12:33:53 +0200] rev 43373
always use our text painter;
Mon, 13 Jun 2011 12:29:26 +0200 use 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 43372
use orig_text_painter for extras outside main text (also required to update internal line infos); tuned;
Sun, 12 Jun 2011 22:26:03 +0200 more precise imitation of original TextAreaPainter$PaintText;
wenzelm [Sun, 12 Jun 2011 22:26:03 +0200] rev 43371
more precise imitation of original TextAreaPainter$PaintText;
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip