Sat, 12 Oct 2013 19:00:59 +0200 tuned;
wenzelm [Sat, 12 Oct 2013 19:00:59 +0200] rev 54330
tuned;
Sat, 12 Oct 2013 14:37:45 +0200 misc tuning;
wenzelm [Sat, 12 Oct 2013 14:37:45 +0200] rev 54329
misc tuning;
Sat, 12 Oct 2013 00:10:07 +0200 more strict find_command -- avoid invalid hyperlink_command;
wenzelm [Sat, 12 Oct 2013 00:10:07 +0200] rev 54328
more strict find_command -- avoid invalid hyperlink_command;
Fri, 11 Oct 2013 23:12:04 +0200 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 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;
Fri, 11 Oct 2013 22:11:07 +0200 obsolete;
wenzelm [Fri, 11 Oct 2013 22:11:07 +0200] rev 54326
obsolete;
Fri, 11 Oct 2013 20:45:21 +0200 clarified Editor.current_command: allow outdated snapshot;
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);
Fri, 11 Oct 2013 12:06:26 +0200 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 [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);
Thu, 10 Oct 2013 18:02:08 +0200 more documentation;
wenzelm [Thu, 10 Oct 2013 18:02:08 +0200] rev 54323
more documentation;
Thu, 10 Oct 2013 15:46:05 +0200 more documentation;
wenzelm [Thu, 10 Oct 2013 15:46:05 +0200] rev 54322
more documentation;
Thu, 10 Oct 2013 14:29:21 +0200 more documentation;
wenzelm [Thu, 10 Oct 2013 14:29:21 +0200] rev 54321
more documentation;
Thu, 10 Oct 2013 12:02:12 +0200 tuned;
wenzelm [Thu, 10 Oct 2013 12:02:12 +0200] rev 54320
tuned;
Wed, 09 Oct 2013 23:11:56 +0200 NEWS;
wenzelm [Wed, 09 Oct 2013 23:11:56 +0200] rev 54319
NEWS;
Wed, 09 Oct 2013 23:06:23 +0200 avoid confusion of isabelle.complete vs. menu item complete-word (NB: alternative shortcuts not shown in menus);
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);
Wed, 09 Oct 2013 15:33:20 +0200 add congruence rule to prevent code_simp from looping
Andreas Lochbihler [Wed, 09 Oct 2013 15:33:20 +0200] rev 54317
add congruence rule to prevent code_simp from looping
Wed, 09 Oct 2013 13:40:14 +0200 Added tag Isabelle2013-1-RC2 for changeset 782e430e6a83
wenzelm [Wed, 09 Oct 2013 13:40:14 +0200] rev 54316
Added tag Isabelle2013-1-RC2 for changeset 782e430e6a83
Mon, 07 Oct 2013 22:19:08 +0200 native executable for Linux (see Admin/Linux);
wenzelm [Mon, 07 Oct 2013 22:19:08 +0200] rev 54315
native executable for Linux (see Admin/Linux);
Mon, 07 Oct 2013 22:02:46 +0200 proper NULL termination;
wenzelm [Mon, 07 Oct 2013 22:02:46 +0200] rev 54314
proper NULL termination;
Mon, 07 Oct 2013 21:24:44 +0200 native executable even for Linux, to avoid surprises with file managers opening executable script as text file;
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;
Mon, 07 Oct 2013 17:55:01 +0200 proper warning at run time, not in the parser;
wenzelm [Mon, 07 Oct 2013 17:55:01 +0200] rev 54312
proper warning at run time, not in the parser;
Mon, 07 Oct 2013 13:42:33 +0200 prefer "fresh" open -- requires Lion / Mountain Lion;
wenzelm [Mon, 07 Oct 2013 13:42:33 +0200] rev 54311
prefer "fresh" open -- requires Lion / Mountain Lion;
Mon, 07 Oct 2013 12:28:19 +0200 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;
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;
Fri, 04 Oct 2013 14:35:00 +0200 prevent explosion in monomorphizer (e.g. when the facts typerep_int_def typerep_num_def typerep_option_def typerep_node_def are selected)
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)
Fri, 04 Oct 2013 11:12:28 +0200 more parallelism in blocking mode
blanchet [Fri, 04 Oct 2013 11:12:28 +0200] rev 54308
more parallelism in blocking mode
Fri, 04 Oct 2013 11:28:28 +0200 count remote threads as well when balancing CPU usage -- otherwise jEdit users and other users of the "blocking" mode may have to wait for 2 * timeout if they e.g. have 4 cores and 5 provers (the typical situation)
blanchet [Fri, 04 Oct 2013 11:28:28 +0200] rev 54307
count remote threads as well when balancing CPU usage -- otherwise jEdit users and other users of the "blocking" mode may have to wait for 2 * timeout if they e.g. have 4 cores and 5 provers (the typical situation)
Fri, 04 Oct 2013 18:51:47 +0200 another shortcut alias;
wenzelm [Fri, 04 Oct 2013 18:51:47 +0200] rev 54306
another shortcut alias;
Fri, 04 Oct 2013 13:17:49 +0200 NEWS;
wenzelm [Fri, 04 Oct 2013 13:17:49 +0200] rev 54305
NEWS;
Thu, 03 Oct 2013 17:03:20 +0200 Added tag Isabelle2013-1-RC1 for changeset c37100233af7
wenzelm [Thu, 03 Oct 2013 17:03:20 +0200] rev 54304
Added tag Isabelle2013-1-RC1 for changeset c37100233af7
Mon, 11 Nov 2013 18:25:13 +0100 reintroduced check from bd36da55d825 after all, due to hard-to-solve issues outside the N2M code
blanchet [Mon, 11 Nov 2013 18:25:13 +0100] rev 54303
reintroduced check from bd36da55d825 after all, due to hard-to-solve issues outside the N2M code
Mon, 11 Nov 2013 18:13:17 +0100 removed dead code
blanchet [Mon, 11 Nov 2013 18:13:17 +0100] rev 54302
removed dead code
Mon, 11 Nov 2013 17:59:41 +0100 added check to avoid odd situations the N2M code cannot handle
blanchet [Mon, 11 Nov 2013 17:59:41 +0100] rev 54301
added check to avoid odd situations the N2M code cannot handle
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip