wenzelm [Tue, 30 Dec 2014 14:11:06 +0100] rev 59202
clarified source location;
wenzelm [Tue, 30 Dec 2014 11:50:34 +0100] rev 59201
added system property isabelle.laf, notably for initial system dialog;
let L&F take care of font scaling, e.g. GTK+ for Linux where X11 dpi scaling does not really work;
wenzelm [Tue, 30 Dec 2014 10:38:10 +0100] rev 59200
NEWS;
wenzelm [Mon, 29 Dec 2014 21:02:49 +0100] rev 59199
tuned;
wenzelm [Mon, 29 Dec 2014 20:51:42 +0100] rev 59198
clarified execution graph traversal: stable imports are required to proceed, e.g. relevant to avoid crash of init_theory after discontinued execution;
wenzelm [Mon, 29 Dec 2014 19:17:24 +0100] rev 59197
tuned whitespace;
wenzelm [Mon, 29 Dec 2014 15:38:59 +0100] rev 59196
more toplevel pretty printing;
wenzelm [Sun, 28 Dec 2014 22:10:09 +0100] rev 59195
back to full synchronization (cf. eb3e399f5b9f);
wenzelm [Sun, 28 Dec 2014 22:03:11 +0100] rev 59194
proper sequential version;
wenzelm [Sun, 28 Dec 2014 21:34:45 +0100] rev 59193
eliminated Document.execution frontier (again, see 627fb639a2d9): just run into older execution, potentially stalling worker thread, but without global delay due to long-running tasks (notably sledgehammer);
clarified Command.run_process etc.: join running eval, bypass running print;
eliminated Command.memo in favour of regular Lazy.lazy;
more Lazy.lazy status information;
wenzelm [Sun, 28 Dec 2014 12:37:03 +0100] rev 59192
modernized historic example;
wenzelm [Sun, 28 Dec 2014 12:18:01 +0100] rev 59191
more thorough Lazy.is_finished;
kleing [Sun, 28 Dec 2014 15:42:34 +1100] rev 59190
3 old example lemmas by Amine listed in the top 100 theorems
wenzelm [Sat, 27 Dec 2014 20:32:06 +0100] rev 59189
update_cartouches;
trimmed whitespace;
wenzelm [Sat, 27 Dec 2014 19:51:55 +0100] rev 59188
memo_fork without locking, to avoid rare deadlock in Event_Timer.request due to execution overrun;
haftmann [Wed, 24 Dec 2014 10:06:37 +0100] rev 59187
typos
wenzelm [Tue, 23 Dec 2014 21:14:44 +0100] rev 59186
unused;
wenzelm [Tue, 23 Dec 2014 21:04:53 +0100] rev 59185
tuned message;
wenzelm [Tue, 23 Dec 2014 20:46:42 +0100] rev 59184
explicit message channels for "state", "information";
separate state_message_color;
wenzelm [Tue, 23 Dec 2014 16:00:38 +0100] rev 59183
imitate font more carefully: err on smaller size;
imitate HTML font, notably for Sidekick where short string is also shown as view status message;
wenzelm [Mon, 22 Dec 2014 21:34:11 +0100] rev 59182
more accurate selection of sessions;
wenzelm [Mon, 22 Dec 2014 21:27:59 +0100] rev 59181
more accurate selection of sessions;
wenzelm [Mon, 22 Dec 2014 20:40:37 +0100] rev 59180
discontinued central critical sections: NAMED_CRITICAL / CRITICAL;
wenzelm [Mon, 22 Dec 2014 19:47:58 +0100] rev 59179
more elementary Multithreading.synchronized;
wenzelm [Mon, 22 Dec 2014 18:10:54 +0100] rev 59178
proper Synchronized.var;
more atomic operations;
wenzelm [Mon, 22 Dec 2014 17:17:00 +0100] rev 59177
removed remains from Proof General;
wenzelm [Mon, 22 Dec 2014 16:44:54 +0100] rev 59176
obsolete;
wenzelm [Mon, 22 Dec 2014 16:44:24 +0100] rev 59175
system option "pretty_margin" is superseded by "thy_output_margin";
wenzelm [Mon, 22 Dec 2014 15:50:16 +0100] rev 59174
tuned;
wenzelm [Mon, 22 Dec 2014 14:35:42 +0100] rev 59173
proper Synchronized.var;