src/Pure/ProofGeneral/proof_general_pgip.ML
Mon, 31 May 2010 21:06:57 +0200 modernized some structure names, keeping a few legacy aliases;
Sat, 15 May 2010 23:40:00 +0200 renamed structure OuterSyntax to Outer_Syntax, keeping the old name as alias for some time;
Sat, 15 May 2010 23:16:32 +0200 refer directly to structure Keyword and Parse;
Thu, 06 May 2010 23:52:20 +0200 replaced slightly odd fbreak markup by plain "\n", which also coincides with regular linebreaks produced outside the ML pretty engine;
Thu, 15 Apr 2010 15:38:58 +0200 spelling;
Mon, 02 Nov 2009 20:57:48 +0100 modernized structure Proof_Display;
Tue, 20 Oct 2009 21:22:37 +0200 tuned;
Sat, 17 Oct 2009 15:57:51 +0200 indicate CRITICAL nature of various setmp combinators;
Tue, 29 Sep 2009 11:49:22 +0200 explicit indication of Unsynchronized.ref;
Thu, 23 Jul 2009 16:43:31 +0200 use regular Display.string_of_thm_global;
Tue, 21 Jul 2009 01:03:18 +0200 proper context for Display.pretty_thm etc. or old-style versions Display.pretty_thm_global, Display.pretty_thm_without_context etc.;
Sat, 06 Jun 2009 21:11:23 +0200 ML_Compiler.exn_message;
Thu, 26 Mar 2009 15:18:50 +0100 pretty_thm_aux etc.: explicit show_status flag;
Sun, 08 Mar 2009 17:26:14 +0100 moved basic algebra of long names from structure NameSpace to Long_Name;
Tue, 27 Jan 2009 00:29:37 +0100 proof_body: turned lazy into future -- ensures that body is fulfilled eventually, without explicit force;
Wed, 21 Jan 2009 23:21:44 +0100 removed Ids;
Mon, 05 Jan 2009 00:13:11 +0100 Isar.init;
Sun, 16 Nov 2008 22:12:44 +0100 proof_body/pthm: removed redundant types field;
Sun, 16 Nov 2008 20:03:42 +0100 clarified Thm.proof_body_of vs. Thm.proof_of;
Sat, 15 Nov 2008 21:31:35 +0100 retrieve thm deps from proof_body;
Tue, 14 Oct 2008 15:16:13 +0200 CRITICAL access to preferences;
Sat, 04 Oct 2008 17:40:56 +0200 simplified main Isabelle executables: removed Isabelle and isabelle (replaced by isabelle-process), renamed isatool to isabelle;
Wed, 01 Oct 2008 12:00:02 +0200 more robust treatment of Interrupt (cf. exn.ML);
Fri, 26 Sep 2008 19:07:56 +0200 eliminated polymorphic equality;
Wed, 03 Sep 2008 11:09:08 +0200 simplified Toplevel.add_hook: cover successful transactions only;
Tue, 02 Sep 2008 23:27:44 +0200 refined theorem dependency output: previous state needs to contain a theory (not empty toplevel);
Tue, 02 Sep 2008 22:20:27 +0200 added new_thms_deps (operates on global facts, some name_hint approximation);
Mon, 01 Sep 2008 10:20:14 +0200 extended interface to preferences to allow adding new ones
Thu, 28 Aug 2008 00:33:17 +0200 changed Markup print mode to YXML -- explicitly decode messages before being issued;
Wed, 27 Aug 2008 12:00:28 +0200 get rid of tabs;
Thu, 14 Aug 2008 16:52:46 +0200 moved basic thm operations from structure PureThy to Thm (cf. more_thm.ML);
Wed, 13 Aug 2008 20:57:35 +0200 ProofDisplay.add_hook;
Mon, 11 Aug 2008 18:37:49 +0200 renamed Markup.class to Markup.tclass, to avoid potential conflicts with spacial meaning in markup languages (e.g. HTML);
Tue, 15 Jul 2008 14:15:43 +0200 added status channel;
Mon, 14 Jul 2008 17:51:47 +0200 removed obsolete Toplevel.RESTART;
Mon, 14 Jul 2008 11:19:42 +0200 command 'redo' no longer available;
Wed, 25 Jun 2008 17:38:32 +0200 moved global keywords from OuterSyntax to OuterKeyword, tuned interfaces;
Thu, 12 Jun 2008 16:42:00 +0200 sane versions of (qualified_)thms_of_thy;
Sun, 18 May 2008 15:04:09 +0200 moved global pretty/string_of functions from Sign to Syntax;
Fri, 18 Apr 2008 23:58:04 +0200 removed dead code;
Thu, 17 Apr 2008 16:30:52 +0200 replaced token translations by common markup;
Thu, 10 Apr 2008 17:01:41 +0200 simplified isarcmd;
Thu, 10 Apr 2008 14:53:29 +0200 ThyInfo.get_names;
Thu, 10 Apr 2008 13:24:20 +0200 moved global Toplevel state to structure Isar;
Thu, 03 Apr 2008 22:21:29 +0200 renamed XML.parse_comment_whspc to XML.parse_comments;
Thu, 03 Apr 2008 21:23:39 +0200 further cleanup of XML signature;
Thu, 03 Apr 2008 18:42:39 +0200 XML.string_of, XML.parse;
Fri, 28 Mar 2008 20:02:04 +0100 Context.>> : operate on Context.generic;
Thu, 27 Mar 2008 15:32:15 +0100 eliminated delayed theory setup
Thu, 20 Mar 2008 00:20:44 +0100 simplified get_thm(s): back to plain name argument;
Wed, 19 Mar 2008 22:27:57 +0100 renamed datatype thmref to Facts.ref, tuned interfaces;
Thu, 21 Feb 2008 21:31:52 +0100 more elaborate structure Distribution (filled-in by makedist);
Sun, 06 Jan 2008 15:57:54 +0100 removed obsolete prompt markup;
Mon, 19 Nov 2007 13:42:09 +0100 Init outer syntax after message setup to avoid spurious output.
Sun, 04 Nov 2007 17:12:14 +0100 removed obsolete ProofGeneral/parsing.ML;
Sun, 04 Nov 2007 16:43:31 +0100 activated new script parser;
Mon, 29 Oct 2007 16:13:41 +0100 qualified Proofterm.proofs;
Sat, 06 Oct 2007 16:50:04 +0200 simplified interfaces for outer syntax;
Tue, 25 Sep 2007 17:06:14 +0200 proper Sign operations instead of Theory aliases;
Mon, 17 Sep 2007 16:36:45 +0200 change print_mode: CRITICAL;