Wed, 07 May 2014 10:42:19 +0200 wenzelm tuned;
Wed, 07 May 2014 10:27:20 +0200 wenzelm tuned defaults;
Wed, 07 May 2014 10:24:32 +0200 wenzelm tuned message -- more context for detached window etc.;
Wed, 07 May 2014 10:13:31 +0200 wenzelm tuned signature;
Wed, 07 May 2014 12:25:35 +0200 hoelzl avoid the Complex constructor, use the more natural Re/Im view; moved csqrt to Complex.
Tue, 06 May 2014 23:35:24 +0200 wenzelm tuned GUI for Windows L&F;
Tue, 06 May 2014 23:08:18 +0200 wenzelm clarified print_state, which goes back to TTY loop before Proof General, and before separate print_context;
Tue, 06 May 2014 22:55:44 +0200 wenzelm tuned GUI layout;
Tue, 06 May 2014 22:47:55 +0200 wenzelm clarified GUI events, e.g. relevant for insert via completion;
Tue, 06 May 2014 22:01:43 +0200 wenzelm more robust line_range, according to usual jEdit confusion at end of last line (see also 71c5d1f516c0);
Tue, 06 May 2014 21:29:17 +0200 wenzelm common support for search field, which is actually a light-weight Highlighter;
Tue, 06 May 2014 17:47:03 +0200 wenzelm clarified GUI focus;
Tue, 06 May 2014 17:28:58 +0200 wenzelm more uniform detach button;
Tue, 06 May 2014 17:16:36 +0200 wenzelm tuned signature;
Tue, 06 May 2014 16:57:17 +0200 wenzelm renamed "Find" to "Query", with more general operations;
Tue, 06 May 2014 16:41:24 +0200 wenzelm hardwired default_frequency to avoid fluctuation of popup content;
Tue, 06 May 2014 16:16:38 +0200 wenzelm more visual feedback on path_completion, at the risk of file-system access in GUI painting;
Tue, 06 May 2014 16:08:07 +0200 wenzelm tuned;
Tue, 06 May 2014 16:05:14 +0200 wenzelm explicit option parallel_print to downgrade parallel scheduling, which might occasionally help for big and heavy "scripts";
Tue, 06 May 2014 15:54:22 +0200 wenzelm tuned GUI layout;
Tue, 06 May 2014 11:16:13 +0200 wenzelm tuned;
Mon, 05 May 2014 22:14:56 +0200 wenzelm some complication with ListView.Renderer to get tooltips;
Mon, 05 May 2014 20:10:33 +0200 wenzelm expose interrupts more like ML version, but not in managed bash processes of Build;
Mon, 05 May 2014 17:48:55 +0200 wenzelm merged
Mon, 05 May 2014 17:27:42 +0200 wenzelm uniform Toplevel.print for all proof commands;
Mon, 05 May 2014 17:14:46 +0200 wenzelm clarified print operations for "terms" and "theorems";
Mon, 05 May 2014 16:30:19 +0200 wenzelm more print operations;
Mon, 05 May 2014 16:29:09 +0200 wenzelm tuned GUI;
Mon, 05 May 2014 15:37:25 +0200 wenzelm more decisive change of focus;
Mon, 05 May 2014 15:17:07 +0200 wenzelm support print operations as asynchronous query;
Mon, 05 May 2014 11:53:07 +0200 wenzelm allow empty original, e.g. path "";
Mon, 05 May 2014 10:25:09 +0200 wenzelm more robust process kill -- postpone interrupts on current thread;
Mon, 05 May 2014 09:41:23 +0200 wenzelm tuned signature;
Mon, 05 May 2014 09:24:34 +0200 wenzelm tuned signature;
Mon, 05 May 2014 10:03:43 +0200 blanchet tuned comment
Mon, 05 May 2014 09:30:20 +0200 blanchet simplify selectors in code views
Mon, 05 May 2014 08:30:38 +0200 blanchet note correct induction schemes in 'primrec' (for N2M)
Sun, 04 May 2014 21:35:04 +0200 blanchet use right meson tactic for preplaying
Sun, 04 May 2014 21:02:21 +0200 blanchet simplify unused universally quantified variables in Z3 proofs
Sun, 04 May 2014 19:27:28 +0200 blanchet fixed Waldmeister endgame w.r.t. "Trueprop"
Sun, 04 May 2014 19:08:29 +0200 blanchet tuned structure name
Sun, 04 May 2014 19:01:36 +0200 blanchet added 'satx' to Sledgehammer's portfolio (cf. 'isar_try0')
Sun, 04 May 2014 18:57:45 +0200 blanchet renamed 'dpll_p' to 'cdclite', to avoid confusion with the old 'dpll' and to reflect the idea that the new prover implements some ideas from CDCL not in DPLL -- this follows its author's, Sascha B.'s, wish
Sun, 04 May 2014 18:53:58 +0200 blanchet added 'satx' proof method to Try0
Sun, 04 May 2014 18:50:42 +0200 blanchet make 'dpll_p' the default SAT solver, rather than the hard-to-get zChaff-with-proofs
Sun, 04 May 2014 18:14:59 +0200 blanchet added missing space between command-line options
Sun, 04 May 2014 18:14:58 +0200 blanchet improved whitelist (cf. be1874de8344)
Sun, 04 May 2014 18:14:58 +0200 blanchet renamed 'xxx_size' to 'size_xxx' for old datatype package
Sun, 04 May 2014 16:17:53 +0200 boehmes removed obsolete internal SAT solvers
Sat, 03 May 2014 23:15:00 +0200 wenzelm standardize to implode_short form;
Sat, 03 May 2014 22:47:43 +0200 wenzelm support for path completion based on file-system content;
Sat, 03 May 2014 20:31:29 +0200 wenzelm yet another completion option, to imitate old less ambitious behavior;
Sat, 03 May 2014 20:20:55 +0200 wenzelm reduced cluttering of popups;
Sat, 03 May 2014 20:10:49 +0200 wenzelm propagate more events, notably after hide_popup (e.g. LEFT, RIGHT);
Fri, 02 May 2014 23:31:25 +0200 wenzelm merged
Fri, 02 May 2014 23:30:47 +0200 wenzelm NEWS;
Fri, 02 May 2014 23:25:56 +0200 wenzelm more robust interrupt handling for Scala_Console, which uses JVM Thread.interrupt instead of POSIX SIGINT;
Fri, 02 May 2014 23:06:05 +0200 wenzelm more sensible interrupt of interpreter, when the user pushes Cancel button;
Fri, 02 May 2014 22:33:34 +0200 wenzelm obsolete in scala-2.11.0;
Fri, 02 May 2014 22:22:51 +0200 wenzelm fork Scala interpreter thread, independently of Swing_Thread;
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip