Wed, 08 Sep 2010 00:17:41 +0200 wenzelm disposed some old TODO/FIXME;
Tue, 07 Sep 2010 23:59:14 +0200 wenzelm Document_View: select gutter message icons from markup over line range, not full range results;
Tue, 07 Sep 2010 23:53:27 +0200 wenzelm tuned properties;
Tue, 07 Sep 2010 23:23:19 +0200 wenzelm moved token markup tables to isabelle_markup.scala;
Tue, 07 Sep 2010 23:06:52 +0200 wenzelm concentrate Isabelle specific physical rendering markup selection in isabelle_markup.scala;
Tue, 07 Sep 2010 22:28:58 +0200 wenzelm simplified Markup_Tree.select: Stream instead of Iterator (again), explicit Option instead of default;
Tue, 07 Sep 2010 21:06:58 +0200 wenzelm Document_View: more precise painting of gutter icons, only if line selection area is sufficiently large;
Tue, 07 Sep 2010 18:44:28 +0200 wenzelm basic support for warning/error gutter icons;
Tue, 07 Sep 2010 17:34:28 +0200 wenzelm Document_View: some markup for main inner syntax categories;
Tue, 07 Sep 2010 16:51:28 +0200 wenzelm Command.State.accumulate: check actual source range;
Tue, 07 Sep 2010 16:40:30 +0200 wenzelm Isar_Document.reported_positions: slightly more robust treatment of positions outside the command range, notably parsing beyond EOF;
Tue, 07 Sep 2010 16:08:29 +0200 wenzelm highlight bad range of nested error (here from inner parsing);
Tue, 07 Sep 2010 15:03:59 +0200 wenzelm Isar_Document.reported_positions: exclude proof state output;
Tue, 07 Sep 2010 14:53:05 +0200 wenzelm Document_View: less aggressive background coloring, departing from classic PG highlighting;
Tue, 07 Sep 2010 14:08:21 +0200 wenzelm report token range after inner parse error -- often provides important clues about misunderstanding concerning lexical phase;
Tue, 07 Sep 2010 13:16:45 +0200 wenzelm slightly more robust Plugin.stop -- components might refer to Isabelle.system even after shutdown;
Mon, 06 Sep 2010 22:58:06 +0200 wenzelm turned show_hyps and show_tags into proper configuration option;
Mon, 06 Sep 2010 22:31:54 +0200 wenzelm discontinued obsolete ProofContext.prems_limit;
Mon, 06 Sep 2010 22:08:49 +0200 wenzelm ML_Context.thm and ML_Context.thms no longer pervasive;
Mon, 06 Sep 2010 21:33:19 +0200 wenzelm more explicit indication of Config.raw options, which are only needed for bootstrapping Pure;
Mon, 06 Sep 2010 19:23:54 +0200 wenzelm merged
Mon, 06 Sep 2010 15:01:37 +0200 hoelzl When comparing Floats use integers instead of reals (represented as rationals), generates less code when Floats are used.
Mon, 06 Sep 2010 19:23:35 +0200 wenzelm isatest: back to polyml-5.3.0 due to unresolved stability issues of polyml-5.4.0 and HOL/Decision_Procs/Approximation_Ex.thy;
Mon, 06 Sep 2010 19:13:10 +0200 wenzelm more antiquotations;
Mon, 06 Sep 2010 19:11:01 +0200 wenzelm ML_Context.thm;
Mon, 06 Sep 2010 14:18:16 +0200 wenzelm more explicit HOL-Proofs sessions, including former ex/Hilbert_Classical.thy which works in parallel mode without the antiquotation option "margin" (which is still critical);
Mon, 06 Sep 2010 13:22:11 +0200 wenzelm modernized session ROOT setup;
Mon, 06 Sep 2010 13:06:27 +0200 wenzelm some results of concurrency code inspection;
Mon, 06 Sep 2010 12:38:45 +0200 wenzelm merged;
Mon, 06 Sep 2010 11:53:42 +0200 blanchet mention ~/.isabelle/etc/settings file
Mon, 06 Sep 2010 11:28:06 +0200 blanchet make remote ATP invocation work for those people who need to go through a proxy;
Sun, 05 Sep 2010 21:39:30 +0200 krauss enabled do notation for option type
Sun, 05 Sep 2010 21:39:24 +0200 krauss removed duplicate lemma
Sun, 05 Sep 2010 21:39:16 +0200 krauss added Option.bind
Sat, 04 Sep 2010 21:14:40 +0200 haftmann merged
Sat, 04 Sep 2010 21:13:13 +0200 haftmann printing combinator for hierarchical programs
Sat, 04 Sep 2010 21:12:42 +0200 haftmann merged
Sat, 04 Sep 2010 08:32:19 -0700 huffman add lemma cont2cont_Let_simple
Sat, 04 Sep 2010 07:35:56 -0700 huffman add lemma cont2cont_split_simple
Sat, 04 Sep 2010 07:26:34 -0700 huffman add List_Cpo.thy to HOLCF/Library
Sat, 04 Sep 2010 21:10:48 +0200 haftmann dropped names from serializer interface
Sat, 04 Sep 2010 21:10:39 +0200 haftmann added more explicit warning
Mon, 06 Sep 2010 00:08:47 +0200 wenzelm ML_Context.ml_store_thm(s): operate on thread context instead of Unsynchronized.ref;
Sun, 05 Sep 2010 23:31:12 +0200 wenzelm use setmp_noncritical for PGIP, which is presumably sequential (PG clone);
Sun, 05 Sep 2010 23:26:16 +0200 wenzelm use setmp_noncritical for sequential Pure bootstrap;
Sun, 05 Sep 2010 23:16:21 +0200 wenzelm turned show_brackets into proper configuration option;
Sun, 05 Sep 2010 22:23:48 +0200 wenzelm Syntax.standard_parse_term: eliminated redundant Pretty.pp;
Sun, 05 Sep 2010 22:15:50 +0200 wenzelm structure Syntax: define "interfaces" before actual implementations;
Sun, 05 Sep 2010 21:41:24 +0200 wenzelm turned show_sorts/show_types into proper configuration options;
Sun, 05 Sep 2010 19:47:40 +0200 wenzelm pretty printing: prefer regular Proof.context over Pretty.pp, which is mostly for special bootstrap purposes involving theory merge, for example;
Sat, 04 Sep 2010 22:36:42 +0200 wenzelm refined treatment of multi-line subexpressions;
Sat, 04 Sep 2010 22:00:25 +0200 wenzelm basic support for subexpression highlighting (see also gatchan.jedit.hyperlinks.HyperlinkManager/HyperlinkTextAreaPainter);
Sat, 04 Sep 2010 00:59:03 +0200 wenzelm updated configuration options;
Sat, 04 Sep 2010 00:31:21 +0200 wenzelm recovered options for goal antiquotations from f45d332a90e3: actually pass context to Proof.pretty_goals (see also 45facd8f358e);
Fri, 03 Sep 2010 23:54:48 +0200 wenzelm turned eta_contract into proper configuration option;
Fri, 03 Sep 2010 22:57:21 +0200 wenzelm turned show_structs into proper configuration option;
Fri, 03 Sep 2010 22:36:16 +0200 wenzelm configuration options Syntax.ambiguity_enabled (inverse of former Syntax.ambiguity_is_error), Syntax.ambiguity_level (with Isar attribute "syntax_ambiguity_level"), Syntax.ambiguity_limit;
Fri, 03 Sep 2010 21:13:53 +0200 wenzelm pretty_goals: turned some global references and function arguments into configuration options (goals_limit = 10, goals_total = true, show_main_goal = false) depending on the context;
Fri, 03 Sep 2010 20:39:38 +0200 wenzelm tuned comment;
Fri, 03 Sep 2010 18:03:48 +0200 wenzelm merged
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip