NEWS
Tue, 05 Apr 2011 15:15:33 +0200 wenzelm merged
Mon, 04 Apr 2011 19:09:10 +0200 blanchet document "type_sys" option
Tue, 05 Apr 2011 14:25:18 +0200 wenzelm discontinued special treatment of structure Ast: no pervasive content, no inclusion in structure Syntax;
Thu, 31 Mar 2011 11:16:52 +0200 blanchet added monomorphization option to Sledgehammer ATPs -- this looks promising but is still off by default
Wed, 30 Mar 2011 09:44:17 +0200 bulwahn NEWS
Tue, 29 Mar 2011 14:27:44 +0200 hoelzl NEWS
Tue, 22 Mar 2011 20:44:47 +0100 wenzelm more selective strip_positions in case patterns -- reactivate translations based on "case _ of _" in HOL and special patterns in HOLCF;
Tue, 22 Mar 2011 18:03:28 +0100 wenzelm enable inner syntax source positions by default (controlled via configuration option);
Sun, 20 Mar 2011 22:26:43 +0100 wenzelm NEWS: structure Timing provides various operations for timing;
Fri, 18 Mar 2011 22:55:28 +0100 blanchet added "simp:", "intro:", and "elim:" to "try" command
Thu, 17 Mar 2011 22:07:17 +0100 blanchet reintroduced "show_skolems" option -- useful when too many Skolems are displayed
Sun, 13 Mar 2011 20:56:00 +0100 wenzelm files are identified via SHA1 digests -- discontinued ISABELLE_FILE_IDENT;
Sun, 13 Mar 2011 19:16:19 +0100 wenzelm cleanup of former settings GHC_PATH, EXEC_GHC, EXEC_OCAML, EXEC_SWIPL, EXEC_YAP -- discontinued implicit detection;
Sun, 13 Mar 2011 17:28:14 +0100 wenzelm clarified ISABELLE_CSDP setting (formerly CSDP_EXE);
Sun, 13 Mar 2011 16:01:00 +0100 wenzelm Path.print is the official way to show file-system paths to users -- note that Path.implode often indicates violation of the abstract datatype;
Thu, 03 Mar 2011 18:10:28 +0100 wenzelm discontinued legacy load path;
Thu, 03 Mar 2011 11:20:48 +0100 blanchet mention new Nitpick options
Fri, 25 Feb 2011 16:59:48 +0100 krauss removed support for tail-recursion from function package (now implemented by partial_function)
Mon, 21 Feb 2011 10:44:19 +0100 blanchet renamed "nitpick\_def" to "nitpick_unfold" to reflect its new semantics
Tue, 08 Feb 2011 21:12:27 +0100 wenzelm discontinued obsolete lib/scripts/polyml-platform;
Tue, 08 Feb 2011 17:38:43 +0100 wenzelm merged
Tue, 08 Feb 2011 16:10:10 +0100 blanchet available_provers ~> supported_provers (for clarity)
Tue, 08 Feb 2011 17:36:21 +0100 wenzelm discontinued support for Poly/ML 5.2, which was the last version without proper multithreading and TimeLimit implementation;
Fri, 04 Feb 2011 17:11:00 +0100 wenzelm parallelization of nested Isar proofs is subject to Goal.parallel_proofs_threshold;
Tue, 01 Feb 2011 21:09:52 +0100 krauss term style 'isub': ad-hoc subscripting of variables that end with digits (x1, x23, ...)
Mon, 31 Jan 2011 11:18:29 +0100 wenzelm merged
Mon, 17 Jan 2011 20:20:51 +0100 wenzelm back to post-release mode;
Wed, 19 Jan 2011 11:27:56 +0100 wenzelm tuned;
Mon, 17 Jan 2011 18:32:16 +0100 wenzelm tuned;
Mon, 17 Jan 2011 17:45:52 +0100 boehmes made Z3 the default SMT solver again
Sun, 16 Jan 2011 21:10:30 +0100 wenzelm tuned;
Sun, 16 Jan 2011 20:55:48 +0100 wenzelm tuned;
Sun, 16 Jan 2011 20:54:30 +0100 wenzelm misc tuning for release;
Sat, 15 Jan 2011 14:56:57 +0100 wenzelm global "prems" is legacy feature;
Sat, 15 Jan 2011 14:19:37 +0100 wenzelm misc updates for release;
Sat, 15 Jan 2011 14:02:24 +0100 wenzelm merged;
Sat, 15 Jan 2011 13:34:10 +0100 wenzelm misc tuning for release;
Sat, 15 Jan 2011 12:49:10 +0100 berghofe Added entry for HOL-SPARK
Tue, 11 Jan 2011 20:01:57 +0100 wenzelm updated to Isabelle2011;
Tue, 11 Jan 2011 18:23:29 +0100 haftmann NEWS
Tue, 11 Jan 2011 17:59:35 +0100 bulwahn NEWS
Fri, 07 Jan 2011 10:28:45 +0100 krauss tuned NEWS
Thu, 06 Jan 2011 21:06:18 +0100 ballarin Diagnostic command to show locale dependencies.
Thu, 06 Jan 2011 21:06:17 +0100 ballarin Documentation for 'interpret' and 'sublocale' with mixins.
Thu, 06 Jan 2011 21:06:17 +0100 ballarin Abelian group facts obtained from group facts via interpretation (sublocale).
Thu, 06 Jan 2011 17:51:56 +0100 boehmes differentiate between local and remote SMT solvers (e.g., "z3" vs. "remote_z3");
Tue, 04 Jan 2011 15:32:56 -0800 huffman change some lemma names containing 'UU' to 'bottom'
Tue, 04 Jan 2011 15:03:27 -0800 huffman renamed constant 'UU' to 'bottom', keeping 'UU' as alternative input syntax;
Wed, 29 Dec 2010 18:18:42 +0100 wenzelm theory loader: implicit load path is considered legacy;
Thu, 23 Dec 2010 13:11:40 -0800 huffman NEWS updates for HOLCF
Thu, 23 Dec 2010 12:20:09 +0100 haftmann tuned order of NEWS
Thu, 23 Dec 2010 12:04:29 +0100 haftmann NEWS
Tue, 21 Dec 2010 21:54:51 +0100 wenzelm configuration option "rule_trace";
Tue, 21 Dec 2010 21:21:21 +0100 wenzelm configuration option "syntax_ast_trace" and "syntax_ast_stat";
Mon, 20 Dec 2010 16:44:33 +0100 wenzelm proper identifiers for consts and types;
Sun, 19 Dec 2010 18:38:50 -0800 huffman rename function cprod_map to prod_map
Sun, 19 Dec 2010 18:10:54 -0800 huffman fix typo
Sun, 19 Dec 2010 06:34:41 -0800 huffman type 'defl' takes a type parameter again (cf. b525988432e9)
Sun, 19 Dec 2010 05:15:31 -0800 huffman reintroduce 'bifinite' class, now with existentially-quantified approx function (cf. b525988432e9)
Fri, 17 Dec 2010 18:10:37 +0100 wenzelm Command 'type_synonym' (with single argument) supersedes 'types' (legacy feature);
less more (0) -1000 -300 -100 -60 tip