src/Pure/ProofGeneral/proof_general_pgip.ML
Wed, 21 Jan 2009 23:21:44 +0100 wenzelm removed Ids;
Mon, 05 Jan 2009 00:13:11 +0100 wenzelm Isar.init;
Sun, 16 Nov 2008 22:12:44 +0100 wenzelm proof_body/pthm: removed redundant types field;
Sun, 16 Nov 2008 20:03:42 +0100 wenzelm clarified Thm.proof_body_of vs. Thm.proof_of;
Sat, 15 Nov 2008 21:31:35 +0100 wenzelm retrieve thm deps from proof_body;
Tue, 14 Oct 2008 15:16:13 +0200 wenzelm CRITICAL access to preferences;
Sat, 04 Oct 2008 17:40:56 +0200 wenzelm simplified main Isabelle executables: removed Isabelle and isabelle (replaced by isabelle-process), renamed isatool to isabelle;
Wed, 01 Oct 2008 12:00:02 +0200 wenzelm more robust treatment of Interrupt (cf. exn.ML);
Fri, 26 Sep 2008 19:07:56 +0200 wenzelm eliminated polymorphic equality;
Wed, 03 Sep 2008 11:09:08 +0200 wenzelm simplified Toplevel.add_hook: cover successful transactions only;
Tue, 02 Sep 2008 23:27:44 +0200 wenzelm refined theorem dependency output: previous state needs to contain a theory (not empty toplevel);
Tue, 02 Sep 2008 22:20:27 +0200 wenzelm added new_thms_deps (operates on global facts, some name_hint approximation);
Mon, 01 Sep 2008 10:20:14 +0200 nipkow extended interface to preferences to allow adding new ones
Thu, 28 Aug 2008 00:33:17 +0200 wenzelm changed Markup print mode to YXML -- explicitly decode messages before being issued;
Wed, 27 Aug 2008 12:00:28 +0200 wenzelm get rid of tabs;
Thu, 14 Aug 2008 16:52:46 +0200 wenzelm moved basic thm operations from structure PureThy to Thm (cf. more_thm.ML);
Wed, 13 Aug 2008 20:57:35 +0200 wenzelm ProofDisplay.add_hook;
Mon, 11 Aug 2008 18:37:49 +0200 wenzelm 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 wenzelm added status channel;
Mon, 14 Jul 2008 17:51:47 +0200 wenzelm removed obsolete Toplevel.RESTART;
Mon, 14 Jul 2008 11:19:42 +0200 wenzelm command 'redo' no longer available;
Wed, 25 Jun 2008 17:38:32 +0200 wenzelm moved global keywords from OuterSyntax to OuterKeyword, tuned interfaces;
Thu, 12 Jun 2008 16:42:00 +0200 wenzelm sane versions of (qualified_)thms_of_thy;
Sun, 18 May 2008 15:04:09 +0200 wenzelm moved global pretty/string_of functions from Sign to Syntax;
Fri, 18 Apr 2008 23:58:04 +0200 wenzelm removed dead code;
Thu, 17 Apr 2008 16:30:52 +0200 wenzelm replaced token translations by common markup;
Thu, 10 Apr 2008 17:01:41 +0200 wenzelm simplified isarcmd;
Thu, 10 Apr 2008 14:53:29 +0200 wenzelm ThyInfo.get_names;
Thu, 10 Apr 2008 13:24:20 +0200 wenzelm moved global Toplevel state to structure Isar;
Thu, 03 Apr 2008 22:21:29 +0200 wenzelm renamed XML.parse_comment_whspc to XML.parse_comments;
Thu, 03 Apr 2008 21:23:39 +0200 wenzelm further cleanup of XML signature;
Thu, 03 Apr 2008 18:42:39 +0200 wenzelm XML.string_of, XML.parse;
Fri, 28 Mar 2008 20:02:04 +0100 wenzelm Context.>> : operate on Context.generic;
Thu, 27 Mar 2008 15:32:15 +0100 wenzelm eliminated delayed theory setup
Thu, 20 Mar 2008 00:20:44 +0100 wenzelm simplified get_thm(s): back to plain name argument;
Wed, 19 Mar 2008 22:27:57 +0100 wenzelm renamed datatype thmref to Facts.ref, tuned interfaces;
Thu, 21 Feb 2008 21:31:52 +0100 wenzelm more elaborate structure Distribution (filled-in by makedist);
Sun, 06 Jan 2008 15:57:54 +0100 wenzelm removed obsolete prompt markup;
Mon, 19 Nov 2007 13:42:09 +0100 aspinall Init outer syntax after message setup to avoid spurious output.
Sun, 04 Nov 2007 17:12:14 +0100 wenzelm removed obsolete ProofGeneral/parsing.ML;
Sun, 04 Nov 2007 16:43:31 +0100 wenzelm activated new script parser;
Mon, 29 Oct 2007 16:13:41 +0100 wenzelm qualified Proofterm.proofs;
Sat, 06 Oct 2007 16:50:04 +0200 wenzelm simplified interfaces for outer syntax;
Tue, 25 Sep 2007 17:06:14 +0200 wenzelm proper Sign operations instead of Theory aliases;
Mon, 17 Sep 2007 16:36:45 +0200 wenzelm change print_mode: CRITICAL;
Mon, 13 Aug 2007 18:10:22 +0200 wenzelm Lexicon.read_indexname/nat/variable;
Wed, 08 Aug 2007 23:07:48 +0200 wenzelm simplified ThyLoad.deps_thy etc.: discontinued attached ML files;
Tue, 31 Jul 2007 00:56:32 +0200 wenzelm ThyInfo.register_thy;
Sun, 29 Jul 2007 22:42:00 +0200 wenzelm adapted ThyLoad.deps_thy;
Sun, 22 Jul 2007 21:20:58 +0200 wenzelm inform_file_processed: tuned msg, no state;
Fri, 20 Jul 2007 17:54:15 +0200 wenzelm simplified ThyLoad interfaces: only one additional directory;
Thu, 19 Jul 2007 23:18:55 +0200 wenzelm adapted ThyLoad.deps_thy
Wed, 18 Jul 2007 14:44:49 +0200 aspinall Direct priority and tracing channels properly.
Tue, 17 Jul 2007 16:14:42 +0200 wenzelm avoid redundant variables in patterns (which made Alice vomit);
Thu, 12 Jul 2007 00:15:39 +0200 wenzelm simplified using Markup.get_int;
Wed, 11 Jul 2007 11:35:17 +0200 aspinall Fix nested PGIP messages. Update for schema simplifications.
Tue, 10 Jul 2007 23:29:49 +0200 wenzelm renamed XML.Rawtext to XML.Output;
Tue, 10 Jul 2007 16:45:05 +0200 wenzelm removed no_state markup -- produce empty state;
Mon, 09 Jul 2007 23:12:51 +0200 wenzelm tuned dead code;
Sat, 07 Jul 2007 18:39:21 +0200 wenzelm toplevel prompt/print_state: proper markup, removed hooks;
less more (0) -60 tip