wenzelm [Mon, 14 Oct 2013 15:46:35 +0200] rev 54338
removed junk (cf. 409d7f7247f4);
kuncar [Mon, 14 Oct 2013 15:13:11 +0200] rev 54337
fix a citation
kuncar [Mon, 14 Oct 2013 15:01:41 +0200] rev 54336
declare Quotient_Examples/FSet.thy as almost obsolete
kuncar [Mon, 14 Oct 2013 15:01:41 +0200] rev 54335
update documentation of important public ML functions in Lifting
kuncar [Mon, 14 Oct 2013 15:01:37 +0200] rev 54334
update documentation of Lifting/Transfer and Quotient
kuncar [Fri, 11 Oct 2013 18:36:51 +0200] rev 54333
don't allow parametricity theorem for typedefs in setup_lifting. The theorem is not used.
wenzelm [Mon, 14 Oct 2013 15:21:45 +0200] rev 54332
tuned;
wenzelm [Sat, 12 Oct 2013 19:41:59 +0200] rev 54331
more screenshots;
tuned;
wenzelm [Sat, 12 Oct 2013 19:00:59 +0200] rev 54330
tuned;
wenzelm [Sat, 12 Oct 2013 14:37:45 +0200] rev 54329
misc tuning;
wenzelm [Sat, 12 Oct 2013 00:10:07 +0200] rev 54328
more strict find_command -- avoid invalid hyperlink_command;
wenzelm [Fri, 11 Oct 2013 23:12:04 +0200] rev 54327
more consistent state and GUI update, e.g. relevant for full-screen mode switch with its exit/init side-effect;
wenzelm [Fri, 11 Oct 2013 22:11:07 +0200] rev 54326
obsolete;
wenzelm [Fri, 11 Oct 2013 20:45:21 +0200] rev 54325
clarified Editor.current_command: allow outdated snapshot;
more accurate Document_View.perspective based on current_command for proper state output (see also 88c6e630c15f and ef62204a126b);
wenzelm [Fri, 11 Oct 2013 12:06:26 +0200] rev 54324
make double sure that AWT/Swing antialiasing is enabled (see also http://www.jedit.org/users-guide/jvm-options.html and jdk/src/share/classes/sun/awt/SunToolkit.java);
wenzelm [Thu, 10 Oct 2013 18:02:08 +0200] rev 54323
more documentation;
wenzelm [Thu, 10 Oct 2013 15:46:05 +0200] rev 54322
more documentation;
wenzelm [Thu, 10 Oct 2013 14:29:21 +0200] rev 54321
more documentation;
wenzelm [Thu, 10 Oct 2013 12:02:12 +0200] rev 54320
tuned;
wenzelm [Wed, 09 Oct 2013 23:11:56 +0200] rev 54319
NEWS;
wenzelm [Wed, 09 Oct 2013 23:06:23 +0200] rev 54318
avoid confusion of isabelle.complete vs. menu item complete-word (NB: alternative shortcuts not shown in menus);
Andreas Lochbihler [Wed, 09 Oct 2013 15:33:20 +0200] rev 54317
add congruence rule to prevent code_simp from looping
wenzelm [Wed, 09 Oct 2013 13:40:14 +0200] rev 54316
Added tag Isabelle2013-1-RC2 for changeset 782e430e6a83
wenzelm [Mon, 07 Oct 2013 22:19:08 +0200] rev 54315
native executable for Linux (see Admin/Linux);
wenzelm [Mon, 07 Oct 2013 22:02:46 +0200] rev 54314
proper NULL termination;
wenzelm [Mon, 07 Oct 2013 21:24:44 +0200] rev 54313
native executable even for Linux, to avoid surprises with file managers opening executable script as text file;
wenzelm [Mon, 07 Oct 2013 17:55:01 +0200] rev 54312
proper warning at run time, not in the parser;
wenzelm [Mon, 07 Oct 2013 13:42:33 +0200] rev 54311
prefer "fresh" open -- requires Lion / Mountain Lion;
wenzelm [Mon, 07 Oct 2013 12:28:19 +0200] rev 54310
clarified remove_overlay: always flush in order to make sure that apply_query can make a fresh start with the same arguments (see also 6e69f9ca8f1c) -- NB: print functions are idempotent;
blanchet [Fri, 04 Oct 2013 14:35:00 +0200] rev 54309
prevent explosion in monomorphizer (e.g. when the facts typerep_int_def typerep_num_def typerep_option_def typerep_node_def are selected)