NEWS
Sun, 12 Feb 2006 21:34:28 +0100 wenzelm * ML/Pure/General: improved join interface for tables;
Sun, 12 Feb 2006 21:34:26 +0100 wenzelm tuned;
Fri, 10 Feb 2006 02:22:57 +0100 wenzelm * ML/Pure: generic Args/Attrib syntax everywhere;
Wed, 08 Feb 2006 15:17:54 +0100 nipkow *** empty log message ***
Thu, 02 Feb 2006 16:37:10 +0100 wenzelm tuned;
Thu, 02 Feb 2006 16:31:28 +0100 wenzelm * Isar: 'obtains' element;
Tue, 31 Jan 2006 00:51:15 +0100 wenzelm * Pure: 'advanced' translation functions use Context.generic instead of just theory;
Sat, 28 Jan 2006 17:28:48 +0100 wenzelm Pure/Isar: (un)folded, (un)fold, unfolding support
Sat, 21 Jan 2006 23:07:26 +0100 wenzelm tuned;
Sat, 21 Jan 2006 23:02:30 +0100 wenzelm * ML: simplified type attribute;
Thu, 19 Jan 2006 21:22:27 +0100 wenzelm * ML/Isar: theory setup has type (theory -> theory);
Sun, 15 Jan 2006 20:04:05 +0100 wenzelm tuned;
Sun, 15 Jan 2006 20:00:59 +0100 wenzelm tuned;
Sun, 15 Jan 2006 19:58:57 +0100 wenzelm * Classical: optional weight for attributes;
Sat, 14 Jan 2006 17:20:51 +0100 wenzelm tuned;
Sat, 14 Jan 2006 17:15:24 +0100 wenzelm * ML/Isar: simplified treatment of user-level errors;
Fri, 13 Jan 2006 14:43:09 +0100 nipkow *** empty log message ***
Tue, 10 Jan 2006 19:36:59 +0100 wenzelm tuned;
Tue, 10 Jan 2006 19:33:42 +0100 wenzelm * ML: generic context, data, attributes;
Sat, 07 Jan 2006 12:26:23 +0100 wenzelm * Provers/induct: improved simultaneous goals -- nested cases;
Fri, 06 Jan 2006 15:18:19 +0100 wenzelm Pure/Isar: Toplevel.theory_to_proof admits transactions that modify the theory;
Wed, 04 Jan 2006 01:04:59 +0100 wenzelm tuned;
Wed, 04 Jan 2006 01:00:52 +0100 wenzelm * Pure/Isar: Toplevel.theory_theory_to_proof;
Tue, 03 Jan 2006 15:44:39 +0100 paulson Provers/classical: stricter checks to ensure that supplied intro, dest and
Tue, 03 Jan 2006 11:31:15 +0100 haftmann rearranged burrow_split to fold_burrow to allow composition with fold_map
Tue, 03 Jan 2006 00:06:18 +0100 wenzelm * Pure/Isar: new command 'unfolding';
Sat, 31 Dec 2005 21:49:44 +0100 wenzelm * Provers/classical: removed obsolete classical version of elim_format;
Fri, 23 Dec 2005 15:21:05 +0100 wenzelm tuned;
Fri, 23 Dec 2005 15:18:13 +0100 wenzelm * Provers/induct: support simultaneous goals with mutual rules;
Fri, 23 Dec 2005 14:33:28 +0100 haftmann is_prefix
Thu, 22 Dec 2005 00:41:26 +0100 wenzelm tuned;
Thu, 22 Dec 2005 00:29:12 +0100 wenzelm * induct: improved treatment of mutual goals and mutual rules;
Wed, 21 Dec 2005 13:25:20 +0100 haftmann discontinued unflat in favour of burrow and burrow_split
Tue, 20 Dec 2005 22:06:00 +0100 wenzelm tuned;
Fri, 16 Dec 2005 16:00:58 +0100 haftmann re-arranged tuples (theory * 'a) to ('a * theory) in Pure
Tue, 13 Dec 2005 19:32:06 +0100 wenzelm Provers/induct: coinduct;
Thu, 08 Dec 2005 20:15:34 +0100 wenzelm removed hint for Classical.swap, which is not really user-level anyway;
Thu, 08 Dec 2005 12:50:02 +0100 wenzelm * HOL: Theorem 'swap' is no longer bound at the ML top-level.
Wed, 30 Nov 2005 22:52:46 +0100 wenzelm simulaneous 'def';
Sun, 27 Nov 2005 20:06:24 +0100 wenzelm * Provers/induct: obtain pattern;
Fri, 25 Nov 2005 18:58:34 +0100 wenzelm tuned;
Wed, 23 Nov 2005 20:29:36 +0100 wenzelm tuned;
Wed, 23 Nov 2005 18:52:05 +0100 wenzelm Provers/induct: definitional insts and fixing;
Wed, 23 Nov 2005 18:52:00 +0100 wenzelm tuned;
Thu, 10 Nov 2005 20:57:11 +0100 wenzelm renamed Thm.cgoal_of to Thm.cprem_of;
Mon, 31 Oct 2005 16:35:15 +0100 haftmann nth_*, fold_index refined
Fri, 28 Oct 2005 22:37:57 +0200 wenzelm tuned;
Fri, 28 Oct 2005 22:27:41 +0200 wenzelm * Pure/Isar: literal facts;
Thu, 27 Oct 2005 13:59:06 +0200 wenzelm * HOL: alternative iff syntax;
Thu, 27 Oct 2005 08:14:05 +0200 haftmann added module Pure/General/rat.ML
Fri, 21 Oct 2005 18:16:57 +0200 wenzelm * Legacy goal package: reduced interface to the bare minimum required to keep existing proof scripts running.
Wed, 19 Oct 2005 21:52:30 +0200 wenzelm * Theory syntax: discontinued non-Isar format and old Isar headers;
Tue, 18 Oct 2005 17:59:23 +0200 wenzelm Simplifier.context/theory_context;
Mon, 17 Oct 2005 23:10:25 +0200 wenzelm * Simplifier: simpset of a running simplification process contains a proof context;
Mon, 17 Oct 2005 23:10:16 +0200 wenzelm tuned;
Sat, 15 Oct 2005 00:14:30 +0200 wenzelm tuned;
Sat, 15 Oct 2005 00:08:14 +0200 wenzelm * antiquotations ML_type, ML_struct;
Sun, 09 Oct 2005 17:06:03 +0200 webertj Tactics sat and satx reimplemented, several improvements
Sat, 08 Oct 2005 23:36:01 +0200 nipkow *** empty log message ***
Fri, 07 Oct 2005 22:59:17 +0200 wenzelm tuned;
Fri, 07 Oct 2005 22:59:15 +0200 wenzelm added dummy variable binding;
Tue, 04 Oct 2005 16:47:39 +0200 wenzelm * Command 'find_theorems': support * wildcard in name: criterion.
Thu, 29 Sep 2005 17:08:52 +0200 wenzelm pdfsetup.sty: better not rely on ifpdf.sty;
Thu, 29 Sep 2005 15:50:43 +0200 wenzelm Isabelle2005 (October 2005);
Thu, 29 Sep 2005 00:58:54 +0200 wenzelm tuned;
Wed, 28 Sep 2005 18:50:42 +0200 webertj pointer to HOL/ex/SAT_Examples.thy added
Wed, 28 Sep 2005 11:50:13 +0200 wenzelm revert 'defs' advertisement;
Tue, 27 Sep 2005 17:24:27 +0200 wenzelm more details about incomplete 'defs';
Tue, 27 Sep 2005 11:27:07 +0200 wenzelm tuned;
Tue, 27 Sep 2005 11:03:38 +0200 berghofe Added entries for code_module, code_library, and value.
Sun, 25 Sep 2005 20:24:23 +0200 wenzelm * Hyperreal: A theory of Taylor series.
Fri, 23 Sep 2005 23:28:59 +0200 webertj new sat tactic
Fri, 23 Sep 2005 13:20:47 +0200 wenzelm tuned;
Fri, 23 Sep 2005 10:25:55 +0200 paulson ATP linkup
Fri, 23 Sep 2005 00:10:58 +0200 nipkow *** empty log message ***
Thu, 22 Sep 2005 18:59:41 +0200 huffman HOLCF theorem naming conventions
Wed, 21 Sep 2005 17:21:35 +0200 haftmann added AList.make, eq_fst, apr ...
Wed, 21 Sep 2005 11:50:52 +0200 wenzelm tunes;
Wed, 21 Sep 2005 00:07:32 +0200 wenzelm tuned;
Tue, 20 Sep 2005 22:02:06 +0200 wenzelm tuned;
Tue, 20 Sep 2005 21:48:47 +0200 wenzelm tuned;
Tue, 20 Sep 2005 14:20:58 +0200 wenzelm HOL/ex/Chinese.thy;
Tue, 20 Sep 2005 08:20:22 +0200 haftmann infix operator precedence
Sat, 17 Sep 2005 18:11:17 +0200 wenzelm HTML.with_charset;
Sat, 17 Sep 2005 12:18:00 +0200 wenzelm Cube: converted to Isar, use locales;
Fri, 16 Sep 2005 23:55:23 +0200 huffman add HOLCF entries for pcpodef, cont_proc, fixrec;
Fri, 16 Sep 2005 14:44:52 +0200 ballarin tuned
Thu, 15 Sep 2005 20:27:48 +0200 wenzelm * Improved efficiency of the Simplifier etc.;
Thu, 15 Sep 2005 20:24:53 +0200 wenzelm incorporated HOL/Hyperreal/CHANGES;
Thu, 15 Sep 2005 17:16:53 +0200 wenzelm command 'thms_containing' has been discontinued in favour of 'find_theorems';
Thu, 15 Sep 2005 10:00:01 +0200 haftmann AList, the_*
Wed, 14 Sep 2005 23:31:09 +0200 wenzelm tuned;
Wed, 14 Sep 2005 23:15:00 +0200 wenzelm hide: added option '(open)';
Wed, 14 Sep 2005 23:06:02 +0200 schirmer ... prem19
Wed, 14 Sep 2005 22:18:55 +0200 wenzelm Method comm_ring for proving equalities in commutative rings.
Wed, 14 Sep 2005 22:04:36 +0200 wenzelm HOL: method comm_ring;
Tue, 13 Sep 2005 22:49:12 +0200 wenzelm tuned;
Tue, 06 Sep 2005 16:59:50 +0200 wenzelm axclass: name space prefix is now "c_class" instead of just "c";
Mon, 05 Sep 2005 17:49:28 +0200 wenzelm tuned;
Mon, 05 Sep 2005 17:38:15 +0200 wenzelm Markup commands 'chapter' .. 'text' support optional locale specification;
Fri, 02 Sep 2005 09:50:58 +0200 ballarin print_locale omits facts by default
Wed, 31 Aug 2005 15:46:30 +0200 wenzelm * Delimiters of outer tokens now produce separate LaTeX macros;
Tue, 30 Aug 2005 12:47:53 +0200 paulson patterns in setsum and setprod
Sun, 28 Aug 2005 16:06:07 +0200 wenzelm * ML functions legacy_bindings and use_legacy_bindings;
Sun, 28 Aug 2005 16:04:50 +0200 wenzelm tuned;
Wed, 24 Aug 2005 12:07:00 +0200 ballarin Printing of interpretations: option to show witness theorems;
Thu, 18 Aug 2005 11:59:17 +0200 wenzelm * The ML antiquotation prints type-checked ML expressions verbatim.
Thu, 18 Aug 2005 11:17:32 +0200 wenzelm * Proper output of proof terms within a proof context;
Wed, 17 Aug 2005 17:03:20 +0200 ballarin Interpretation in locales.
Wed, 17 Aug 2005 14:19:17 +0200 nipkow *** empty log message ***
Tue, 16 Aug 2005 13:42:13 +0200 wenzelm * Command tags control specific markup of certain regions of text (replaces usedir -H);
Wed, 03 Aug 2005 14:49:04 +0200 avigad mentioned change to exp_ge_add_one_self, new transitivity rules
Mon, 01 Aug 2005 19:21:38 +0200 wenzelm * Pure/Simplifier: improved handling of bound variables;
Fri, 29 Jul 2005 19:47:41 +0200 avigad mentioned Ln in NEWS
Thu, 28 Jul 2005 15:19:44 +0200 wenzelm tuned;
Mon, 25 Jul 2005 18:54:49 +0200 avigad Added two new theories to HOL/Library: SetsAndFunctions.thy and BigO.thy
Tue, 19 Jul 2005 17:54:32 +0200 wenzelm tuned;
Tue, 19 Jul 2005 17:24:09 +0200 avigad added list of theorem changes to NEWS
Mon, 18 Jul 2005 14:10:11 +0200 haftmann reverted from fold_yield to fold_map
Fri, 15 Jul 2005 15:45:04 +0200 wenzelm *** empty log message ***
less more (0) -120 tip