wenzelm [Mon, 05 May 2014 16:29:09 +0200] rev 56866
tuned GUI;
wenzelm [Mon, 05 May 2014 15:37:25 +0200] rev 56865
more decisive change of focus;
more explicit Print_Item with description;
wenzelm [Mon, 05 May 2014 15:17:07 +0200] rev 56864
support print operations as asynchronous query;
wenzelm [Mon, 05 May 2014 11:53:07 +0200] rev 56863
allow empty original, e.g. path "";
wenzelm [Mon, 05 May 2014 10:25:09 +0200] rev 56862
more robust process kill -- postpone interrupts on current thread;
wenzelm [Mon, 05 May 2014 09:41:23 +0200] rev 56861
tuned signature;
wenzelm [Mon, 05 May 2014 09:24:34 +0200] rev 56860
tuned signature;
blanchet [Mon, 05 May 2014 10:03:43 +0200] rev 56859
tuned comment
blanchet [Mon, 05 May 2014 09:30:20 +0200] rev 56858
simplify selectors in code views
blanchet [Mon, 05 May 2014 08:30:38 +0200] rev 56857
note correct induction schemes in 'primrec' (for N2M)
blanchet [Sun, 04 May 2014 21:35:04 +0200] rev 56856
use right meson tactic for preplaying
blanchet [Sun, 04 May 2014 21:02:21 +0200] rev 56855
simplify unused universally quantified variables in Z3 proofs
blanchet [Sun, 04 May 2014 19:27:28 +0200] rev 56854
fixed Waldmeister endgame w.r.t. "Trueprop"
blanchet [Sun, 04 May 2014 19:08:29 +0200] rev 56853
tuned structure name
blanchet [Sun, 04 May 2014 19:01:36 +0200] rev 56852
added 'satx' to Sledgehammer's portfolio (cf. 'isar_try0')
blanchet [Sun, 04 May 2014 18:57:45 +0200] rev 56851
renamed 'dpll_p' to 'cdclite', to avoid confusion with the old 'dpll' and to reflect the idea that the new prover implements some ideas from CDCL not in DPLL -- this follows its author's, Sascha B.'s, wish
blanchet [Sun, 04 May 2014 18:53:58 +0200] rev 56850
added 'satx' proof method to Try0
blanchet [Sun, 04 May 2014 18:50:42 +0200] rev 56849
make 'dpll_p' the default SAT solver, rather than the hard-to-get zChaff-with-proofs
blanchet [Sun, 04 May 2014 18:14:59 +0200] rev 56848
added missing space between command-line options
blanchet [Sun, 04 May 2014 18:14:58 +0200] rev 56847
improved whitelist (cf. be1874de8344)
blanchet [Sun, 04 May 2014 18:14:58 +0200] rev 56846
renamed 'xxx_size' to 'size_xxx' for old datatype package
boehmes [Sun, 04 May 2014 16:17:53 +0200] rev 56845
removed obsolete internal SAT solvers
wenzelm [Sat, 03 May 2014 23:15:00 +0200] rev 56844
standardize to implode_short form;
clarified treatment of directories;
wenzelm [Sat, 03 May 2014 22:47:43 +0200] rev 56843
support for path completion based on file-system content;
wenzelm [Sat, 03 May 2014 20:31:29 +0200] rev 56842
yet another completion option, to imitate old less ambitious behavior;
wenzelm [Sat, 03 May 2014 20:20:55 +0200] rev 56841
reduced cluttering of popups;
wenzelm [Sat, 03 May 2014 20:10:49 +0200] rev 56840
propagate more events, notably after hide_popup (e.g. LEFT, RIGHT);
wenzelm [Fri, 02 May 2014 23:31:25 +0200] rev 56839
merged
wenzelm [Fri, 02 May 2014 23:30:47 +0200] rev 56838
NEWS;
wenzelm [Fri, 02 May 2014 23:25:56 +0200] rev 56837
more robust interrupt handling for Scala_Console, which uses JVM Thread.interrupt instead of POSIX SIGINT;