wenzelm [Thu, 11 Jul 2013 16:35:37 +0200] rev 52601
tuned -- cleanup before publishing assignment;
wenzelm [Thu, 11 Jul 2013 16:26:14 +0200] rev 52600
more abstract types;
tuned signature;
wenzelm [Thu, 11 Jul 2013 16:01:48 +0200] rev 52599
tuned;
wenzelm [Thu, 11 Jul 2013 15:56:12 +0200] rev 52598
disallow concurrent execution attempt explicitly -- it should never happen due to management of singleton execution;
tuned error messages: prefer plain "error" as in document.ML;
wenzelm [Thu, 11 Jul 2013 14:56:58 +0200] rev 52597
more precise fact declarations -- fewer warnings;
wenzelm [Thu, 11 Jul 2013 14:42:11 +0200] rev 52596
global management of command execution fragments;
tuned;
wenzelm [Thu, 11 Jul 2013 12:28:24 +0200] rev 52595
fully synchronized guard of running execution;
tuned;
nipkow [Thu, 11 Jul 2013 21:34:50 +0200] rev 52594
merged
nipkow [Thu, 11 Jul 2013 21:34:37 +0200] rev 52593
added exercises
smolkas [Thu, 11 Jul 2013 20:08:06 +0200] rev 52592
optimize isar-proofs by trying different proof methods
smolkas [Thu, 11 Jul 2013 13:33:20 +0200] rev 52591
made SML/NJ happy
smolkas [Thu, 11 Jul 2013 13:33:19 +0200] rev 52590
tuned
wenzelm [Thu, 11 Jul 2013 11:40:21 +0200] rev 52589
tuned;
wenzelm [Thu, 11 Jul 2013 11:37:06 +0200] rev 52588
re-assign prints of unchanged eval only -- avoid crash of new_exec;
wenzelm [Thu, 11 Jul 2013 11:09:23 +0200] rev 52587
tuned -- refrain from odd optimization;
wenzelm [Thu, 11 Jul 2013 10:43:53 +0200] rev 52586
tuned;
wenzelm [Wed, 10 Jul 2013 23:30:10 +0200] rev 52585
added "echo" command for demonstration purposes;
wenzelm [Wed, 10 Jul 2013 23:25:28 +0200] rev 52584
more abstract message channel;
wenzelm [Wed, 10 Jul 2013 22:56:48 +0200] rev 52583
explicit shutdown of message output thread;
wenzelm [Wed, 10 Jul 2013 22:04:57 +0200] rev 52582
tuned signature;
wenzelm [Wed, 10 Jul 2013 21:54:43 +0200] rev 52581
no need for raw stdin;
wenzelm [Wed, 10 Jul 2013 21:21:37 +0200] rev 52580
fall back on synchronous message output for single-threaded SML/NJ;
wenzelm [Wed, 10 Jul 2013 21:13:32 +0200] rev 52579
make SML/NJ happy;
wenzelm [Wed, 10 Jul 2013 20:44:39 +0200] rev 52578
retain main thread for protocol loop -- no access to raw ML toplevel;
wenzelm [Wed, 10 Jul 2013 20:19:51 +0200] rev 52577
removed historic dimacs2hol (see also read_dimacs_cnf_file in src/HOL/Tools/sat_solver.ML);
wenzelm [Wed, 10 Jul 2013 20:16:04 +0200] rev 52576
less intrusive token_range rendering, which is relevant for inner parse errors;
smolkas [Wed, 10 Jul 2013 13:43:23 +0200] rev 52575
made SML/NJ happy
wenzelm [Wed, 10 Jul 2013 12:35:18 +0200] rev 52574
merged
wenzelm [Wed, 10 Jul 2013 12:33:28 +0200] rev 52573
tuned start_execution: avoid sleep on worker thread;
wenzelm [Wed, 10 Jul 2013 12:10:32 +0200] rev 52572
print "persistent" flag allows to adjust tradeoff of ML run-time vs. JVM heap-space;
wenzelm [Wed, 10 Jul 2013 11:32:49 +0200] rev 52571
allow to remove print functions;
tuned signature;
wenzelm [Wed, 10 Jul 2013 11:26:55 +0200] rev 52570
clarified Command.print: update old prints here;
wenzelm [Tue, 09 Jul 2013 23:49:19 +0200] rev 52569
produce print_execs assignment earlier during last_common phase (referring to current command_id, not prev);
wenzelm [Tue, 09 Jul 2013 18:11:31 +0200] rev 52568
tuned;
wenzelm [Tue, 09 Jul 2013 18:08:56 +0200] rev 52567
tuned proofs;
wenzelm [Tue, 09 Jul 2013 17:58:38 +0200] rev 52566
more formal type assign_update: avoid duplicate results and redundant update of global State.execs;
wenzelm [Tue, 09 Jul 2013 16:32:51 +0200] rev 52565
tuned message;
wenzelm [Tue, 09 Jul 2013 13:24:17 +0200] rev 52564
tuned signature -- NB: Command.read is actually part of Command.eval;
wenzelm [Tue, 09 Jul 2013 13:17:22 +0200] rev 52563
tuned protocol terminology;
tuned signature;
wenzelm [Tue, 09 Jul 2013 13:16:10 +0200] rev 52562
tuned;
wenzelm [Mon, 08 Jul 2013 21:00:16 +0200] rev 52561
allow whitespace in file names;
wenzelm [Mon, 08 Jul 2013 12:47:39 +0200] rev 52560
tuned;
wenzelm [Mon, 08 Jul 2013 12:07:06 +0200] rev 52559
more direct interleaving of eval/print and update/execution -- refrain from crude manipulation of max_threads;
wenzelm [Mon, 08 Jul 2013 12:00:45 +0200] rev 52558
allow worker guest threads, which participate actively in future joins, but are outside thread accounting;
smolkas [Wed, 10 Jul 2013 12:25:11 +0200] rev 52557
made SML/NJ happy
smolkas [Tue, 09 Jul 2013 18:45:06 +0200] rev 52556
completely rewrote SH compress; added two parameters for experimentation/fine grained control
smolkas [Tue, 09 Jul 2013 18:44:59 +0200] rev 52555
moved code -> easier debugging
nipkow [Mon, 08 Jul 2013 14:24:36 +0200] rev 52554
tuned proofs
wenzelm [Sun, 07 Jul 2013 22:58:34 +0200] rev 52553
some support for Cygwin;
wenzelm [Sun, 07 Jul 2013 20:23:09 +0200] rev 52552
reduced number of old manuals: chapter HOL is back again to the Logics manual by Larry;
wenzelm [Sun, 07 Jul 2013 18:50:16 +0200] rev 52551
tuned signature;
wenzelm [Sun, 07 Jul 2013 18:43:14 +0200] rev 52550
discontinued obsolete "isabelle print";
wenzelm [Sun, 07 Jul 2013 18:34:29 +0200] rev 52549
discontinued command 'print_drafts';
wenzelm [Sun, 07 Jul 2013 18:04:46 +0200] rev 52548
some attempts to avoid sandwiching of actions stemming from single ESCAPE key event, to avoid potential conflict with ongoing text selection;
wenzelm [Sun, 07 Jul 2013 17:52:13 +0200] rev 52547
removed pointless / outdated keywords, superseded by specific Token_Markup.Marker;
wenzelm [Sun, 07 Jul 2013 17:30:16 +0200] rev 52546
tuned comments;
traytel [Sun, 07 Jul 2013 10:24:00 +0200] rev 52545
Func -> Func_option, Ffunc -> Func (avoids dependence of codatatypes on the option type)
traytel [Fri, 05 Jul 2013 18:10:07 +0200] rev 52544
tuned spelling
wenzelm [Sat, 06 Jul 2013 22:16:55 +0200] rev 52543
eliminated pointless catch of unlikely exceptions, which may occur in Doc.contents already;
wenzelm [Sat, 06 Jul 2013 22:11:18 +0200] rev 52542
more release notes according to availability in proper release vs. repository clone;
discontinued generated HTML for files that are accessible in 1 click;
wenzelm [Sat, 06 Jul 2013 21:51:35 +0200] rev 52541
quick access to release notes (imitating website/documentation.html);
wenzelm [Sat, 06 Jul 2013 21:50:14 +0200] rev 52540
more dependencies;
wenzelm [Sat, 06 Jul 2013 21:19:38 +0200] rev 52539
minimal jedit mode for Isabelle NEWS;
wenzelm [Fri, 05 Jul 2013 23:17:39 +0200] rev 52538
merged
wenzelm [Fri, 05 Jul 2013 23:10:18 +0200] rev 52537
more uniform Counter in ML and Scala;
wenzelm [Fri, 05 Jul 2013 22:58:24 +0200] rev 52536
tuned signature;
tuned comments;
wenzelm [Fri, 05 Jul 2013 22:09:16 +0200] rev 52535
tuned signature -- eliminated pointless type synonym;
wenzelm [Fri, 05 Jul 2013 18:37:44 +0200] rev 52534
tuned signature;
tuned;
wenzelm [Fri, 05 Jul 2013 17:09:28 +0200] rev 52533
clarified type Command.eval;
wenzelm [Fri, 05 Jul 2013 16:22:28 +0200] rev 52532
tuned signature;
wenzelm [Fri, 05 Jul 2013 16:01:45 +0200] rev 52531
tuned signature;
wenzelm [Fri, 05 Jul 2013 15:38:03 +0200] rev 52530
explicit module Document_ID as source of globally unique identifiers across ML/Scala;
nipkow [Fri, 05 Jul 2013 16:45:31 +0200] rev 52529
improved proof automation for numerals
wenzelm [Fri, 05 Jul 2013 14:09:06 +0200] rev 52528
merged
wenzelm [Thu, 04 Jul 2013 23:51:47 +0200] rev 52527
separate exec_id assignment for Command.print states, without affecting result of eval;
tuned signature;
tuned;
wenzelm [Thu, 04 Jul 2013 16:04:53 +0200] rev 52526
more Command.memo operations;
more explicit types Command.eval vs. Command.print vs. Document.exec;
clarified print function parameters;
nipkow [Fri, 05 Jul 2013 09:17:03 +0200] rev 52525
tund proofs
wenzelm [Thu, 04 Jul 2013 12:02:11 +0200] rev 52524
tuned;
wenzelm [Thu, 04 Jul 2013 11:55:45 +0200] rev 52523
made SML/NJ happy;
Andreas Lochbihler [Thu, 04 Jul 2013 09:13:49 +0200] rev 52522
merged
krauss [Wed, 03 Jul 2013 00:08:29 +0200] rev 52521
more robust instantiation: extract vars from conclusion instead of relying on fixed overall ordering
haftmann [Thu, 04 Jul 2013 08:52:44 +0200] rev 52520
consider explicit hint for domain of class parameters when printing instance statements
haftmann [Thu, 04 Jul 2013 08:52:44 +0200] rev 52519
explicit hint for domain of class parameters in instance statements
wenzelm [Wed, 03 Jul 2013 23:42:07 +0200] rev 52518
merged
wenzelm [Wed, 03 Jul 2013 23:26:09 +0200] rev 52517
tuned message;
wenzelm [Wed, 03 Jul 2013 23:02:00 +0200] rev 52516
more exception handling -- make print functions total;
wenzelm [Wed, 03 Jul 2013 22:30:33 +0200] rev 52515
more print function parameters;
check command_visible statically in assignment, instead of dynamically in execution;
wenzelm [Wed, 03 Jul 2013 21:55:15 +0200] rev 52514
tuned;
wenzelm [Wed, 03 Jul 2013 21:38:10 +0200] rev 52513
discontinued odd workaround for some old Poly/ML, which is still supported but of little practical relevance;
wenzelm [Wed, 03 Jul 2013 21:32:58 +0200] rev 52512
tuned;
wenzelm [Wed, 03 Jul 2013 17:50:47 +0200] rev 52511
allow multiple print functions;
wenzelm [Wed, 03 Jul 2013 16:58:35 +0200] rev 52510
tuned signature;
wenzelm [Wed, 03 Jul 2013 16:19:57 +0200] rev 52509
tuned signature;
wenzelm [Wed, 03 Jul 2013 15:19:36 +0200] rev 52508
tuned;
wenzelm [Wed, 03 Jul 2013 15:11:15 +0200] rev 52507
tuned signature;
traytel [Wed, 03 Jul 2013 20:41:41 +0200] rev 52506
use long goal format in rel_induct theorem
traytel [Wed, 03 Jul 2013 16:53:27 +0200] rev 52505
share some code between codatatypes, datatypes and eventually prim(co)rec
nipkow [Wed, 03 Jul 2013 16:07:00 +0200] rev 52504
tuned names
wenzelm [Tue, 02 Jul 2013 20:47:32 +0200] rev 52503
tuned;
wenzelm [Tue, 02 Jul 2013 19:25:33 +0200] rev 52502
allow choice of target directory (again, see also 58e2d0cd81ae);
wenzelm [Tue, 02 Jul 2013 17:10:44 +0200] rev 52501
postinstall: recover Cygwin permissions;
wenzelm [Tue, 02 Jul 2013 15:30:53 +0200] rev 52500
clarified initial cd;
wenzelm [Tue, 02 Jul 2013 14:48:01 +0200] rev 52499
clarified Proofterm.proofs vs. Goal.skip_proofs;
wenzelm [Mon, 01 Jul 2013 15:08:29 +0200] rev 52498
clarified focus after dismiss;
wenzelm [Mon, 01 Jul 2013 15:05:18 +0200] rev 52497
tuned signature;
wenzelm [Mon, 01 Jul 2013 14:56:10 +0200] rev 52496
avoid repeated window popup when the mouse is moved over the same content (again, see also cb677987b7e3 and 0a1db0d02628);
wenzelm [Mon, 01 Jul 2013 14:37:31 +0200] rev 52495
more robust delayed invocation;
wenzelm [Mon, 01 Jul 2013 14:30:56 +0200] rev 52494
clarified tooltip timing of pending event and active state;
wenzelm [Mon, 01 Jul 2013 13:39:27 +0200] rev 52493
less intrusive border, notably on windows;
wenzelm [Mon, 01 Jul 2013 13:32:26 +0200] rev 52492
tighten tooltip size;
wenzelm [Mon, 01 Jul 2013 12:01:24 +0200] rev 52491
visually explicit focus (behaviour dependent on platform and look-and-feel);
wenzelm [Sun, 30 Jun 2013 12:40:55 +0200] rev 52490
tuned;
wenzelm [Sun, 30 Jun 2013 12:39:39 +0200] rev 52489
more uniform notion of disabled proofs -- NB: historic meaning of 1 for recording theorems is already included in 0;
wenzelm [Sun, 30 Jun 2013 12:30:02 +0200] rev 52488
discontinued system option "proofs" -- global state of Proofterm.proofs is persistently compiled into HOL-Proofs image;
discontinued unused proofterms for FOL;
wenzelm [Sun, 30 Jun 2013 11:37:34 +0200] rev 52487
backout dedd7952a62c: static "proofs" value within theory prevents later inferencing with different configuration;
wenzelm [Sun, 30 Jun 2013 11:30:16 +0200] rev 52486
just one alternative proof syntax, which also works for Proof_Syntax.pretty_proof/Proof_Syntax.read_proof roundtrip;
haftmann [Sun, 30 Jun 2013 09:26:00 +0200] rev 52485
CONTRIBUTORS
wenzelm [Sat, 29 Jun 2013 22:15:10 +0200] rev 52484
avoid potential race condition of focusLost/dismiss vs. popup.show;
wenzelm [Sat, 29 Jun 2013 21:28:24 +0200] rev 52483
more direct use of screen location: avoid misplacement if parent component has already disappeared asynchronously;
wenzelm [Sat, 29 Jun 2013 20:40:08 +0200] rev 52482
explicit Pretty_Tooltip.dismiss_all due to slightly changed focus mechanics;