Fri, 04 Jan 2013 21:24:47 +0100 merged
wenzelm [Fri, 04 Jan 2013 21:24:47 +0100] rev 50731
merged
Fri, 04 Jan 2013 21:16:08 +0100 more reactive completion popup by default;
wenzelm [Fri, 04 Jan 2013 21:16:08 +0100] rev 50730
more reactive completion popup by default;
Fri, 04 Jan 2013 20:55:33 +0100 actually install required copy of Highlight.jar;
wenzelm [Fri, 04 Jan 2013 20:55:33 +0100] rev 50729
actually install required copy of Highlight.jar;
Fri, 04 Jan 2013 20:42:09 +0100 updated to jedit_build-20130104;
wenzelm [Fri, 04 Jan 2013 20:42:09 +0100] rev 50728
updated to jedit_build-20130104;
Fri, 04 Jan 2013 20:39:41 +0100 another attempt to get Mac OS X keyhandling right: ALTERNATIVE_DISPATCHER is off, but ALT_KEY_PRESSED_DISABLED is more careful to interpret ALT like ALT_GRAPH, which does not count as modifier here (NB: CONTROL + ALT means ALT_GRAPH on Windows, but ALT means ALT_GRAPH on Mac OS X);
wenzelm [Fri, 04 Jan 2013 20:39:41 +0100] rev 50727
another attempt to get Mac OS X keyhandling right: ALTERNATIVE_DISPATCHER is off, but ALT_KEY_PRESSED_DISABLED is more careful to interpret ALT like ALT_GRAPH, which does not count as modifier here (NB: CONTROL + ALT means ALT_GRAPH on Windows, but ALT means ALT_GRAPH on Mac OS X);
Fri, 04 Jan 2013 17:37:29 +0100 more elementary key handling: listen to low-level KEY_PRESSED events (without consuming);
wenzelm [Fri, 04 Jan 2013 17:37:29 +0100] rev 50726
more elementary key handling: listen to low-level KEY_PRESSED events (without consuming);
Fri, 04 Jan 2013 17:33:55 +0100 tuned imports;
wenzelm [Fri, 04 Jan 2013 17:33:55 +0100] rev 50725
tuned imports;
Fri, 04 Jan 2013 16:07:48 +0100 support TAB in completion: need to configure the component with the key handler;
wenzelm [Fri, 04 Jan 2013 16:07:48 +0100] rev 50724
support TAB in completion: need to configure the component with the key handler;
Fri, 04 Jan 2013 20:04:59 +0100 note to eliminate dynamic name reference
haftmann [Fri, 04 Jan 2013 20:04:59 +0100] rev 50723
note to eliminate dynamic name reference
Fri, 04 Jan 2013 19:00:49 +0100 speed up generation of local theorem nicknames
blanchet [Fri, 04 Jan 2013 19:00:49 +0100] rev 50722
speed up generation of local theorem nicknames
Fri, 04 Jan 2013 19:00:49 +0100 speed up nickname generation for local facts
blanchet [Fri, 04 Jan 2013 19:00:49 +0100] rev 50721
speed up nickname generation for local facts
Fri, 04 Jan 2013 19:00:49 +0100 updated docs
blanchet [Fri, 04 Jan 2013 19:00:49 +0100] rev 50720
updated docs
Fri, 04 Jan 2013 19:00:49 +0100 renamed "kill" subcommand to avoid clash with "kill" keyword (which confuses Proof General and results in strange syntax highlighting)
blanchet [Fri, 04 Jan 2013 19:00:49 +0100] rev 50719
renamed "kill" subcommand to avoid clash with "kill" keyword (which confuses Proof General and results in strange syntax highlighting)
Fri, 04 Jan 2013 19:00:49 +0100 tweaked fudge factor
blanchet [Fri, 04 Jan 2013 19:00:49 +0100] rev 50718
tweaked fudge factor
Fri, 04 Jan 2013 13:03:21 +0100 more NEWS;
wenzelm [Fri, 04 Jan 2013 13:03:21 +0100] rev 50717
more NEWS;
Fri, 04 Jan 2013 12:44:47 +0100 document 'locale_deps';
wenzelm [Fri, 04 Jan 2013 12:44:47 +0100] rev 50716
document 'locale_deps';
Fri, 04 Jan 2013 12:33:25 +0100 prefer old graph browser in Isabelle/jEdit, which still produces better layout;
wenzelm [Fri, 04 Jan 2013 12:33:25 +0100] rev 50715
prefer old graph browser in Isabelle/jEdit, which still produces better layout; clarified print mode "active_graph": allow to switch "browser" vs. "graphview" uniformly; tuned signature;
Fri, 04 Jan 2013 11:21:31 +0100 more formal inlining of system information;
wenzelm [Fri, 04 Jan 2013 11:21:31 +0100] rev 50714
more formal inlining of system information;
Fri, 04 Jan 2013 11:07:39 +0100 tuned message -- suppress inlined system information;
wenzelm [Fri, 04 Jan 2013 11:07:39 +0100] rev 50713
tuned message -- suppress inlined system information;
Fri, 04 Jan 2013 01:39:32 +0100 merged
smolkas [Fri, 04 Jan 2013 01:39:32 +0100] rev 50712
merged
Thu, 03 Jan 2013 15:05:48 +0100 tuned
smolkas [Thu, 03 Jan 2013 15:05:48 +0100] rev 50711
tuned
Thu, 03 Jan 2013 23:00:32 +0100 avoid long enumeration of HO unifiers;
wenzelm [Thu, 03 Jan 2013 23:00:32 +0100] rev 50710
avoid long enumeration of HO unifiers;
Thu, 03 Jan 2013 22:12:18 +0100 disable search dialog pool on all platforms -- to prevent GUI synchronization problems seen on KDE (e.g. Kubuntu 12.10);
wenzelm [Thu, 03 Jan 2013 22:12:18 +0100] rev 50709
disable search dialog pool on all platforms -- to prevent GUI synchronization problems seen on KDE (e.g. Kubuntu 12.10);
Thu, 03 Jan 2013 21:23:14 +0100 merged
wenzelm [Thu, 03 Jan 2013 21:23:14 +0100] rev 50708
merged
Thu, 03 Jan 2013 20:42:18 +0100 maintain session index on Scala side, for more determistic results;
wenzelm [Thu, 03 Jan 2013 20:42:18 +0100] rev 50707
maintain session index on Scala side, for more determistic results; removed unused HTML operations;
Thu, 03 Jan 2013 17:40:36 +0100 close formulas in the natural order, not its reverse -- so that Skolem arguments appear in the right order in Isar proofs
blanchet [Thu, 03 Jan 2013 17:40:36 +0100] rev 50706
close formulas in the natural order, not its reverse -- so that Skolem arguments appear in the right order in Isar proofs
Thu, 03 Jan 2013 17:28:55 +0100 use new skolemizer for reconstructing skolemization steps in Isar proofs (because the old skolemizer messes up the order of the Skolem arguments)
blanchet [Thu, 03 Jan 2013 17:28:55 +0100] rev 50705
use new skolemizer for reconstructing skolemization steps in Isar proofs (because the old skolemizer messes up the order of the Skolem arguments)
Thu, 03 Jan 2013 17:10:12 +0100 rename variable in binder, not just in body
blanchet [Thu, 03 Jan 2013 17:10:12 +0100] rev 50704
rename variable in binder, not just in body
Thu, 03 Jan 2013 15:13:11 +0100 swap Vampire's Skolem arguments to bring them in line with what E and metis's new skolemizer do (helps Isar proof reconstruction in some cases)
blanchet [Thu, 03 Jan 2013 15:13:11 +0100] rev 50703
swap Vampire's Skolem arguments to bring them in line with what E and metis's new skolemizer do (helps Isar proof reconstruction in some cases)
Thu, 03 Jan 2013 14:41:05 +0100 tuned comment
blanchet [Thu, 03 Jan 2013 14:41:05 +0100] rev 50702
tuned comment
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip