Thu, 04 Jan 2007 11:56:53 +0100 haftmann eliminated Option.app
Thu, 04 Jan 2007 00:12:30 +0100 webertj constants are unfolded, universal quantifiers are stripped, some minor changes
Wed, 03 Jan 2007 22:59:30 +0100 aspinall Fix error reporting in Emacs to also match Isar command failure exactly.
Wed, 03 Jan 2007 21:11:42 +0100 aspinall Use Isar toplevel print_exn_fn for generating error responses instead of Output.error_msg.
Wed, 03 Jan 2007 21:09:13 +0100 aspinall Expose command failure recovery code for top level.
Wed, 03 Jan 2007 21:00:24 +0100 aspinall Selected functions from syntax module
Wed, 03 Jan 2007 18:30:57 +0100 paulson x-symbol is no longer switched off in the ATP linkup
Wed, 03 Jan 2007 18:29:46 +0100 paulson Improvements to proof reconstruction. Now "fixes" is inserted
Wed, 03 Jan 2007 11:06:52 +0100 paulson Contains old Tools/ATP/AtpCommunication.ML, plus proof reconstruction
Wed, 03 Jan 2007 10:59:06 +0100 paulson first version of structured proof reconstruction
Tue, 02 Jan 2007 22:43:05 +0100 wenzelm Morphism.fact;
Tue, 02 Jan 2007 22:43:04 +0100 wenzelm Term.lambda: abstract over arbitrary closed terms;
Sun, 31 Dec 2006 15:57:58 +0100 aspinall Add standalone file to help porters
Sun, 31 Dec 2006 15:34:21 +0100 aspinall Quote arguments in PGIP exceptions. Tune comment.
Sun, 31 Dec 2006 14:55:35 +0100 aspinall Initialise parser at startup. Remove some obsolete ProofGeneral.XXX outer syntax, mapping PGIP commands directly to Isar.
Sun, 31 Dec 2006 14:50:40 +0100 aspinall Fix diagnostic kind (*are* spuriouscmd). Add init to get right table for logic at startup. Use theoryitem as default for unrecognised command.
Sat, 30 Dec 2006 16:20:32 +0100 wenzelm removed dead code;
Sat, 30 Dec 2006 16:08:10 +0100 wenzelm removed conditional combinator;
Sat, 30 Dec 2006 16:08:09 +0100 wenzelm removed conditional combinator;
Sat, 30 Dec 2006 16:08:07 +0100 wenzelm refrain from setting ml_prompts again;
Sat, 30 Dec 2006 16:08:06 +0100 wenzelm removed misleading OuterLex.eq_token;
Sat, 30 Dec 2006 16:08:05 +0100 wenzelm pretty_statement: more careful handling of name_hint;
Sat, 30 Dec 2006 16:08:04 +0100 wenzelm added has_name_hint;
Sat, 30 Dec 2006 16:08:03 +0100 wenzelm removed obsolete name_hint handling;
Sat, 30 Dec 2006 16:08:00 +0100 wenzelm removed conditional combinator;
Sat, 30 Dec 2006 12:41:59 +0100 wenzelm removed obsolete support for polyml-4.9.1;
Sat, 30 Dec 2006 12:38:51 +0100 wenzelm * Proof General: proper undo of final 'end'; discontinued Isabelle/classic;
Sat, 30 Dec 2006 12:33:29 +0100 wenzelm inform_file_processed: Toplevel.init_empty;
Sat, 30 Dec 2006 12:33:28 +0100 wenzelm refined notion of empty toplevel, admits undo of 'end';
Sat, 30 Dec 2006 12:33:27 +0100 wenzelm Toplevel.init_state;
Sat, 30 Dec 2006 12:33:26 +0100 wenzelm removed obsolete 'clear_undos';
Sat, 30 Dec 2006 12:33:25 +0100 wenzelm removed obsolete clear_undos_theory;
Fri, 29 Dec 2006 20:35:03 +0100 haftmann major restructurings
Fri, 29 Dec 2006 20:35:02 +0100 haftmann cleanup
Fri, 29 Dec 2006 20:34:18 +0100 haftmann improved print of constructors in OCaml
Fri, 29 Dec 2006 20:34:17 +0100 haftmann changed syntax for axclass attach
Fri, 29 Dec 2006 19:50:52 +0100 wenzelm removed obsolete cond_add_path;
Fri, 29 Dec 2006 19:50:51 +0100 wenzelm removed obsolete context_thy etc.;
Fri, 29 Dec 2006 19:50:50 +0100 wenzelm removed obsolete init_pgip;
Fri, 29 Dec 2006 19:50:48 +0100 wenzelm removed obsolete init_context;
Fri, 29 Dec 2006 18:47:11 +0100 wenzelm obsolete (cf. ProofGeneral/proof_general_emacs.ML);
Fri, 29 Dec 2006 18:46:06 +0100 wenzelm tuned;
Fri, 29 Dec 2006 18:46:04 +0100 wenzelm signed_string_of_int;
Fri, 29 Dec 2006 18:46:04 +0100 wenzelm added proper header;
Fri, 29 Dec 2006 18:46:02 +0100 wenzelm added signed_string_of_int (pruduces proper - instead of SML's ~);
Fri, 29 Dec 2006 18:46:01 +0100 wenzelm removed obsolete proof_general.ML;
Fri, 29 Dec 2006 18:25:46 +0100 wenzelm minor tuning;
Fri, 29 Dec 2006 18:25:45 +0100 wenzelm tuned specifications/proofs;
Fri, 29 Dec 2006 17:24:49 +0100 wenzelm replaced Sign.classes by Sign.all_classes (topologically sorted);
Fri, 29 Dec 2006 17:24:49 +0100 wenzelm renamed Graph.project to Graph.subgraph;
Fri, 29 Dec 2006 17:24:47 +0100 wenzelm replaced Sign.classes by Sign.all_classes (topologically sorted);
Fri, 29 Dec 2006 17:24:46 +0100 wenzelm renamed project to subgraph, improved presentation, avoided unnecessary evaluation of predicate;
Fri, 29 Dec 2006 17:24:45 +0100 wenzelm Sorts.minimal_classes;
Fri, 29 Dec 2006 17:24:44 +0100 wenzelm classes: more direct way to achieve topological sorting;
Fri, 29 Dec 2006 17:24:43 +0100 wenzelm replaced classes by all_classes (topologically sorted);
Fri, 29 Dec 2006 17:24:41 +0100 wenzelm replaced Sign.classes by Sign.all_classes (topologically sorted);
Fri, 29 Dec 2006 16:47:49 +0100 aspinall Enable new Proof General code again after SML/NJ compatibility fixes by Florian.
Fri, 29 Dec 2006 16:46:39 +0100 aspinall Typo in last commit
Fri, 29 Dec 2006 12:11:05 +0100 haftmann explicit construction of operational classes
Fri, 29 Dec 2006 12:11:04 +0100 haftmann added handling for explicit classrel witnesses
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip