wenzelm [Wed, 24 Oct 2001 17:31:58 +0200] rev 11920
added string_of_mixfix;
wenzelm [Wed, 24 Oct 2001 17:31:20 +0200] rev 11919
print_depth 8 from the very beginning;
wenzelm [Tue, 23 Oct 2001 23:29:29 +0200] rev 11918
added export_assume, export_presume, export_def (from proof.ML);
wenzelm [Tue, 23 Oct 2001 23:28:59 +0200] rev 11917
moved RANGE to tctical.ML;
moved export_assume, export_presume, export_def to proof_context.ML;
wenzelm [Tue, 23 Oct 2001 23:28:01 +0200] rev 11916
added RANGE (from Isar/proof.ML);
wenzelm [Tue, 23 Oct 2001 22:59:14 +0200] rev 11915
print fixed names as plain strings;
wenzelm [Tue, 23 Oct 2001 22:58:15 +0200] rev 11914
eliminated old numerals;
wenzelm [Tue, 23 Oct 2001 22:57:52 +0200] rev 11913
use generic 1 instead of Numeral1;
use improved iff declaration;
tuned;
wenzelm [Tue, 23 Oct 2001 22:56:55 +0200] rev 11912
eliminated Numeral0;
wenzelm [Tue, 23 Oct 2001 22:54:01 +0200] rev 11911
build option enables most basic browser info (for proper recording of session);
wenzelm [Tue, 23 Oct 2001 22:53:08 +0200] rev 11910
build option;
wenzelm [Tue, 23 Oct 2001 22:52:45 +0200] rev 11909
tuned;
wenzelm [Tue, 23 Oct 2001 22:52:31 +0200] rev 11908
eliminated old numerals;
wenzelm [Tue, 23 Oct 2001 22:51:30 +0200] rev 11907
pass build mode to process;
wenzelm [Tue, 23 Oct 2001 19:15:00 +0200] rev 11906
removed export_thm;
wenzelm [Tue, 23 Oct 2001 19:14:47 +0200] rev 11905
trace_rules: only non-empty;
wenzelm [Tue, 23 Oct 2001 19:14:31 +0200] rev 11904
removed obsolete "exported" att;
wenzelm [Tue, 23 Oct 2001 19:14:13 +0200] rev 11903
replace_dummy_patterns: lift over bounds;
wenzelm [Tue, 23 Oct 2001 19:13:44 +0200] rev 11902
iff: always rotate prems;
wenzelm [Tue, 23 Oct 2001 19:13:17 +0200] rev 11901
apply(simp add: three_def numerals) (* FIXME !? *);
wenzelm [Tue, 23 Oct 2001 19:12:58 +0200] rev 11900
unset DISPLAY (again);
wenzelm [Tue, 23 Oct 2001 19:12:37 +0200] rev 11899
* Pure: removed obsolete 'exported' attribute;
* Pure: dummy pattern "_" in is/let is now automatically ``lifted''
over bound variables: "ALL x. P x --> Q x" (is "ALL x. _ --> ?C x")
supersedes more cumbersome ... (is "ALL x. _ x --> ?C x");
wenzelm [Mon, 22 Oct 2001 23:39:00 +0200] rev 11898
*** empty log message ***
wenzelm [Mon, 22 Oct 2001 18:07:53 +0200] rev 11897
moved object_logic.ML to Isar/object_logic.ML;
wenzelm [Mon, 22 Oct 2001 18:07:30 +0200] rev 11896
moved locale.ML to Isar/locale.ML;
wenzelm [Mon, 22 Oct 2001 18:04:26 +0200] rev 11895
moved goal related stuff to goals.ML;
wenzelm [Mon, 22 Oct 2001 18:04:11 +0200] rev 11894
Display.current_goals_markers;
wenzelm [Mon, 22 Oct 2001 18:04:00 +0200] rev 11893
tuned;
wenzelm [Mon, 22 Oct 2001 18:03:49 +0200] rev 11892
moved prove_goalw_cterm to goals.ML;
cleaned up;
wenzelm [Mon, 22 Oct 2001 18:03:21 +0200] rev 11891
moved local defs to proof.ML (for locales);
wenzelm [Mon, 22 Oct 2001 18:02:50 +0200] rev 11890
improved source arrangement of obtain;
wenzelm [Mon, 22 Oct 2001 18:02:21 +0200] rev 11889
rearrange sources for locales;
wenzelm [Mon, 22 Oct 2001 18:02:04 +0200] rev 11888
Display.print_current_goals_fn;
wenzelm [Mon, 22 Oct 2001 18:01:52 +0200] rev 11887
Display.print_goals;
wenzelm [Mon, 22 Oct 2001 18:01:38 +0200] rev 11886
Display.pretty_thms;
wenzelm [Mon, 22 Oct 2001 18:01:26 +0200] rev 11885
qualified names;
wenzelm [Mon, 22 Oct 2001 18:01:15 +0200] rev 11884
make this module appeat late in Pure;
moved print_current_goals to display.ML;
added quick_and_dirty_prove_goalw_cterm (from Isar/skip_proof.ML);
added thm database functions (from Thy/thm_database.ML);
wenzelm [Mon, 22 Oct 2001 17:59:39 +0200] rev 11883
print_goals stuff is back (from locale.ML);
wenzelm [Mon, 22 Oct 2001 17:58:56 +0200] rev 11882
reorganize sources to accomodate locales;
wenzelm [Mon, 22 Oct 2001 17:58:37 +0200] rev 11881
corollary;
wenzelm [Mon, 22 Oct 2001 17:58:26 +0200] rev 11880
quick_and_dirty_prove_goalw_cterm;
wenzelm [Mon, 22 Oct 2001 17:58:11 +0200] rev 11879
javac -depend;
wenzelm [Mon, 22 Oct 2001 17:56:16 +0200] rev 11878
-D generated;
berghofe [Mon, 22 Oct 2001 14:58:05 +0200] rev 11877
Added "clean" target.
berghofe [Mon, 22 Oct 2001 14:55:16 +0200] rev 11876
Fixed problem with batch mode layout, which caused an AWT exception when
no X11 connection was available.
berghofe [Mon, 22 Oct 2001 14:53:52 +0200] rev 11875
initBrowser now has additional noAWT argument.
berghofe [Mon, 22 Oct 2001 14:52:43 +0200] rev 11874
Constructor no longer takes font as an argument.
berghofe [Mon, 22 Oct 2001 14:52:12 +0200] rev 11873
Moved font settings from TreeNode to TreeBrowser.
berghofe [Mon, 22 Oct 2001 14:51:39 +0200] rev 11872
Moved font settings from Vertex to GraphView.
paulson [Mon, 22 Oct 2001 12:11:00 +0200] rev 11871
deleted the redundant first argument of adjust(a,b)
paulson [Mon, 22 Oct 2001 12:01:35 +0200] rev 11870
Numerals now work for the integers: the binary numerals for 0 and 1 rewrite
to their abstract counterparts, while other binary numerals work correctly.
paulson [Mon, 22 Oct 2001 11:55:35 +0200] rev 11869
New simproc, needed to cope with combinations of (abstract) 0, (abstract) 1,
binary numerals in literal arithmetic.
paulson [Mon, 22 Oct 2001 11:54:22 +0200] rev 11868
Numerals now work for the integers: the binary numerals for 0 and 1 rewrite
to their abstract counterparts, while other binary numerals work correctly.
wenzelm [Mon, 22 Oct 2001 11:01:30 +0200] rev 11867
keep DISPLAY;
wenzelm [Sun, 21 Oct 2001 19:49:29 +0200] rev 11866
updated;
wenzelm [Sun, 21 Oct 2001 19:48:19 +0200] rev 11865
renamed to Typedefs.thy to avoid conflict with main HOL version;
wenzelm [Sun, 21 Oct 2001 19:44:25 +0200] rev 11864
* proper spacing of consecutive markup elements, especially text
blocks after section headings;
wenzelm [Sun, 21 Oct 2001 19:42:53 +0200] rev 11863
\newif\ifisamarkup controls spacing of isabeginpar;
wenzelm [Sun, 21 Oct 2001 19:42:24 +0200] rev 11862
improved spacing;
wenzelm [Sun, 21 Oct 2001 19:41:43 +0200] rev 11861
maintain Latex.flag_markup;