Mon, 28 Apr 2014 14:41:49 +0200 wenzelm mane delayed events outside of Swing thread -- triggers no longer require Swing_Thread.later;
Mon, 28 Apr 2014 14:19:14 +0200 wenzelm tuned;
Mon, 28 Apr 2014 12:56:54 +0200 wenzelm added Scala version of module Event_Timer;
Mon, 28 Apr 2014 00:54:31 +0200 blanchet restored naming trick
Mon, 28 Apr 2014 00:54:30 +0200 blanchet more reliable 'name_of_bnf'
Mon, 28 Apr 2014 00:54:30 +0200 blanchet cleaner 'rel_inject' theorems
Sun, 27 Apr 2014 19:32:55 +0200 wenzelm modernized Isabelle classpath for graphview;
Sun, 27 Apr 2014 13:35:18 +0200 wenzelm tuned;
Sat, 26 Apr 2014 22:57:51 +0200 wenzelm merged
Sat, 26 Apr 2014 22:51:21 +0200 wenzelm NEWS;
Sat, 26 Apr 2014 22:43:22 +0200 wenzelm tuned message;
Sat, 26 Apr 2014 22:35:19 +0200 wenzelm proper handling of shared zoom component: update layout dynamically;
Sat, 26 Apr 2014 21:49:31 +0200 wenzelm PIDE support for find_consts;
Sat, 26 Apr 2014 21:16:50 +0200 wenzelm some rearrangements to support multiple find operations;
Sat, 26 Apr 2014 18:06:21 +0200 wenzelm tuned;
Sat, 26 Apr 2014 17:53:03 +0200 wenzelm clarified GUI focus;
Sat, 26 Apr 2014 17:25:02 +0200 wenzelm actually observe search limit;
Sat, 26 Apr 2014 17:20:37 +0200 wenzelm misc tuning;
Sat, 26 Apr 2014 15:33:13 +0200 wenzelm uniform focus traversal via TAB / Shift-TAB for all fields, in contrast to Java defaults, but in accordance to occasional jEdit practice;
Sat, 26 Apr 2014 15:01:42 +0200 wenzelm tuned GUI events;
Sat, 26 Apr 2014 14:59:50 +0200 wenzelm tuned;
Sat, 26 Apr 2014 14:01:06 +0200 wenzelm tuned spelling;
Sat, 26 Apr 2014 14:00:49 +0200 wenzelm clarified PIDE modules;
Sat, 26 Apr 2014 13:50:25 +0200 wenzelm clarified;
Sat, 26 Apr 2014 13:34:10 +0200 wenzelm tuned signature;
Sat, 26 Apr 2014 13:32:28 +0200 wenzelm tuned imports;
Sat, 26 Apr 2014 13:18:46 +0200 wenzelm tuned headers;
Sat, 26 Apr 2014 13:07:20 +0200 wenzelm tuned signature;
Sat, 26 Apr 2014 14:53:22 +0200 haftmann more complete classical rules for Inf and Sup, modelled after theiry counterparts on Inter and Union (and INF and SUP)
Sat, 26 Apr 2014 13:25:46 +0200 haftmann subsumed by existing default simp rules for functions and booleans
Sat, 26 Apr 2014 13:25:45 +0200 haftmann tuned
Sat, 26 Apr 2014 13:25:44 +0200 haftmann avoid non-standard simp default rule
Sat, 26 Apr 2014 21:37:09 +1000 kleing retired wwwfind
Sat, 26 Apr 2014 06:43:06 +0200 blanchet use right set of variables for recursive check
Sat, 26 Apr 2014 00:20:53 +0200 wenzelm merged
Sat, 26 Apr 2014 00:20:26 +0200 wenzelm tuned -- potentially more robust;
Fri, 25 Apr 2014 23:47:39 +0200 wenzelm suppress potential dangerous option (see 1baa5d19ac44);
Fri, 25 Apr 2014 23:42:25 +0200 wenzelm manager is direct receiver of prover output -- discontinued old performance tuning (329320fc88df, 1baa5d19ac44);
Fri, 25 Apr 2014 23:29:54 +0200 wenzelm modernized theory setup;
Fri, 25 Apr 2014 22:10:03 +0200 wenzelm just one default thread pool (which is hardwired to Runtime.availableProcessors);
Fri, 25 Apr 2014 21:31:39 +0200 wenzelm tuned signature -- separate pool for JFuture tasks, which can be canceled;
Fri, 25 Apr 2014 20:21:27 +0200 wenzelm prefer Isabelle/Scala operations;
Fri, 25 Apr 2014 20:07:39 +0200 wenzelm unused;
Fri, 25 Apr 2014 22:13:17 +0200 blanchet use Z3 4.3.2 to fix most FIXMEs
Fri, 25 Apr 2014 22:13:17 +0200 blanchet added Z3 4.3.2 (unstable) component
Fri, 25 Apr 2014 22:13:17 +0200 blanchet updated Z3 version number
Fri, 25 Apr 2014 22:13:17 +0200 blanchet use Z3 4.3.2 syntax
Fri, 25 Apr 2014 21:45:04 +0200 haftmann subscription as target-specific implementation device
Fri, 25 Apr 2014 17:54:54 +0200 wenzelm make SML/NJ happier;
Fri, 25 Apr 2014 14:39:11 +0200 wenzelm merged
Fri, 25 Apr 2014 14:18:13 +0200 wenzelm updated properties for scala.concurrent.ExecutionContext.Implicits.global (future task farm), similar to Isabelle/ML;
Fri, 25 Apr 2014 13:55:50 +0200 wenzelm simplified change_buffer (again, see 937826d702d5): no thread, just timer, rely on asynchronous commands_changed.post;
Fri, 25 Apr 2014 13:29:56 +0200 wenzelm replaced manager Actor by Consumer_Thread, which is lazy to defer its start to actual Handler init time;
Fri, 25 Apr 2014 12:59:33 +0200 wenzelm tuned whitespace;
Fri, 25 Apr 2014 12:56:24 +0200 wenzelm obsolete;
Fri, 25 Apr 2014 12:51:08 +0200 wenzelm clarified Session.Consumer, with Session.Outlet managed by dispatcher thread;
Fri, 25 Apr 2014 12:27:18 +0200 wenzelm tuned comments;
Fri, 25 Apr 2014 11:09:59 +0200 wenzelm more robust prover termination;
Fri, 25 Apr 2014 10:51:57 +0200 wenzelm more explicit checks;
Thu, 24 Apr 2014 23:21:00 +0200 wenzelm tuned signature;
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip