src/Pure/Isar/isar_syn.ML
Fri, 16 Feb 2007 22:13:15 +0100 wenzelm unified arity parser/arguments;
Wed, 14 Feb 2007 10:06:17 +0100 haftmann class package now using Locale.interpretation_i
Sat, 10 Feb 2007 09:26:18 +0100 haftmann moved commands of class package here
Sun, 04 Feb 2007 22:02:19 +0100 wenzelm tuned oracle interface;
Sun, 28 Jan 2007 23:29:16 +0100 wenzelm added simproc_setup;
Fri, 19 Jan 2007 22:08:26 +0100 wenzelm renamed IsarOutput to ThyOutput;
Fri, 19 Jan 2007 13:09:36 +0100 wenzelm added 'declaration' command;
Sat, 30 Dec 2006 12:33:26 +0100 wenzelm removed obsolete 'clear_undos';
Fri, 29 Dec 2006 20:34:17 +0100 haftmann changed syntax for axclass attach
Thu, 14 Dec 2006 15:31:20 +0100 wenzelm locale: print context for begin;
Tue, 12 Dec 2006 20:49:27 +0100 wenzelm classified show/thus as prf_asm_goal, which is usually hilited in PG;
Sat, 09 Dec 2006 18:05:46 +0100 wenzelm added 'print_abbrevs';
Fri, 08 Dec 2006 23:25:53 +0100 wenzelm added 'help' command (same of 'print_commands');
Thu, 07 Dec 2006 21:08:50 +0100 wenzelm definition/abbreviation: single argument;
Thu, 30 Nov 2006 14:17:22 +0100 wenzelm simplified syntax for 'definition', 'abbreviation';
Sun, 26 Nov 2006 18:07:21 +0100 wenzelm abbrevs: no result;
Wed, 22 Nov 2006 10:21:17 +0100 haftmann added Isar syntax for adding parameters to axclasses
Tue, 21 Nov 2006 18:07:33 +0100 wenzelm moved theorem kinds from PureThy to Thm;
Fri, 17 Nov 2006 02:19:55 +0100 wenzelm 'notation': more robust 'and' list;
Tue, 14 Nov 2006 00:15:38 +0100 wenzelm incorporated IsarThy into IsarCmd;
Sat, 11 Nov 2006 16:11:43 +0100 wenzelm turned 'context' into plain thy_decl, discontinued thy_switch;
Thu, 09 Nov 2006 21:44:27 +0100 wenzelm abbrevs: return result;
Tue, 07 Nov 2006 19:39:48 +0100 wenzelm removed obsolete Locale.smart_theorem;
Tue, 07 Nov 2006 11:47:57 +0100 wenzelm renamed 'const_syntax' to 'notation';
Sat, 14 Oct 2006 23:25:51 +0200 wenzelm theorem: added local_theory version;
Thu, 12 Oct 2006 22:57:35 +0200 wenzelm tuned;
Wed, 11 Oct 2006 22:55:16 +0200 wenzelm 'context': demand 'begin', support local theory;
Wed, 11 Oct 2006 00:27:31 +0200 wenzelm 'end': handle local theory;
Mon, 09 Oct 2006 02:20:01 +0200 wenzelm lemmas/theorems/declare: Specification.theorems;
Sat, 30 Sep 2006 21:39:29 +0200 wenzelm added undo_end;
Tue, 19 Sep 2006 23:15:26 +0200 wenzelm 'print_theory': bang option for full verbosity;
Mon, 18 Sep 2006 19:12:46 +0200 wenzelm added class_deps;
Wed, 09 Aug 2006 00:12:37 +0200 wenzelm locale interpretation command: after_qed;
Wed, 02 Aug 2006 22:26:59 +0200 wenzelm simplified Proof.end_block;
Sun, 11 Jun 2006 21:59:24 +0200 wenzelm fixes: include mixfix syntax;
Wed, 07 Jun 2006 02:01:32 +0200 wenzelm added 'if' and 'for' keywords;
Tue, 16 May 2006 21:33:09 +0200 wenzelm added 'const_syntax';
Sat, 13 May 2006 02:51:43 +0200 wenzelm 'defs': unchecked flag;
Sun, 30 Apr 2006 22:50:10 +0200 wenzelm AxClass.define_class;
Thu, 27 Apr 2006 15:06:35 +0200 wenzelm tuned basic list operators (flat, maps, map_filter);
Thu, 13 Apr 2006 12:01:09 +0200 wenzelm axclass: old-style concrete syntax for canonical specification format;
Tue, 11 Apr 2006 16:00:07 +0200 wenzelm 'axclass': no parameters;
Sat, 08 Apr 2006 22:51:23 +0200 wenzelm 'abbreviation': optional print mode;
Mon, 20 Mar 2006 17:15:35 +0100 ballarin Tuned signature of Locale.add_locale(_i).
Fri, 17 Mar 2006 15:22:40 +0100 ballarin add_locale(_i) returns internal locale name.
Tue, 14 Mar 2006 22:06:39 +0100 wenzelm added 'print_statement' command;
Tue, 14 Mar 2006 16:29:37 +0100 wenzelm added 'no_translations';
Sat, 11 Mar 2006 16:53:27 +0100 wenzelm *** empty log message ***
Wed, 08 Mar 2006 18:37:24 +0100 wenzelm constdecl: always allow 'where';
Thu, 16 Feb 2006 18:26:00 +0100 wenzelm added 'abbreviation';
Mon, 06 Feb 2006 20:59:49 +0100 wenzelm Toplevel.local_theory;
Fri, 03 Feb 2006 11:47:57 +0100 haftmann refined signature of locale module
Thu, 02 Feb 2006 12:52:20 +0100 wenzelm moved (general_)statement to outer_parse.ML;
Sat, 28 Jan 2006 17:28:56 +0100 wenzelm removed obsolete keyword 'files';
Fri, 27 Jan 2006 19:03:02 +0100 wenzelm moved theorem tags from Drule to PureThy;
Wed, 25 Jan 2006 00:21:38 +0100 wenzelm added 'definition';
Tue, 24 Jan 2006 00:43:28 +0100 wenzelm axiomatization: optional vars;
Fri, 13 Jan 2006 01:13:11 +0100 wenzelm uniform handling of fixes;
Sat, 07 Jan 2006 23:27:56 +0100 wenzelm added 'axiomatization';
Wed, 04 Jan 2006 00:52:43 +0100 wenzelm Toplevel.forget_proof;
Tue, 03 Jan 2006 00:06:24 +0100 wenzelm added 'using' command;
Wed, 30 Nov 2005 22:52:46 +0100 wenzelm simulaneous 'def';
Thu, 10 Nov 2005 20:57:20 +0100 wenzelm guess: Toplevel.proof;
Wed, 09 Nov 2005 16:26:51 +0100 wenzelm P.context_element, P.locale_element;
Tue, 18 Oct 2005 17:59:33 +0200 wenzelm use simplified Toplevel.proof etc.;
Sat, 15 Oct 2005 00:08:03 +0200 wenzelm added 'guess';
Tue, 20 Sep 2005 14:03:41 +0200 wenzelm removed obsolete thms_containing;
Wed, 14 Sep 2005 23:15:00 +0200 wenzelm hide: added option '(open)';
Tue, 13 Sep 2005 22:19:37 +0200 wenzelm cleanup parsers and interfaces;
Mon, 05 Sep 2005 17:38:22 +0200 wenzelm chapter/section/subsection/subsubsection/text: optional locale specification;
Fri, 02 Sep 2005 09:50:58 +0200 ballarin print_locale omits facts by default
Thu, 01 Sep 2005 15:58:11 +0200 wenzelm renamed 'thms_containing' to 'find_theorems' -- keep old version for the time being;
Thu, 25 Aug 2005 09:25:03 +0200 haftmann add_locale_context(_i) now exporting elements (still some refinements to be done)
Wed, 24 Aug 2005 12:07:00 +0200 ballarin Printing of interpretations: option to show witness theorems;
Thu, 18 Aug 2005 11:17:42 +0200 wenzelm various Toplevel.theory_context commands: proper presentation in context;
Tue, 16 Aug 2005 13:42:39 +0200 wenzelm default tags for theory/proof/ML commands;
Thu, 14 Jul 2005 19:28:33 +0200 wenzelm type-safe 'oracle' command;
Wed, 13 Jul 2005 16:07:34 +0200 wenzelm Toplevel.actual_proof;
Thu, 07 Jul 2005 15:52:31 +0200 ballarin Preparations for interpretation of locales in locales.
Wed, 29 Jun 2005 15:13:34 +0200 wenzelm cond_print for end-of-proof and calculational commands;
Fri, 17 Jun 2005 18:33:32 +0200 wenzelm Theory.add_typedecls;
Sat, 11 Jun 2005 22:15:56 +0200 wenzelm renamed IsarThy.hide_space to IsarThy.hide_names;
Sun, 05 Jun 2005 11:31:28 +0200 wenzelm added 'uses' keyword;
Wed, 01 Jun 2005 12:30:49 +0200 ballarin Locales: new element constrains, parameter renaming with syntax,
Fri, 27 May 2005 16:24:48 +0200 ballarin Locale expressions: rename with optional mixfix syntax.
Wed, 25 May 2005 10:43:15 +0200 kleing renamed search criterion 'rewrite' to 'simp'
Sun, 22 May 2005 19:26:18 +0200 wenzelm tuned;
Sun, 22 May 2005 16:51:15 +0200 wenzelm added 'print_simpset';
Tue, 17 May 2005 18:10:31 +0200 wenzelm tuned;
Mon, 16 May 2005 09:35:05 +0200 kleing searching for thms by combination of criteria (intro, elim, dest, name, term pattern)
Thu, 21 Apr 2005 22:02:06 +0200 wenzelm superceded by Pure.thy and CPure.thy;
Sat, 16 Apr 2005 18:56:48 +0200 wenzelm added 'no_syntax' command;
Wed, 13 Apr 2005 18:46:39 +0200 wenzelm *** MESSAGE REFERS TO PREVIOUS VERSION ***
Wed, 13 Apr 2005 18:34:22 +0200 wenzelm *** empty log message ***
Thu, 24 Mar 2005 17:03:37 +0100 ballarin Further work on interpretation commands. New command `interpret' for
Thu, 10 Mar 2005 17:48:36 +0100 ballarin Registrations of global locale interpretations: improved, better naming.
Wed, 09 Mar 2005 18:44:52 +0100 ballarin First version of global registration command.
Thu, 03 Mar 2005 12:43:01 +0100 skalberg Move towards standard functions.
Sun, 13 Feb 2005 17:15:14 +0100 skalberg Deleted Library.option type.
Tue, 11 Jan 2005 14:15:14 +0100 berghofe Added table of commands to be hidden in LaTeX output.
Mon, 11 Oct 2004 10:51:19 +0200 berghofe Some changes to allow skipping of proof scripts.
Wed, 18 Aug 2004 11:44:17 +0200 nipkow import -> imports
Mon, 16 Aug 2004 17:06:47 +0200 nipkow new theory header syntax.
Thu, 12 Aug 2004 10:01:09 +0200 ballarin Disallowed "includes" in locale declarations.
Mon, 21 Jun 2004 10:25:57 +0200 kleing Merged in license change from Isabelle2004
Tue, 15 Jun 2004 13:24:02 +0200 wenzelm path instead of string;
Sun, 13 Jun 2004 15:30:08 +0200 wenzelm added display_drafts and print_drafts commands;
Wed, 09 Jun 2004 18:53:13 +0200 wenzelm Syntax.default_mode;
Fri, 21 May 2004 21:20:38 +0200 wenzelm 'classrel' now allows multiple arguments;
Thu, 22 Apr 2004 10:49:30 +0200 wenzelm improved constdefs and translation functions;
Wed, 07 Apr 2004 20:42:13 +0200 ballarin Locale instantiation: label parameter optional, new attribute paramter.
Fri, 02 Apr 2004 14:08:30 +0200 ballarin Experimental command for instantiation of locales in proof contexts:
Thu, 09 Oct 2003 18:13:32 +0200 skalberg Added support for making constants final, that is, ensuring that no
Mon, 03 Feb 2003 11:08:10 +0100 berghofe Added "print_intros" command.
Fri, 02 Aug 2002 21:40:28 +0200 wenzelm fixed long statement: P.opt_thm_name;
Thu, 18 Jul 2002 12:09:28 +0200 wenzelm adapted locale syntax;
Tue, 16 Jul 2002 18:39:55 +0200 wenzelm locale: optional predicate name, or "open";
Tue, 02 Jul 2002 17:44:13 +0200 wenzelm thms_containing: optional limit argument;
Tue, 02 Jul 2002 15:39:49 +0200 wenzelm tuned msg;
Wed, 27 Feb 2002 21:52:41 +0100 wenzelm 'declare': and_list1;
less more (0) -120 tip