wenzelm [Fri, 17 May 2013 18:39:49 +0200] rev 52054
discontinued obsolete isabelle-process options -f and -u;
wenzelm [Fri, 17 May 2013 18:23:39 +0200] rev 52053
NEWS;
wenzelm [Fri, 17 May 2013 18:19:42 +0200] rev 52052
discontinued obsolete isabelle usedir, mkdir, make;
wenzelm [Fri, 17 May 2013 17:45:51 +0200] rev 52051
modernized TimeLimit.timeLimit using Event_Timer service -- based on more elementary version 11ae688e4e30;
wenzelm [Fri, 17 May 2013 17:11:06 +0200] rev 52050
event timer as separate service thread;
wenzelm [Fri, 17 May 2013 13:46:18 +0200] rev 52049
tuned signature;
wenzelm [Fri, 17 May 2013 11:35:52 +0200] rev 52048
tuned signature -- emphasize thread creation here;
wenzelm [Fri, 17 May 2013 11:05:59 +0200] rev 52047
repair after bc01725d7918;
nipkow [Fri, 17 May 2013 08:19:52 +0200] rev 52046
replaced `;' by `;;' to disambiguate syntax; unexpected slight increase in build time
nipkow [Fri, 17 May 2013 02:57:00 +0200] rev 52045
tuned
wenzelm [Thu, 16 May 2013 22:02:01 +0200] rev 52044
merged
wenzelm [Thu, 16 May 2013 21:48:01 +0200] rev 52043
more system options as context-sensitive config options;
wenzelm [Thu, 16 May 2013 21:09:58 +0200] rev 52042
Thy_Output.modes as proper option;
wenzelm [Thu, 16 May 2013 20:50:01 +0200] rev 52041
some system options as context-sensitive config options;
wenzelm [Thu, 16 May 2013 20:33:01 +0200] rev 52040
system options as context-sensitive configuration options within the attribute name space;
wenzelm [Thu, 16 May 2013 19:41:41 +0200] rev 52039
tuned signature;
blanchet [Thu, 16 May 2013 21:55:12 +0200] rev 52038
properly handle SPASS constructors w.r.t. partially applied functions
wenzelm [Thu, 16 May 2013 17:39:38 +0200] rev 52037
tuned signature -- depend on context by default;
kuncar [Thu, 16 May 2013 15:21:12 +0200] rev 52036
reflexivity rules for the function type and equality
blanchet [Thu, 16 May 2013 15:03:28 +0200] rev 52035
tuned comments
blanchet [Thu, 16 May 2013 14:58:30 +0200] rev 52034
correctly 'repair' the monomorphization context for SMT solvers from Sledgehammer
blanchet [Thu, 16 May 2013 14:27:43 +0200] rev 52033
tuning
blanchet [Thu, 16 May 2013 14:15:22 +0200] rev 52032
more work on SPASS datatypes
blanchet [Thu, 16 May 2013 13:34:13 +0200] rev 52031
tuning -- renamed '_from_' to '_of_' in Sledgehammer
blanchet [Thu, 16 May 2013 13:19:27 +0200] rev 52030
compile
blanchet [Thu, 16 May 2013 13:05:52 +0200] rev 52029
don't recognize overloaded constants as constructors for the purpose of removing type arguments
blanchet [Thu, 16 May 2013 13:05:52 +0200] rev 52028
tuning
blanchet [Thu, 16 May 2013 13:05:52 +0200] rev 52027
reintroduced syntax for "nonexhaustive" datatypes
blanchet [Thu, 16 May 2013 13:05:52 +0200] rev 52026
tuning
blanchet [Thu, 16 May 2013 13:05:52 +0200] rev 52025
more work on SPASS datatypes
Andreas Lochbihler [Thu, 16 May 2013 11:35:07 +0200] rev 52024
merged
Andreas Lochbihler [Thu, 16 May 2013 10:08:28 +0200] rev 52023
setup for set membership as a predicate for code_pred
nipkow [Thu, 16 May 2013 11:27:34 +0200] rev 52022
tuned
kleing [Thu, 16 May 2013 13:49:18 +1000] rev 52021
explicitly state equivalence relation for sim; tweak syntax of sem_equiv
nipkow [Thu, 16 May 2013 02:13:42 +0200] rev 52020
merged
nipkow [Thu, 16 May 2013 02:13:23 +0200] rev 52019
finally: acom with pointwise access and update of annotations
wenzelm [Wed, 15 May 2013 23:00:17 +0200] rev 52018
merged;
wenzelm [Wed, 15 May 2013 22:30:24 +0200] rev 52017
clarified preferences: "override" re-initialized on prover startup, and "default" sent to PG -- thus recover typical defaults like auto-quickcheck in PG 4.x;
wenzelm [Wed, 15 May 2013 22:02:51 +0200] rev 52016
simplified ProofGeneral.preference operation -- no need for CRITICAL section for atomic access (and sequential execution of PG/TTY loop);
wenzelm [Wed, 15 May 2013 21:55:09 +0200] rev 52015
back to hidden welcome -- revert change 9ebf2da69b29, which appears to disturb startup protocol of PG 4.1;
wenzelm [Wed, 15 May 2013 21:46:07 +0200] rev 52014
more standard Isabelle/ML structures for global preferences;
allow to add categories later on;
allow to redefine preferences as usual for global tables, e.g. after reloading ML modules;
wenzelm [Wed, 15 May 2013 21:02:13 +0200] rev 52013
more basic print mode "ProofGeneral" (again);
wenzelm [Wed, 15 May 2013 20:53:42 +0200] rev 52012
uniform welcome -- actually visible on startup via Output.urgent_message;
tuned;
wenzelm [Wed, 15 May 2013 20:45:27 +0200] rev 52011
more elementary ProofGeneral.thm_deps;
wenzelm [Wed, 15 May 2013 20:39:25 +0200] rev 52010
tuned;
wenzelm [Wed, 15 May 2013 20:34:42 +0200] rev 52009
moved files;
wenzelm [Wed, 15 May 2013 20:28:43 +0200] rev 52008
clarified default for Proofterm.proofs, according to etc/options and innermost setmp;
wenzelm [Wed, 15 May 2013 20:22:46 +0200] rev 52007
maintain ProofGeneral preferences within ProofGeneral module;
initialize Isabelle/Pure preferences within normal user space (with antiquotations);
tuned;
wenzelm [Wed, 15 May 2013 17:39:41 +0200] rev 52006
just one ProofGeneral module;
blanchet [Wed, 15 May 2013 18:44:19 +0200] rev 52005
tuning
blanchet [Wed, 15 May 2013 18:39:20 +0200] rev 52004
more work on SPASS datatypes
blanchet [Wed, 15 May 2013 18:09:20 +0200] rev 52003
tuning
blanchet [Wed, 15 May 2013 18:06:40 +0200] rev 52002
no need to reinvent the wheel ("fold_map")
blanchet [Wed, 15 May 2013 18:05:46 +0200] rev 52001
more work on implementing datatype output for new SPASS
blanchet [Wed, 15 May 2013 17:49:39 +0200] rev 52000
tuned code
blanchet [Wed, 15 May 2013 17:49:18 +0200] rev 51999
compile
blanchet [Wed, 15 May 2013 17:43:42 +0200] rev 51998
renamed Sledgehammer functions with 'for' in their names to 'of'
blanchet [Wed, 15 May 2013 17:27:24 +0200] rev 51997
added datatype declaration syntax for next-gen SPASS
kuncar [Wed, 15 May 2013 12:13:38 +0200] rev 51996
abstract equalities only in a correspondence relation in a transfer domain rule
kuncar [Wed, 15 May 2013 12:10:44 +0200] rev 51995
superfluous transfer rule