Tue, 13 Aug 2013 12:19:45 +0200 support somewhat standard "select all" by default;
wenzelm [Tue, 13 Aug 2013 12:19:45 +0200] rev 53001
support somewhat standard "select all" by default;
Tue, 13 Aug 2013 11:57:42 +0200 more cleanup;
wenzelm [Tue, 13 Aug 2013 11:57:42 +0200] rev 53000
more cleanup;
Tue, 13 Aug 2013 11:49:01 +0200 more explicit error, e.g. for sledgehammer query operation applied in non-HOL session;
wenzelm [Tue, 13 Aug 2013 11:49:01 +0200] rev 52999
more explicit error, e.g. for sledgehammer query operation applied in non-HOL session;
Tue, 13 Aug 2013 11:13:26 +0200 tuned proofs;
wenzelm [Tue, 13 Aug 2013 11:13:26 +0200] rev 52998
tuned proofs;
Tue, 13 Aug 2013 11:34:56 +0200 added flag for jEdit/PIDE asynchronous mode
blanchet [Tue, 13 Aug 2013 11:34:56 +0200] rev 52997
added flag for jEdit/PIDE asynchronous mode
Tue, 13 Aug 2013 10:29:49 +0200 updated Vampire version numbers
blanchet [Tue, 13 Aug 2013 10:29:49 +0200] rev 52996
updated Vampire version numbers
Tue, 13 Aug 2013 10:26:56 +0200 Vampire 3.0 requires types to be declared -- make it happy (and get rid of "implicit" types since only Satallax seems to support them anymore)
blanchet [Tue, 13 Aug 2013 10:26:56 +0200] rev 52995
Vampire 3.0 requires types to be declared -- make it happy (and get rid of "implicit" types since only Satallax seems to support them anymore)
Tue, 13 Aug 2013 09:58:08 +0200 whitepsace tuning
blanchet [Tue, 13 Aug 2013 09:58:08 +0200] rev 52994
whitepsace tuning
Tue, 13 Aug 2013 09:57:55 +0200 more robust parsing of Vampire proofs with "introduced" names
blanchet [Tue, 13 Aug 2013 09:57:55 +0200] rev 52993
more robust parsing of Vampire proofs with "introduced" names
Mon, 12 Aug 2013 23:36:43 +0200 fixed "sorry"d proofs
blanchet [Mon, 12 Aug 2013 23:36:43 +0200] rev 52992
fixed "sorry"d proofs
Mon, 12 Aug 2013 23:21:06 +0200 repaired proofs (after change to xxx_case_def)
blanchet [Mon, 12 Aug 2013 23:21:06 +0200] rev 52991
repaired proofs (after change to xxx_case_def)
Mon, 12 Aug 2013 22:38:39 +0200 temporary sorry's for temporarily nonterminating (due to 2b430bbb5a1a) proofs
traytel [Mon, 12 Aug 2013 22:38:39 +0200] rev 52990
temporary sorry's for temporarily nonterminating (due to 2b430bbb5a1a) proofs
Mon, 12 Aug 2013 21:30:37 +0200 qualify intermediate typedefs
blanchet [Mon, 12 Aug 2013 21:30:37 +0200] rev 52989
qualify intermediate typedefs
Mon, 12 Aug 2013 21:30:36 +0200 avoid double qualification for case constants
blanchet [Mon, 12 Aug 2013 21:30:36 +0200] rev 52988
avoid double qualification for case constants
Mon, 12 Aug 2013 21:30:35 +0200 qualify more generated names with optional type name component
blanchet [Mon, 12 Aug 2013 21:30:35 +0200] rev 52987
qualify more generated names with optional type name component
Mon, 12 Aug 2013 20:04:03 +0200 eliminated bogus assumption from theorem (that was instantiated with refl and resulted in flexflex pairs)
traytel [Mon, 12 Aug 2013 20:04:03 +0200] rev 52986
eliminated bogus assumption from theorem (that was instantiated with refl and resulted in flexflex pairs)
Mon, 12 Aug 2013 15:36:55 +0200 generalized library function
traytel [Mon, 12 Aug 2013 15:36:55 +0200] rev 52985
generalized library function
Mon, 12 Aug 2013 18:03:47 +0200 updated keywords;
wenzelm [Mon, 12 Aug 2013 18:03:47 +0200] rev 52984
updated keywords;
Mon, 12 Aug 2013 18:02:01 +0200 merged
wenzelm [Mon, 12 Aug 2013 18:02:01 +0200] rev 52983
merged
Mon, 12 Aug 2013 17:57:51 +0200 clarified Query_Operation.register: avoid hard-wired parallel policy;
wenzelm [Mon, 12 Aug 2013 17:57:51 +0200] rev 52982
clarified Query_Operation.register: avoid hard-wired parallel policy; sledgehammer: more conventional parallel exception handling -- print just one interrupt;
Mon, 12 Aug 2013 17:17:49 +0200 moved generic module to its proper place;
wenzelm [Mon, 12 Aug 2013 17:17:49 +0200] rev 52981
moved generic module to its proper place;
Mon, 12 Aug 2013 17:11:27 +0200 manage hyperlinks via PIDE editor interface;
wenzelm [Mon, 12 Aug 2013 17:11:27 +0200] rev 52980
manage hyperlinks via PIDE editor interface;
Mon, 12 Aug 2013 15:09:13 +0200 tuned whitespace;
wenzelm [Mon, 12 Aug 2013 15:09:13 +0200] rev 52979
tuned whitespace;
Mon, 12 Aug 2013 14:53:16 +0200 prefer PIDE editor operations;
wenzelm [Mon, 12 Aug 2013 14:53:16 +0200] rev 52978
prefer PIDE editor operations; apply_query: insist in non-outdated snapshot via editor.current_command; tuned signature;
Mon, 12 Aug 2013 14:27:58 +0200 central management of Document.Overlays, independent of Document_Model;
wenzelm [Mon, 12 Aug 2013 14:27:58 +0200] rev 52977
central management of Document.Overlays, independent of Document_Model;
Mon, 12 Aug 2013 13:32:26 +0200 tuned -- use Multi_Map;
wenzelm [Mon, 12 Aug 2013 13:32:26 +0200] rev 52976
tuned -- use Multi_Map;
Mon, 12 Aug 2013 13:30:54 +0200 support for maps with multiple entries per key;
wenzelm [Mon, 12 Aug 2013 13:30:54 +0200] rev 52975
support for maps with multiple entries per key;
Mon, 12 Aug 2013 12:06:48 +0200 tuned signature;
wenzelm [Mon, 12 Aug 2013 12:06:48 +0200] rev 52974
tuned signature;
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -28 +28 +50 +100 +300 +1000 +3000 +10000 tip