Mon, 15 Aug 2011 21:05:30 +0200parellel scheduling of node edits and execution;
wenzelm [Mon, 15 Aug 2011 21:05:30 +0200] rev 45072
parellel scheduling of node edits and execution;

Mon, 15 Aug 2011 20:38:16 +0200tuned error message;
wenzelm [Mon, 15 Aug 2011 20:38:16 +0200] rev 45071
tuned error message;

Mon, 15 Aug 2011 20:19:41 +0200retrieve imports from document state, with fall-back on theory loader for preloaded theories;
wenzelm [Mon, 15 Aug 2011 20:19:41 +0200] rev 45070
retrieve imports from document state, with fall-back on theory loader for preloaded theories;
misc tuning;

Mon, 15 Aug 2011 19:27:55 +0200explicit check of finished evaluation;
wenzelm [Mon, 15 Aug 2011 19:27:55 +0200] rev 45069
explicit check of finished evaluation;

Mon, 15 Aug 2011 16:38:42 +0200refined Document.edit: less stateful update via Graph.schedule;
wenzelm [Mon, 15 Aug 2011 16:38:42 +0200] rev 45068
refined Document.edit: less stateful update via Graph.schedule;
clarified node result -- more direct get_theory;
clarified Document.joint_commands;

Mon, 15 Aug 2011 14:54:36 +0200simplified exec: eliminated unused status flag;
wenzelm [Mon, 15 Aug 2011 14:54:36 +0200] rev 45067
simplified exec: eliminated unused status flag;

Sun, 14 Aug 2011 08:45:38 -0700consistently use variable name 'F' for filters
huffman [Sun, 14 Aug 2011 08:45:38 -0700] rev 45066
consistently use variable name 'F' for filters

Sun, 14 Aug 2011 07:54:24 -0700generalize lemmas about LIM and LIMSEQ to tendsto
huffman [Sun, 14 Aug 2011 07:54:24 -0700] rev 45065
generalize lemmas about LIM and LIMSEQ to tendsto

Sat, 13 Aug 2011 18:10:14 -0700HOL-Nominal-Examples: respect distinction between sets and functions
huffman [Sat, 13 Aug 2011 18:10:14 -0700] rev 45064
HOL-Nominal-Examples: respect distinction between sets and functions

Sat, 13 Aug 2011 22:04:07 +0200less verbosity in batch mode -- spam reduction and notable performance improvement;
wenzelm [Sat, 13 Aug 2011 22:04:07 +0200] rev 45063
less verbosity in batch mode -- spam reduction and notable performance improvement;
clarified Proof_Display.print_consts;