Mon, 31 May 2010 18:17:48 +0200 terminate ML compiler input produced by ML_Lex.read (cf. 85e864045497);
wenzelm [Mon, 31 May 2010 18:17:48 +0200] rev 37209
terminate ML compiler input produced by ML_Lex.read (cf. 85e864045497);
Mon, 31 May 2010 16:45:48 +0200 Toplevel.run_command: reraise Interrupt, to terminate the Isar_Document.execution and not store a failed attempt;
wenzelm [Mon, 31 May 2010 16:45:48 +0200] rev 37208
Toplevel.run_command: reraise Interrupt, to terminate the Isar_Document.execution and not store a failed attempt;
Mon, 31 May 2010 10:29:04 +0200 merged
wenzelm [Mon, 31 May 2010 10:29:04 +0200] rev 37207
merged
Sun, 30 May 2010 21:29:37 +0200 Typo in locales tutorial.
ballarin [Sun, 30 May 2010 21:29:37 +0200] rev 37206
Typo in locales tutorial.
Mon, 31 May 2010 10:27:42 +0200 Theory_Target.pretty: more markup;
wenzelm [Mon, 31 May 2010 10:27:42 +0200] rev 37205
Theory_Target.pretty: more markup;
Mon, 31 May 2010 10:24:21 +0200 tuned abbrevs for long arrows, according to usual ASCII syntax;
wenzelm [Mon, 31 May 2010 10:24:21 +0200] rev 37204
tuned abbrevs for long arrows, according to usual ASCII syntax;
Mon, 31 May 2010 09:47:41 +0200 more flexibile font size via CSS <style> instead of old <font> element;
wenzelm [Mon, 31 May 2010 09:47:41 +0200] rev 37203
more flexibile font size via CSS <style> instead of old <font> element; preformatted text;
Mon, 31 May 2010 09:46:43 +0200 tuned;
wenzelm [Mon, 31 May 2010 09:46:43 +0200] rev 37202
tuned;
Sun, 30 May 2010 23:42:03 +0200 control tooltip font via Swing HTML, with tooltip-font-size property;
wenzelm [Sun, 30 May 2010 23:42:03 +0200] rev 37201
control tooltip font via Swing HTML, with tooltip-font-size property;
Sun, 30 May 2010 23:40:24 +0200 added HTML.encode (in Scala), similar to HTML.output in ML;
wenzelm [Sun, 30 May 2010 23:40:24 +0200] rev 37200
added HTML.encode (in Scala), similar to HTML.output in ML;
Sun, 30 May 2010 21:59:15 +0200 one extra space to accomodate symbolic indentifiers etc.;
wenzelm [Sun, 30 May 2010 21:59:15 +0200] rev 37199
one extra space to accomodate symbolic indentifiers etc.;
Sun, 30 May 2010 21:34:19 +0200 replaced ML_Lex.read_antiq by more concise ML_Lex.read, which includes full read/report with explicit position information;
wenzelm [Sun, 30 May 2010 21:34:19 +0200] rev 37198
replaced ML_Lex.read_antiq by more concise ML_Lex.read, which includes full read/report with explicit position information; ML_Context.eval/expression expect explicit ML_Lex source, which allows surrounding further text without loosing position information; fall back on ML_Context.eval_text if there is no position or no surrounding text; proper Args.name_source_position for method "tactic" and "raw_tactic"; tuned;
Sun, 30 May 2010 18:23:50 +0200 more detailed token markup, including command kind as sub_kind;
wenzelm [Sun, 30 May 2010 18:23:50 +0200] rev 37197
more detailed token markup, including command kind as sub_kind; type-safe access to Command.HighlightInfo;
Sun, 30 May 2010 16:54:40 +0200 tuned;
wenzelm [Sun, 30 May 2010 16:54:40 +0200] rev 37196
tuned;
Sun, 30 May 2010 16:00:13 +0200 separate markup for ML delimiters;
wenzelm [Sun, 30 May 2010 16:00:13 +0200] rev 37195
separate markup for ML delimiters;
Sun, 30 May 2010 15:27:49 +0200 less pschedelic token markup;
wenzelm [Sun, 30 May 2010 15:27:49 +0200] rev 37194
less pschedelic token markup;
Sun, 30 May 2010 14:21:35 +0200 simplified command/keyword markup;
wenzelm [Sun, 30 May 2010 14:21:35 +0200] rev 37193
simplified command/keyword markup;
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
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip