wenzelm [Sun, 18 Jan 2015 19:21:10 +0100] rev 59395
tuned signature;
wenzelm [Sun, 18 Jan 2015 19:09:41 +0100] rev 59394
retain uniform background, notably wrt. PDF output and tree panel;
wenzelm [Sun, 18 Jan 2015 19:06:37 +0100] rev 59393
option graphview_swap_panels;
wenzelm [Sun, 18 Jan 2015 17:34:14 +0100] rev 59392
support for tree view on graph nodes;
misc tuning;
wenzelm [Sun, 18 Jan 2015 17:32:38 +0100] rev 59391
tuned;
wenzelm [Sun, 18 Jan 2015 17:31:27 +0100] rev 59390
no censorship of L&F;
wenzelm [Sun, 18 Jan 2015 12:50:36 +0100] rev 59389
prefer fractional font metrics, for proper scaling of node size;
wenzelm [Sun, 18 Jan 2015 12:36:25 +0100] rev 59388
tuned metrics;
wenzelm [Sat, 17 Jan 2015 23:33:21 +0100] rev 59387
tuned window size for the sake of Windows L&F;
wenzelm [Sat, 17 Jan 2015 23:12:02 +0100] rev 59386
proper refresh after apply_layout, in order to update preferred size, which is required for scroll pane;
wenzelm [Sat, 17 Jan 2015 22:52:45 +0100] rev 59385
more compact content for tighter graph layout;
wenzelm [Sat, 17 Jan 2015 22:20:57 +0100] rev 59384
more explicit Layout.Info: size and content;
allow multi-line vertex label, based on content;
misc tuning;
wenzelm [Sat, 17 Jan 2015 16:40:10 +0100] rev 59383
clarified Class.pretty_specification: imitate input source;
boehmes [Fri, 16 Jan 2015 23:24:29 +0100] rev 59382
merged
boehmes [Fri, 16 Jan 2015 23:23:31 +0100] rev 59381
more efficient Z3 proof reconstruction for rewrite steps with conjunctions and disjunctions, similar to Old_SMT
nipkow [Fri, 16 Jan 2015 20:06:39 +0100] rev 59380
added simp lemma
haftmann [Thu, 15 Jan 2015 13:39:41 +0100] rev 59379
tuned
haftmann [Thu, 15 Jan 2015 13:39:41 +0100] rev 59378
separate image for prerequisites of codegen tutorial
haftmann [Thu, 15 Jan 2015 13:39:41 +0100] rev 59377
modernized cartouches
haftmann [Thu, 15 Jan 2015 13:39:41 +0100] rev 59376
even more pervasive replacement of auxiliary destination
boehmes [Thu, 15 Jan 2015 21:45:23 +0100] rev 59375
merged
boehmes [Thu, 15 Jan 2015 21:44:51 +0100] rev 59374
more detailed runtime statistics for Z3 proof reconstruction
wenzelm [Thu, 15 Jan 2015 20:37:33 +0100] rev 59373
merged
wenzelm [Thu, 15 Jan 2015 20:36:26 +0100] rev 59372
proper update of perspective after implicit edit due to reparse (e.g. ~~/src/HOL/Nat.thy);
wenzelm [Thu, 15 Jan 2015 16:26:23 +0100] rev 59371
updated to scala-2.11.5;
wenzelm [Thu, 15 Jan 2015 14:01:26 +0100] rev 59370
refrain from default task_context for all protocol commands, e.g. relevant for "build_theories" to admit Session.shutdown;
wenzelm [Thu, 15 Jan 2015 12:54:08 +0100] rev 59369
more informative build_theories_result: cumulative Runtime.exn_message;
wenzelm [Thu, 15 Jan 2015 11:39:58 +0100] rev 59368
tuned;
wenzelm [Wed, 14 Jan 2015 17:24:55 +0100] rev 59367
more type-safe handler interface;
proper progress for Build.Handler;
wenzelm [Wed, 14 Jan 2015 16:27:19 +0100] rev 59366
clarified build_theories: proper protocol handler;
wenzelm [Wed, 14 Jan 2015 16:23:33 +0100] rev 59365
added Promise.cancel;
wenzelm [Wed, 14 Jan 2015 14:28:52 +0100] rev 59364
clarified build_theories;
wenzelm [Wed, 14 Jan 2015 11:52:08 +0100] rev 59363
added Path.decode in ML, in correspondence to Path.encode in Scala;
wenzelm [Tue, 13 Jan 2015 21:46:09 +0100] rev 59362
some support for PIDE batch session;
clarified Thy_Info.use_thys_options and corresponding protocol command;
hoelzl [Thu, 15 Jan 2015 15:04:51 +0100] rev 59361
piecewise measurability using restrict_space; cleanup Borel_Space
nipkow [Wed, 14 Jan 2015 17:04:19 +0100] rev 59360
tuned
Andreas Lochbihler [Wed, 14 Jan 2015 15:22:50 +0100] rev 59359
indent broken lines of bindings in do blocks
Andreas Lochbihler [Wed, 14 Jan 2015 13:51:34 +0100] rev 59358
more line breaks in integral notation
Andreas Lochbihler [Wed, 14 Jan 2015 10:15:41 +0100] rev 59357
allow line breaks in integral notation
Andreas Lochbihler [Wed, 14 Jan 2015 09:59:12 +0100] rev 59356
allow line breaks in probability syntax
blanchet [Wed, 14 Jan 2015 01:42:36 +0100] rev 59355
don't minimize chained facts -- this leads to subtle failures, e.g. if a method succeeds without a chained fact but fails with it
hoelzl [Tue, 13 Jan 2015 20:01:48 +0100] rev 59354
NEWS
hoelzl [Tue, 13 Jan 2015 19:10:36 +0100] rev 59353
measurability prover: removed app splitting, replaced by more powerful destruction rules
wenzelm [Sun, 11 Jan 2015 21:06:47 +0100] rev 59352
tuned warnings: observe Context_Position.is_visible;
wenzelm [Sun, 11 Jan 2015 20:45:03 +0100] rev 59351
removed unused/non-portable with_tmp_fifo;
wenzelm [Sun, 11 Jan 2015 20:40:14 +0100] rev 59350
discontinued fifo channel, always use portable socket;
wenzelm [Sun, 11 Jan 2015 13:44:25 +0100] rev 59349
tuned -- more Sidekick-friendly layout;
wenzelm [Sun, 11 Jan 2015 13:12:47 +0100] rev 59348
do not crash into already running exec, instead join its lazy result in the subsequent step (amending 59f1591a11cb);