paulson [Mon, 24 May 1999 15:43:45 +0200] rev 6700
updated for stronger version of psp
wenzelm [Fri, 21 May 1999 16:26:06 +0200] rev 6699
Configuration for ProofGeneral of LFCS Edinburgh.
wenzelm [Fri, 21 May 1999 16:25:49 +0200] rev 6698
Configuration for David Aspinall's Isamode.
wenzelm [Fri, 21 May 1999 16:25:34 +0200] rev 6697
Miscellaneous interfaces.
wenzelm [Fri, 21 May 1999 16:24:46 +0200] rev 6696
Isamode.setup, ProofGeneral.setup;
wenzelm [Fri, 21 May 1999 16:24:25 +0200] rev 6695
Isamode and ProofGeneral configuration moved to Pure/Interface;
wenzelm [Fri, 21 May 1999 16:23:48 +0200] rev 6694
added use_thy_only;
wenzelm [Fri, 21 May 1999 16:23:18 +0200] rev 6693
added Interface/ROOT.ML Interface/isamode.ML Interface/proof_general.ML;
wenzelm [Fri, 21 May 1999 16:22:39 +0200] rev 6692
avoid string constants;
nipkow [Fri, 21 May 1999 12:11:13 +0200] rev 6691
qed indexed.
wenzelm [Fri, 21 May 1999 11:48:42 +0200] rev 6690
typedef_proof: pass interactive flag;
wenzelm [Fri, 21 May 1999 11:46:42 +0200] rev 6689
tuned;
added prompt_state_fn hook;
added kill operation;
provide toplevel node history, nests with proof history;
toplevel prompt includes nest level;
more robust recovery from stale signatures;
wenzelm [Fri, 21 May 1999 11:43:34 +0200] rev 6688
cleaned comments;
global statements: init history according to interactive mode;
local qed: pass interactive mode;
init theory: kill operation;
wenzelm [Fri, 21 May 1999 11:41:46 +0200] rev 6687
renamed 'begin' / 'end' to '{{' / '}}';
added 'kill';
rename 'type' to 'typ';
wenzelm [Fri, 21 May 1999 11:40:34 +0200] rev 6686
history commands;
wenzelm [Fri, 21 May 1999 11:40:15 +0200] rev 6685
tuned;
wenzelm [Fri, 21 May 1999 11:39:47 +0200] rev 6684
adapted to History changes;
wenzelm [Fri, 21 May 1999 11:38:57 +0200] rev 6683
local_qed: obtain interactive flag;
wenzelm [Fri, 21 May 1999 11:38:23 +0200] rev 6682
backup replaced by checkpoint;
wenzelm [Fri, 21 May 1999 11:37:36 +0200] rev 6681
added default_prompt;
removed decorate_prompt_fn hook;
wenzelm [Fri, 21 May 1999 11:36:56 +0200] rev 6680
optional limit;
is_initial;
apply_copy, map;
wenzelm [Fri, 21 May 1999 11:36:02 +0200] rev 6679
improved errors;
paulson [Fri, 21 May 1999 10:59:41 +0200] rev 6678
updated comment
paulson [Fri, 21 May 1999 10:58:47 +0200] rev 6677
made definition more readable
paulson [Fri, 21 May 1999 10:56:46 +0200] rev 6676
preferring generic rules to specific ones...
paulson [Fri, 21 May 1999 10:50:04 +0200] rev 6675
changes to show that Lists are partially ordered by the prefix relation
paulson [Fri, 21 May 1999 10:47:07 +0200] rev 6674
deleted some vestigal theorems (use the equivalents on HOL/Ord.ML)
paulson [Wed, 19 May 1999 11:22:02 +0200] rev 6673
redid proofs to use "always" rather than "reachable" (somewhat)
paulson [Wed, 19 May 1999 11:21:34 +0200] rev 6672
new theorem Always_reachable
wenzelm [Tue, 18 May 1999 15:52:34 +0200] rev 6671
tuned;
paulson [Tue, 18 May 1999 12:36:06 +0200] rev 6670
added Locale paper
paulson [Tue, 18 May 1999 12:35:10 +0200] rev 6669
locale documentation (from Florian)
paulson [Tue, 18 May 1999 12:34:42 +0200] rev 6668
../manual.bib a new dependency
wenzelm [Mon, 17 May 1999 21:36:34 +0200] rev 6667
cleaned comments;
wenzelm [Mon, 17 May 1999 21:36:11 +0200] rev 6666
cleaned comments;
ThyInfo.finalize_all renamed to ThyInfo.finish;
added remove_thy;
wenzelm [Mon, 17 May 1999 21:35:18 +0200] rev 6665
tuned;
wenzelm [Mon, 17 May 1999 21:34:45 +0200] rev 6664
cleaned comments;
node_cases renamed to node_case;
more robust rollback of transactions via backup;
wenzelm [Mon, 17 May 1999 21:33:22 +0200] rev 6663
ThyInfo.finalize_all renamed to ThyInfo.finish;
wenzelm [Mon, 17 May 1999 21:32:51 +0200] rev 6662
node_cases renamed to node_case;
wenzelm [Mon, 17 May 1999 21:32:08 +0200] rev 6661
prep_ext exported (again);
wenzelm [Mon, 17 May 1999 21:31:47 +0200] rev 6660
backup operation replaces transaction;
wenzelm [Mon, 17 May 1999 21:31:08 +0200] rev 6659
removed get_nodes;
added keys;
all_preds / all_succs: topological order;
added del_nodes;
wenzelm [Mon, 17 May 1999 19:15:35 +0200] rev 6658
remove_thy;
wenzelm [Mon, 17 May 1999 18:00:59 +0200] rev 6657
tuned arrows;
berghofe [Mon, 17 May 1999 17:20:26 +0200] rev 6656
Arrows are no longer needed because of redesign of the
html pages.
berghofe [Mon, 17 May 1999 17:18:31 +0200] rev 6655
Changed some file names.
berghofe [Mon, 17 May 1999 17:07:54 +0200] rev 6654
Added function get_preds.
berghofe [Mon, 17 May 1999 17:06:50 +0200] rev 6653
Added setup for BrowserInfo.
berghofe [Mon, 17 May 1999 17:04:26 +0200] rev 6652
usedir now recognizes additional option -P which is used to
tell the presentation module where to find *.html files of
theories.
berghofe [Mon, 17 May 1999 16:59:49 +0200] rev 6651
Changed interface of function use_dir.
berghofe [Mon, 17 May 1999 16:58:34 +0200] rev 6650
Present.begin_theory now needs an additional argument of type
theory to store information about session identifiers.
berghofe [Mon, 17 May 1999 16:55:27 +0200] rev 6649
Reimplemented graph generator.
berghofe [Mon, 17 May 1999 16:48:58 +0200] rev 6648
Added some code to enable browser to display remote documents.
paulson [Mon, 17 May 1999 10:38:47 +0200] rev 6647
new thm extend_JN; renamed extend_leadsto
paulson [Mon, 17 May 1999 10:38:08 +0200] rev 6646
"component" now an infix
paulson [Mon, 17 May 1999 10:37:07 +0200] rev 6645
indentation