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
Fri, 29 Dec 2006 12:11:03 +0100 haftmann ``classes`` now returns classes in topological order
Fri, 29 Dec 2006 12:11:02 +0100 haftmann dropped some bookkeeping
Fri, 29 Dec 2006 12:11:00 +0100 haftmann simplified class_package
Fri, 29 Dec 2006 03:57:01 +0100 wenzelm use_ml: reverted to simple output (Poly/ML changed);
Thu, 28 Dec 2006 16:49:35 +0100 haftmann removed private files
Thu, 28 Dec 2006 14:30:41 +0100 wenzelm tuned;
Thu, 28 Dec 2006 14:30:40 +0100 wenzelm removed nospaces (Char.isSpace does not conform to Isabelle conventions);
Thu, 28 Dec 2006 14:30:39 +0100 wenzelm tuned msg;
Thu, 28 Dec 2006 14:30:38 +0100 wenzelm inlined nospaces (from library.ML);
Thu, 28 Dec 2006 10:04:10 +0100 haftmann added
Wed, 27 Dec 2006 19:10:07 +0100 haftmann some clarifications
Wed, 27 Dec 2006 19:10:06 +0100 haftmann different handling of type variable names
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip