wenzelm [Sun, 12 May 2013 20:25:45 +0200] rev 51949
some system options as context-sensitive config options;
wenzelm [Sun, 12 May 2013 19:56:30 +0200] rev 51948
load options for regular isabelle-process, not just for Isar loop (relevant for numerous low-level tools) -- NB: Isabelle_Process manages options via protocol message;
wenzelm [Sun, 12 May 2013 18:22:44 +0200] rev 51947
support for system options as context-sensitive config options;
wenzelm [Sun, 12 May 2013 18:20:16 +0200] rev 51946
tuned signature;
wenzelm [Sun, 12 May 2013 17:56:53 +0200] rev 51945
tuned comments;
wenzelm [Sun, 12 May 2013 17:51:34 +0200] rev 51944
support for options as preferences;
wenzelm [Sun, 12 May 2013 17:42:36 +0200] rev 51943
more operations in accordance to Scala version;
wenzelm [Sun, 12 May 2013 15:08:11 +0200] rev 51942
more systematic access to options default;
wenzelm [Sun, 12 May 2013 15:05:15 +0200] rev 51941
full default options for Isabelle_Process and Build;
wenzelm [Sun, 12 May 2013 14:25:16 +0200] rev 51940
decentralized historic settings;
wenzelm [Sun, 12 May 2013 13:56:21 +0200] rev 51939
removed obsolete test_markup;
tuned;
wenzelm [Sun, 12 May 2013 13:46:41 +0200] rev 51938
Proof General interaction always uses Isar loop;
pass Isabelle/Scala options to Proof General process as well;
wenzelm [Sun, 12 May 2013 13:08:23 +0200] rev 51937
proper context;
wenzelm [Sat, 11 May 2013 22:20:59 +0200] rev 51936
merged
wenzelm [Sat, 11 May 2013 22:17:18 +0200] rev 51935
more direct PGIP/Emacs processing and output;
wenzelm [Sat, 11 May 2013 21:34:53 +0200] rev 51934
more direct interpretation of "askprefs" and "setpref", which appear to be the only PGIP command used in PG 3.7.1.1, 4.1, 4.2;
wenzelm [Sat, 11 May 2013 20:10:24 +0200] rev 51933
removed redundant modules;
wenzelm [Sat, 11 May 2013 18:45:38 +0200] rev 51932
removed some obsolete PGIP/PGEclipse material;
wenzelm [Sat, 11 May 2013 18:16:17 +0200] rev 51931
never open structure Unsynchronized (cf. "implementation" manual);
wenzelm [Sat, 11 May 2013 16:57:18 +0200] rev 51930
prefer explicitly qualified exceptions, which is particular important for robust handlers;
wenzelm [Sat, 11 May 2013 16:13:08 +0200] rev 51929
avoid PolyML.makestring, even in dead code;
blanchet [Sat, 11 May 2013 16:00:24 +0200] rev 51928
fixed bug introduced when reintroducing set constructor, and visible when applying <= to 2- or more-ary relations, e.g. "(R::'a=>'a=>bool) <= R"
kuncar [Fri, 10 May 2013 19:41:23 +0200] rev 51927
don't apply an unnecessary morphism
nipkow [Fri, 10 May 2013 06:34:29 +0200] rev 51926
tuned