wenzelm [Fri, 09 Aug 2013 20:16:33 +0200] rev 52945
retain current task priority, to avoid distortion due to local forks (e.g. sledgehammer query operation);
wenzelm [Fri, 09 Aug 2013 20:01:50 +0200] rev 52944
removed "Locate" button, to avoid confusion about the slightly odd meaning of current_command with explicit theory context;
wenzelm [Fri, 09 Aug 2013 17:25:47 +0200] rev 52943
enable search in pre-loaded theory;
wenzelm [Fri, 09 Aug 2013 16:17:48 +0200] rev 52942
more GUI options;
wenzelm [Fri, 09 Aug 2013 15:49:50 +0200] rev 52941
tuned signature;
wenzelm [Fri, 09 Aug 2013 15:14:59 +0200] rev 52940
tuned;
wenzelm [Fri, 09 Aug 2013 15:00:29 +0200] rev 52939
tuned GUI;
blanchet [Fri, 09 Aug 2013 15:40:38 +0200] rev 52938
tuned name generation code (to make it easier to adapt later)
blanchet [Fri, 09 Aug 2013 15:03:39 +0200] rev 52937
honor user type names if possible
wenzelm [Fri, 09 Aug 2013 13:57:21 +0200] rev 52936
merged;
wenzelm [Fri, 09 Aug 2013 13:51:34 +0200] rev 52935
more abstract consume_status operation;
wenzelm [Fri, 09 Aug 2013 13:37:51 +0200] rev 52934
separate Process_Indicator -- simplified/clarified version of org.gjt.sp.jedit.gui.AnimatedIcon;
wenzelm [Fri, 09 Aug 2013 12:29:15 +0200] rev 52933
more active "provers" field, which increases chances that its history is stored;
wenzelm [Fri, 09 Aug 2013 12:25:24 +0200] rev 52932
removed command location is considered finished, and its overlay removed eventually;
apply_query: empty output;
wenzelm [Fri, 09 Aug 2013 11:18:36 +0200] rev 52931
cancel_query via direct access to the exec_id of the running query process;
wenzelm [Fri, 09 Aug 2013 10:41:17 +0200] rev 52930
retain original messages properties, e.g. for retrieval via Command.Results;
wenzelm [Fri, 09 Aug 2013 09:55:25 +0200] rev 52929
clarified toplevel_error: absorb and print interrupts;
tuned;
wenzelm [Fri, 09 Aug 2013 00:04:47 +0200] rev 52928
more explicit error;
wenzelm [Fri, 09 Aug 2013 00:02:18 +0200] rev 52927
tuned message;
wenzelm [Thu, 08 Aug 2013 23:52:35 +0200] rev 52926
removed unused YXML_Find_Theorems and Legacy_XML_Syntax;
wenzelm [Thu, 08 Aug 2013 23:34:52 +0200] rev 52925
more robust read_query;
avoid pointless position, which is always line 1 for single-line input;
kleing [Fri, 09 Aug 2013 12:27:29 +0200] rev 52924
removed commented out declaration
traytel [Fri, 09 Aug 2013 11:26:29 +0200] rev 52923
tuned
wenzelm [Thu, 08 Aug 2013 20:43:54 +0200] rev 52922
merged
wenzelm [Thu, 08 Aug 2013 17:49:07 +0200] rev 52921
eliminate \<twosuperior> as well;
wenzelm [Thu, 08 Aug 2013 17:36:14 +0200] rev 52920
more strict identifier syntax: disallow superscripts, which tend to be used in notation such as \<^sup>\<omega>;
wenzelm [Thu, 08 Aug 2013 17:24:31 +0200] rev 52919
prefer plain subscript for identifiers;
wenzelm [Thu, 08 Aug 2013 17:04:02 +0200] rev 52918
proper low-level comparison -- heed warning by Scala compiler;
Andreas Lochbihler [Thu, 08 Aug 2013 18:20:15 +0200] rev 52917
merged
Andreas Lochbihler [Thu, 08 Aug 2013 18:15:12 +0200] rev 52916
prefer Code.abort with explicit error message