Tue, 08 Jan 2013 17:10:06 +0100 wenzelm more tolerant set/pred rule declaration to improve "tool compliance", notably for "context assumes";
Tue, 08 Jan 2013 16:25:22 +0100 wenzelm more aggressive update -- potentially relevant for previously is_outdated output;
Tue, 08 Jan 2013 16:23:07 +0100 wenzelm allow negative argument in "consumes" source format;
Tue, 08 Jan 2013 16:01:07 +0100 wenzelm prefer negative "consumes", relative to the total number of prems, which is stable under more morphisms, notably those from nested context with assumes (cf. existing treatment of 'obtains');
Tue, 08 Jan 2013 13:24:12 +0100 wenzelm more direct invalidateScreenLineRange after changed assignment;
Tue, 08 Jan 2013 12:50:57 +0100 wenzelm tuned;
Tue, 08 Jan 2013 12:39:39 +0100 wenzelm tuned -- prefer high-level Table.merge with its slightly more conservative update;
Tue, 08 Jan 2013 13:16:39 +0100 blanchet tuned output
Tue, 08 Jan 2013 10:34:19 +0100 nipkow tuned names
Mon, 07 Jan 2013 23:20:36 +0100 wenzelm merged;
Mon, 07 Jan 2013 22:21:56 +0100 wenzelm more precise and complete transitive closure of proven_classrel, using existing Sorts.classes_of which is already closed;
Mon, 07 Jan 2013 21:49:59 +0100 wenzelm no fork from draft thy -- avoid potential for crash via classrel_proof/arity_proof;
Mon, 07 Jan 2013 19:47:46 +0100 wenzelm merged
Sun, 06 Jan 2013 14:11:15 +0100 wenzelm export some generally useful operations;
Mon, 07 Jan 2013 11:59:37 +0100 wenzelm tuned comment -- do not claim anything;
Mon, 07 Jan 2013 19:44:40 +0100 blanchet cleaner context threading
Mon, 07 Jan 2013 19:15:01 +0100 blanchet tuned output
Mon, 07 Jan 2013 10:17:11 +0100 wenzelm slightly odd duplication of Pure options for Proof General (amending cb5cdbb645cd);
Sun, 06 Jan 2013 17:38:29 +0100 blanchet put single-theorem names before multi-theorem ones (broken since 5d147d492792)
Sun, 06 Jan 2013 17:38:29 +0100 blanchet get rid of spurious "Isar" proofs
Sun, 06 Jan 2013 17:38:29 +0100 blanchet also generate queries for goals with too many Isar dependencies
Sun, 06 Jan 2013 12:44:45 +0100 wenzelm updated to scala-2.10.0;
Sun, 06 Jan 2013 10:02:34 +0100 blanchet merged
Sat, 05 Jan 2013 22:31:33 +0100 blanchet tuned message
Sat, 05 Jan 2013 22:31:32 +0100 blanchet tap after, not before command invocation
Sat, 05 Jan 2013 22:31:31 +0100 blanchet increased hard timeout -- minimization can take time
Sat, 05 Jan 2013 22:31:30 +0100 blanchet nicer output
Sat, 05 Jan 2013 22:31:30 +0100 blanchet pass option to minimize
Sat, 05 Jan 2013 23:03:07 +0100 wenzelm prefer apple.laf.useScreenMenuBar=true (despite cf. effcfa38e77b) to make it work better with full-screen mode;
Sat, 05 Jan 2013 22:02:44 +0100 wenzelm ignore vacuous edits (e.g. stemming from Plugin.init_models) to avoid pointless protocol round-trip, which could lead to painting of outdated snapshot in the meantime (notably on Windows);
Sat, 05 Jan 2013 21:41:19 +0100 wenzelm tuned JEDIT_JAVA_OPTIONS: increase chances that it works with approx. 8 cores and 32bit platform (notably Windows);
Sat, 05 Jan 2013 20:06:24 +0100 wenzelm propagate keys to enclosing view like org.gjt.sp.jedit.gui.CompletionPopup, but without its KeyEventInterceptor;
Sat, 05 Jan 2013 19:05:16 +0100 wenzelm premature window close means failure;
Sat, 05 Jan 2013 18:42:29 +0100 wenzelm less aggressive Assumption.export_term (similar to Generic_Target.abbrev): merely expand local defs and thus allow notation for local fixes;
Sat, 05 Jan 2013 18:36:02 +0100 wenzelm proper return code on window close;
Sat, 05 Jan 2013 17:38:54 +0100 wenzelm more precise Local_Theory.level: 1 really means main target and >= 2 nested context;
Sat, 05 Jan 2013 17:24:27 +0100 wenzelm more direct property names;
Sat, 05 Jan 2013 16:16:22 +0100 wenzelm tuned -- less indirection;
Sat, 05 Jan 2013 11:24:09 +0100 blanchet tuned blacklisting in relevance filter
Fri, 04 Jan 2013 21:56:20 +0100 blanchet refined class handling, to prevent cycles in fact graph
Fri, 04 Jan 2013 21:56:19 +0100 blanchet learn from low-level, inside-class facts
Fri, 04 Jan 2013 21:56:19 +0100 blanchet tuning
Fri, 04 Jan 2013 21:56:19 +0100 blanchet tweaked nicknames
Fri, 04 Jan 2013 21:24:47 +0100 wenzelm merged
Fri, 04 Jan 2013 21:16:08 +0100 wenzelm more reactive completion popup by default;
Fri, 04 Jan 2013 20:55:33 +0100 wenzelm actually install required copy of Highlight.jar;
Fri, 04 Jan 2013 20:42:09 +0100 wenzelm updated to jedit_build-20130104;
Fri, 04 Jan 2013 20:39:41 +0100 wenzelm another attempt to get Mac OS X keyhandling right: ALTERNATIVE_DISPATCHER is off, but ALT_KEY_PRESSED_DISABLED is more careful to interpret ALT like ALT_GRAPH, which does not count as modifier here (NB: CONTROL + ALT means ALT_GRAPH on Windows, but ALT means ALT_GRAPH on Mac OS X);
Fri, 04 Jan 2013 17:37:29 +0100 wenzelm more elementary key handling: listen to low-level KEY_PRESSED events (without consuming);
Fri, 04 Jan 2013 17:33:55 +0100 wenzelm tuned imports;
Fri, 04 Jan 2013 16:07:48 +0100 wenzelm support TAB in completion: need to configure the component with the key handler;
Fri, 04 Jan 2013 20:04:59 +0100 haftmann note to eliminate dynamic name reference
Fri, 04 Jan 2013 19:00:49 +0100 blanchet speed up generation of local theorem nicknames
Fri, 04 Jan 2013 19:00:49 +0100 blanchet speed up nickname generation for local facts
Fri, 04 Jan 2013 19:00:49 +0100 blanchet updated docs
Fri, 04 Jan 2013 19:00:49 +0100 blanchet renamed "kill" subcommand to avoid clash with "kill" keyword (which confuses Proof General and results in strange syntax highlighting)
Fri, 04 Jan 2013 19:00:49 +0100 blanchet tweaked fudge factor
Fri, 04 Jan 2013 13:03:21 +0100 wenzelm more NEWS;
Fri, 04 Jan 2013 12:44:47 +0100 wenzelm document 'locale_deps';
Fri, 04 Jan 2013 12:33:25 +0100 wenzelm prefer old graph browser in Isabelle/jEdit, which still produces better layout;
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip