wenzelm [Fri, 04 Apr 2014 22:51:22 +0200] rev 56413
support for jEdit Navigator plugin;
wenzelm [Fri, 04 Apr 2014 22:21:46 +0200] rev 56412
more permissive Session.update_options: this is wired to jEdit PropertiesChanged, which may occur before the prover is started;
blanchet [Fri, 04 Apr 2014 19:09:56 +0200] rev 56411
added option to Mirabelle
paulson <lp15@cam.ac.uk> [Fri, 04 Apr 2014 17:58:25 +0100] rev 56410
divide_minus_left divide_minus_right are in field_simps but are not default simprules
paulson <lp15@cam.ac.uk> [Thu, 03 Apr 2014 23:51:52 +0100] rev 56409
removing simprule status for divide_minus_left and divide_minus_right
wenzelm [Fri, 04 Apr 2014 16:43:47 +0200] rev 56408
merged;
wenzelm [Fri, 04 Apr 2014 15:58:20 +0200] rev 56407
tuned rendering -- take 1px line border into account;
wenzelm [Fri, 04 Apr 2014 14:31:31 +0200] rev 56406
revert ce37fcb30cf2 for the sake of Mac OS X -- let some event listeners of jEdit reset the cursor;
wenzelm [Fri, 04 Apr 2014 13:12:16 +0200] rev 56405
tuned white space;
blanchet [Fri, 04 Apr 2014 15:56:40 +0200] rev 56404
use Z3 TPTP cores rather than proofs since the latter are somewhat broken
blanchet [Fri, 04 Apr 2014 14:44:51 +0200] rev 56403
tuned spaces
Andreas Lochbihler [Fri, 04 Apr 2014 13:22:26 +0200] rev 56402
merged
Andreas Lochbihler [Fri, 04 Apr 2014 13:22:15 +0200] rev 56401
add missing adaptation for narrowing to work with variables of type integer => integer
wenzelm [Fri, 04 Apr 2014 12:37:57 +0200] rev 56400
merged
wenzelm [Fri, 04 Apr 2014 12:07:48 +0200] rev 56399
added ML antiquotation @{print};
wenzelm [Fri, 04 Apr 2014 10:41:53 +0200] rev 56398
afford larger full_index, to save a few milliseconds during rendering (notably text_overview);
blanchet [Fri, 04 Apr 2014 11:49:47 +0200] rev 56397
improved parsing of "z3_tptp" proofs
wenzelm [Thu, 03 Apr 2014 22:04:57 +0200] rev 56396
merged
wenzelm [Thu, 03 Apr 2014 21:55:48 +0200] rev 56395
more direct warning within persistent Protocol.Status;
consider Markup.ERROR (e.g. from Output.error_message without exception) as failure;
tuned;
wenzelm [Thu, 03 Apr 2014 21:08:00 +0200] rev 56394
clarified Version.syntax -- avoid guessing initial situation;
wenzelm [Thu, 03 Apr 2014 20:53:35 +0200] rev 56393
more abstract Prover.Syntax, as proposed by Carst Tankink;
wenzelm [Thu, 03 Apr 2014 20:17:12 +0200] rev 56392
tuned signature (see also 0850d43cb355);
wenzelm [Thu, 03 Apr 2014 19:49:53 +0200] rev 56391
slightly more readable protocol trace (NB1: prover input is always marked as <prover_command/>; NB2: adding indentation would invalidate the XML);
wenzelm [Thu, 03 Apr 2014 19:26:39 +0200] rev 56390
recovered public command_line from d92eb5c3960d, which is important for alternative prover processes;
wenzelm [Thu, 03 Apr 2014 18:39:42 +0200] rev 56389
tuned rendering for 5 different look-and-feels;
wenzelm [Thu, 03 Apr 2014 15:40:31 +0200] rev 56388
more symbol abbrevs, e.g. relevant for list comprehension in HOL/List.thy or HOL/Library/Monad_Syntax.thy;
wenzelm [Thu, 03 Apr 2014 14:54:17 +0200] rev 56387
more general prover operations;
wenzelm [Thu, 03 Apr 2014 13:49:37 +0200] rev 56386
tuned signature -- pro forma;
wenzelm [Thu, 03 Apr 2014 13:46:18 +0200] rev 56385
more general prover operations;
paulson <lp15@cam.ac.uk> [Thu, 03 Apr 2014 17:26:45 +0100] rev 56384
Merge