Sun, 30 May 2010 14:14:30 +0200 markup non-identifier keyword as operator;
wenzelm [Sun, 30 May 2010 14:14:30 +0200] rev 37192
markup non-identifier keyword as operator;
Sun, 30 May 2010 13:47:12 +0200 Isabelle_Process: do not enforce future_terminal_proof by default -- no error propagation yet;
wenzelm [Sun, 30 May 2010 13:47:12 +0200] rev 37191
Isabelle_Process: do not enforce future_terminal_proof by default -- no error propagation yet;
Sun, 30 May 2010 13:44:35 +0200 more basic default behaviour of ENTER, HOME, END;
wenzelm [Sun, 30 May 2010 13:44:35 +0200] rev 37190
more basic default behaviour of ENTER, HOME, END;
Sat, 29 May 2010 20:49:04 +0200 tuned messages;
wenzelm [Sat, 29 May 2010 20:49:04 +0200] rev 37189
tuned messages;
Sat, 29 May 2010 20:34:28 +0200 do not highlight ignored command spans;
wenzelm [Sat, 29 May 2010 20:34:28 +0200] rev 37188
do not highlight ignored command spans; tuned;
Sat, 29 May 2010 20:03:47 +0200 more explicit handling of document;
wenzelm [Sat, 29 May 2010 20:03:47 +0200] rev 37187
more explicit handling of document;
Sat, 29 May 2010 19:46:29 +0200 explicit markup for forked goals, as indicated by Goal.fork;
wenzelm [Sat, 29 May 2010 19:46:29 +0200] rev 37186
explicit markup for forked goals, as indicated by Goal.fork; accumulate pending forks within command state and hilight accordingly; Isabelle_Process: enforce future_terminal_proof, which gives some impression of non-linear/parallel checking;
Sat, 29 May 2010 17:26:02 +0200 avoid :\ which is not tail-recursive and tends to overflow the tiny JVM stack, which is not resizable at runtime;
wenzelm [Sat, 29 May 2010 17:26:02 +0200] rev 37185
avoid :\ which is not tail-recursive and tends to overflow the tiny JVM stack, which is not resizable at runtime;
Sat, 29 May 2010 16:44:44 +0200 define_state/new_state: provide state immediately, which is now lazy;
wenzelm [Sat, 29 May 2010 16:44:44 +0200] rev 37184
define_state/new_state: provide state immediately, which is now lazy; more careful document editing: single execution future forces all entries, synchronous cancelation after update;
Sat, 29 May 2010 15:52:47 +0200 force_result within the current execution context -- avoids overhead of potential thread context switch and robustifies Interrupt handling;
wenzelm [Sat, 29 May 2010 15:52:47 +0200] rev 37183
force_result within the current execution context -- avoids overhead of potential thread context switch and robustifies Interrupt handling; recovered some similarity to sequential version;
Sat, 29 May 2010 15:31:15 +0200 future result: retain plain Interrupt for vacuous group exceptions;
wenzelm [Sat, 29 May 2010 15:31:15 +0200] rev 37182
future result: retain plain Interrupt for vacuous group exceptions;
Fri, 28 May 2010 22:51:04 +0200 remove two examples, now that the definition of "fst" and "snd" has changed
blanchet [Fri, 28 May 2010 22:51:04 +0200] rev 37181
remove two examples, now that the definition of "fst" and "snd" has changed
Fri, 28 May 2010 22:34:21 +0200 merged
wenzelm [Fri, 28 May 2010 22:34:21 +0200] rev 37180
merged
Fri, 28 May 2010 19:36:48 +0100 Got rid of a warning about duplicate rewrite rules.
webertj [Fri, 28 May 2010 19:36:48 +0100] rev 37179
Got rid of a warning about duplicate rewrite rules.
Fri, 28 May 2010 22:21:08 +0200 accumulate only local results -- no proper history support yet;
wenzelm [Fri, 28 May 2010 22:21:08 +0200] rev 37178
accumulate only local results -- no proper history support yet;
Fri, 28 May 2010 21:40:32 +0200 avoid deprecated Iterator.fromArray;
wenzelm [Fri, 28 May 2010 21:40:32 +0200] rev 37177
avoid deprecated Iterator.fromArray;
Fri, 28 May 2010 21:37:24 +0200 more compiler warnings;
wenzelm [Fri, 28 May 2010 21:37:24 +0200] rev 37176
more compiler warnings;
Fri, 28 May 2010 21:17:59 +0200 eliminated hard tabs;
wenzelm [Fri, 28 May 2010 21:17:59 +0200] rev 37175
eliminated hard tabs;
Fri, 28 May 2010 20:41:23 +0200 assume given SCALA_HOME, e.g. from component settings or external setup;
wenzelm [Fri, 28 May 2010 20:41:23 +0200] rev 37174
assume given SCALA_HOME, e.g. from component settings or external setup;
Fri, 28 May 2010 18:15:53 +0200 merged
wenzelm [Fri, 28 May 2010 18:15:53 +0200] rev 37173
merged
Fri, 28 May 2010 17:00:38 +0200 merged
blanchet [Fri, 28 May 2010 17:00:38 +0200] rev 37172
merged
Fri, 28 May 2010 13:49:21 +0200 make sure chained facts appear in Isar proofs generated by Sledgehammer -- otherwise the proof won't work
blanchet [Fri, 28 May 2010 13:49:21 +0200] rev 37171
make sure chained facts appear in Isar proofs generated by Sledgehammer -- otherwise the proof won't work
Thu, 27 May 2010 17:22:16 +0200 Nitpick: show "..." in datatype values (e.g., [{0::nat, ...}]), since these are really equivalence classes
blanchet [Thu, 27 May 2010 17:22:16 +0200] rev 37170
Nitpick: show "..." in datatype values (e.g., [{0::nat, ...}]), since these are really equivalence classes
Thu, 27 May 2010 16:42:03 +0200 make Nitpick "show_all" option behave less surprisingly
blanchet [Thu, 27 May 2010 16:42:03 +0200] rev 37169
make Nitpick "show_all" option behave less surprisingly
Fri, 28 May 2010 13:37:47 +0200 merged
haftmann [Fri, 28 May 2010 13:37:47 +0200] rev 37168
merged
Fri, 28 May 2010 13:37:29 +0200 avoid reference to thm PairE
haftmann [Fri, 28 May 2010 13:37:29 +0200] rev 37167
avoid reference to thm PairE
Fri, 28 May 2010 13:37:28 +0200 more coherent theory structure; tuned headings
haftmann [Fri, 28 May 2010 13:37:28 +0200] rev 37166
more coherent theory structure; tuned headings
Fri, 28 May 2010 18:15:22 +0200 made SML/NJ quite happy;
wenzelm [Fri, 28 May 2010 18:15:22 +0200] rev 37165
made SML/NJ quite happy;
Fri, 28 May 2010 17:48:18 +0200 reuse main view.font from jEdit;
wenzelm [Fri, 28 May 2010 17:48:18 +0200] rev 37164
reuse main view.font from jEdit;
Fri, 28 May 2010 16:01:25 +0200 deleted some old fonts;
wenzelm [Fri, 28 May 2010 16:01:25 +0200] rev 37163
deleted some old fonts;
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip