Sun, 10 Aug 2014 19:53:30 +0200 some localization;
wenzelm [Sun, 10 Aug 2014 19:53:30 +0200] rev 57888
some localization;
Sun, 10 Aug 2014 19:44:20 +0200 support aliases within the facts space;
wenzelm [Sun, 10 Aug 2014 19:44:20 +0200] rev 57887
support aliases within the facts space;
Sun, 10 Aug 2014 16:13:12 +0200 support for named collections of theorems in canonical order;
wenzelm [Sun, 10 Aug 2014 16:13:12 +0200] rev 57886
support for named collections of theorems in canonical order;
Sun, 10 Aug 2014 15:59:12 +0200 insist in proper 'document_files';
wenzelm [Sun, 10 Aug 2014 15:59:12 +0200] rev 57885
insist in proper 'document_files';
Sun, 10 Aug 2014 15:45:06 +0200 tuned -- avoid confusion with @{assert} for system failures (exception Fail);
wenzelm [Sun, 10 Aug 2014 15:45:06 +0200] rev 57884
tuned -- avoid confusion with @{assert} for system failures (exception Fail);
Sun, 10 Aug 2014 15:16:01 +0200 tuned -- eliminated redundant check (see 1f77110c94ef);
wenzelm [Sun, 10 Aug 2014 15:16:01 +0200] rev 57883
tuned -- eliminated redundant check (see 1f77110c94ef);
Sun, 10 Aug 2014 14:34:43 +0200 merged -- with manual conflict resolution for src/HOL/SMT_Examples/SMT_Examples.certs2, src/HOL/SMT_Examples/SMT_Word_Examples.certs2, src/Doc/Prog_Prove/document/intro-isabelle.tex;
wenzelm [Sun, 10 Aug 2014 14:34:43 +0200] rev 57882
merged -- with manual conflict resolution for src/HOL/SMT_Examples/SMT_Examples.certs2, src/HOL/SMT_Examples/SMT_Word_Examples.certs2, src/Doc/Prog_Prove/document/intro-isabelle.tex;
Sun, 10 Aug 2014 14:31:06 +0200 updated URL (anticipate merge with 85b8cc142384);
wenzelm [Sun, 10 Aug 2014 14:31:06 +0200] rev 57881
updated URL (anticipate merge with 85b8cc142384);
Sun, 10 Aug 2014 14:08:36 +0200 Added tag Isabelle2014-RC3 for changeset 91e188508bc9
wenzelm [Sun, 10 Aug 2014 14:08:36 +0200] rev 57880
Added tag Isabelle2014-RC3 for changeset 91e188508bc9
Sun, 10 Aug 2014 13:59:08 +0200 proper layered_pane for JDialog, e.g. relevant for floating dockables in jEdit, for completion popup in text field;
wenzelm [Sun, 10 Aug 2014 13:59:08 +0200] rev 57879
proper layered_pane for JDialog, e.g. relevant for floating dockables in jEdit, for completion popup in text field;
Sun, 10 Aug 2014 13:06:26 +0200 follow link to originating command, to ensure that Simplifier_Trace_Dockable displays its results (via current_command);
wenzelm [Sun, 10 Aug 2014 13:06:26 +0200] rev 57878
follow link to originating command, to ensure that Simplifier_Trace_Dockable displays its results (via current_command);
Sat, 09 Aug 2014 18:50:39 +0200 tuned;
wenzelm [Sat, 09 Aug 2014 18:50:39 +0200] rev 57877
tuned;
Sat, 09 Aug 2014 14:16:46 +0200 tuned;
wenzelm [Sat, 09 Aug 2014 14:16:46 +0200] rev 57876
tuned;
Sat, 09 Aug 2014 14:11:01 +0200 tuned;
wenzelm [Sat, 09 Aug 2014 14:11:01 +0200] rev 57875
tuned;
Sat, 09 Aug 2014 11:43:58 +0200 tuned comments;
wenzelm [Sat, 09 Aug 2014 11:43:58 +0200] rev 57874
tuned comments;
Sat, 09 Aug 2014 11:25:46 +0200 clarified synchronized scope;
wenzelm [Sat, 09 Aug 2014 11:25:46 +0200] rev 57873
clarified synchronized scope;
Sat, 09 Aug 2014 11:18:01 +0200 tuned comments;
wenzelm [Sat, 09 Aug 2014 11:18:01 +0200] rev 57872
tuned comments;
Fri, 08 Aug 2014 22:05:02 +0200 application manifest for Windows 8/8.1 dpi scaling;
wenzelm [Fri, 08 Aug 2014 22:05:02 +0200] rev 57871
application manifest for Windows 8/8.1 dpi scaling;
Fri, 08 Aug 2014 20:17:13 +0200 observe context visibility -- less redundant warnings;
wenzelm [Fri, 08 Aug 2014 20:17:13 +0200] rev 57870
observe context visibility -- less redundant warnings;
Fri, 08 Aug 2014 11:43:08 +0200 improved monitor panel;
wenzelm [Fri, 08 Aug 2014 11:43:08 +0200] rev 57869
improved monitor panel;
Tue, 05 Aug 2014 23:52:56 +0200 protocol command for heap management, e.g. in Isabelle/jEdit/Scala console: PIDE.session.protocol_command("ML_System.share_common_data");
wenzelm [Tue, 05 Aug 2014 23:52:56 +0200] rev 57868
protocol command for heap management, e.g. in Isabelle/jEdit/Scala console: PIDE.session.protocol_command("ML_System.share_common_data");
Tue, 05 Aug 2014 20:40:35 +0200 added system option editor_output_delay: lower value might help big sessions under low-memory situations;
wenzelm [Tue, 05 Aug 2014 20:40:35 +0200] rev 57867
added system option editor_output_delay: lower value might help big sessions under low-memory situations;
Tue, 05 Aug 2014 19:58:07 +0200 obsolete (see f7700146678d);
wenzelm [Tue, 05 Aug 2014 19:58:07 +0200] rev 57866
obsolete (see f7700146678d);
Tue, 05 Aug 2014 16:58:19 +0200 tuned proofs -- fewer warnings;
wenzelm [Tue, 05 Aug 2014 16:58:19 +0200] rev 57865
tuned proofs -- fewer warnings;
Tue, 05 Aug 2014 16:21:27 +0200 clarified Element.init vs. Element.init' -- the latter also avoids redundant warnings due to declatations when preparing locale expressions / interpretations;
wenzelm [Tue, 05 Aug 2014 16:21:27 +0200] rev 57864
clarified Element.init vs. Element.init' -- the latter also avoids redundant warnings due to declatations when preparing locale expressions / interpretations;
Tue, 05 Aug 2014 15:07:11 +0200 avoid duplication of warnings stemming from simp/intro declarations etc.;
wenzelm [Tue, 05 Aug 2014 15:07:11 +0200] rev 57863
avoid duplication of warnings stemming from simp/intro declarations etc.;
Tue, 05 Aug 2014 12:56:15 +0200 tuned proofs;
wenzelm [Tue, 05 Aug 2014 12:56:15 +0200] rev 57862
tuned proofs;
Tue, 05 Aug 2014 12:42:38 +0200 restrict edit_command (for sendback) to current node -- no attempt to goto target buffer first, which might not be loaded;
wenzelm [Tue, 05 Aug 2014 12:42:38 +0200] rev 57861
restrict edit_command (for sendback) to current node -- no attempt to goto target buffer first, which might not be loaded;
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -28 +28 +50 +100 +300 +1000 +3000 +10000 tip