Tue, 09 Apr 2013 20:16:52 +0200 wenzelm just one timing protocol function, with 3 implementations: TTY/PG, PIDE/document, build;
Tue, 09 Apr 2013 15:59:02 +0200 wenzelm clarified protocol_message undefinedness;
Tue, 09 Apr 2013 15:40:34 +0200 wenzelm quote by Alan Kay;
Tue, 09 Apr 2013 15:37:23 +0200 wenzelm more accurate documentation;
Tue, 09 Apr 2013 15:29:25 +0200 wenzelm discontinued Toplevel.no_timing complication -- also recovers timing of diagnostic commands, e.g. 'find_theorems';
Tue, 09 Apr 2013 13:55:28 +0200 wenzelm more accurate documentation of "(structure)" mixfix;
Tue, 09 Apr 2013 13:24:00 +0200 wenzelm more robust static structure reference, avoid dynamic Proof_Context.intern_skolem in Syntax_Phases.decode_term;
Tue, 09 Apr 2013 13:20:09 +0200 wenzelm tuned comment;
Tue, 09 Apr 2013 12:56:26 +0200 wenzelm just one syntax category "mixfix" -- check structure annotation semantically;
Tue, 09 Apr 2013 12:29:36 +0200 wenzelm tuned message;
Tue, 09 Apr 2013 16:32:04 +0200 blanchet handle case clashes on Mac file system by encoding goal numbers
Tue, 09 Apr 2013 15:19:14 +0200 blanchet avoid duplicate "tcon_" names
Tue, 09 Apr 2013 15:19:14 +0200 blanchet smoothly handle cyclic graphs
Tue, 09 Apr 2013 15:19:14 +0200 blanchet compile + fixed naming convention
Tue, 09 Apr 2013 15:19:14 +0200 blanchet reverted accidental changes to theory file + updated wrt ML file
Tue, 09 Apr 2013 15:19:14 +0200 blanchet no need to filter tautologies anymore -- they are prefiltered by "all_facts"'
Tue, 09 Apr 2013 15:19:14 +0200 blanchet work on CASC LTB ISA exporter
Tue, 09 Apr 2013 15:19:14 +0200 blanchet tuning
Tue, 09 Apr 2013 15:07:35 +0200 hoelzl add continuous_on rules for products
Tue, 09 Apr 2013 14:13:13 +0200 hoelzl fixed spelling
Tue, 09 Apr 2013 14:04:47 +0200 hoelzl move FrechetDeriv from the Library to HOL/Deriv; base DERIV on FDERIV and both derivatives allow a restricted support set; FDERIV is now an abbreviation of has_derivative
Tue, 09 Apr 2013 14:04:41 +0200 hoelzl remove the within-filter, replace "at" by "at _ within UNIV" (This allows to remove a couple of redundant lemmas)
Mon, 08 Apr 2013 21:01:59 +0200 wenzelm improved printing of exception CTERM (see also d0f0f37ec346);
Mon, 08 Apr 2013 17:10:49 +0200 wenzelm prefer pretty_exn where possible -- NB: low-level General.exnMessage may still be used elsewhere (e.g. by the ML compiler itself);
Mon, 08 Apr 2013 16:06:54 +0200 wenzelm more defensive representation of forced break within PolyML.PrettyBreak -- avoid accidental blowup if low-level operations are used, notably PolyML.makestring or its variant General.exnMessage;
Mon, 08 Apr 2013 15:44:09 +0200 wenzelm discontinued odd magic number, which was once used for performance measurements;
Mon, 08 Apr 2013 15:35:48 +0200 wenzelm document @{make_string}, cf. NEWS of Isabelle2009-2 (June 2010);
Mon, 08 Apr 2013 14:28:37 +0200 wenzelm merged
Mon, 08 Apr 2013 14:18:39 +0200 wenzelm more general Thy_Load.import_name, e.g. relevant for Isabelle/eclipse -- NB: Thy_Load serves as main hub for funny overriding to adapt to provers and editors;
Mon, 08 Apr 2013 14:16:00 +0200 blanchet try to preserve original linearization
Mon, 08 Apr 2013 12:27:13 +0200 blanchet use somewhat lighter encoding
Mon, 08 Apr 2013 12:11:06 +0200 blanchet robustness w.r.t. unknown arguments
Sun, 07 Apr 2013 15:08:34 +0200 nipkow cleaned
Sun, 07 Apr 2013 10:06:37 +0200 nipkow cleaned
Sat, 06 Apr 2013 18:42:55 +0200 nipkow tuned
Fri, 05 Apr 2013 20:54:55 +0200 wenzelm tuned signature -- agree with markup terminology;
Fri, 05 Apr 2013 20:43:43 +0200 wenzelm unified terminology with Markup.DOCUMENT_SOURCE in Scala, which is unused but displayed as "document source" entity in Isabelle/jEdit;
Fri, 05 Apr 2013 18:31:35 +0200 nipkow tuned document
Fri, 05 Apr 2013 15:13:25 +0200 nipkow tuned
Thu, 04 Apr 2013 22:46:14 +0200 haftmann sup on multisets
Thu, 04 Apr 2013 22:29:59 +0200 haftmann convenient induction rule
Thu, 04 Apr 2013 20:59:16 +0200 wenzelm tuned README -- less buzzwords;
Thu, 04 Apr 2013 18:44:22 +0200 wenzelm more conventional synchronized access to Options_Variable -- avoid Swing_Thread getting in the way, which might be absent in some environments (e.g. SWT);
Thu, 04 Apr 2013 18:25:47 +0200 wenzelm added missing file;
Thu, 04 Apr 2013 18:20:00 +0200 wenzelm tuned signature -- avoid intrusion of slightly odd Swing structures into pure Markup_Tree;
Thu, 04 Apr 2013 18:06:48 +0200 wenzelm tuned signature -- concentrate GUI tools;
Thu, 04 Apr 2013 17:58:47 +0200 wenzelm tuned signature -- concentrate GUI tools;
Thu, 04 Apr 2013 17:47:28 +0200 wenzelm separate module "GUI", to keep this out of the way of generic Isabelle_System operations, notably for non-Isabelle/jEdit applications;
Thu, 04 Apr 2013 17:33:04 +0200 wenzelm separate module Isabelle_Font, to keep this out of the way of generic Isabelle_System operations, notably for non-Isabelle/jEdit applications;
Thu, 04 Apr 2013 17:16:51 +0200 wenzelm tuned imports;
Thu, 04 Apr 2013 12:06:23 +0200 wenzelm added var_position in analogy to longid_position, for typing reports on input;
Thu, 04 Apr 2013 10:30:28 +0200 nipkow removed unnerving (esp in jedit) and pointless warning
Thu, 04 Apr 2013 08:10:20 +0200 nipkow tuned
Wed, 03 Apr 2013 22:31:05 +0200 wenzelm merged
Wed, 03 Apr 2013 22:30:25 +0200 wenzelm tuned;
Wed, 03 Apr 2013 22:05:24 +0200 wenzelm recover implicit thread position for status messages (cf. eca8acb42e4a);
Wed, 03 Apr 2013 21:48:43 +0200 wenzelm additional timing status for implicitly forked terminal proofs -- proper accounting for interactive Timing dockable etc.;
Wed, 03 Apr 2013 21:30:32 +0200 wenzelm more explicit Goal.fork_params -- avoid implicit arguments via thread data;
Wed, 03 Apr 2013 20:56:08 +0200 wenzelm updated comment to 46b90bbc370d;
Wed, 03 Apr 2013 20:38:50 +0200 wenzelm recovered proper transaction position for Goal.fork error reporting (lost in 8e9746e584c9);
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip