Sat, 05 Jan 2013 22:31:30 +0100 pass option to minimize
blanchet [Sat, 05 Jan 2013 22:31:30 +0100] rev 50747
pass option to minimize
Sat, 05 Jan 2013 23:03:07 +0100 prefer apple.laf.useScreenMenuBar=true (despite cf. effcfa38e77b) to make it work better with full-screen mode;
wenzelm [Sat, 05 Jan 2013 23:03:07 +0100] rev 50746
prefer apple.laf.useScreenMenuBar=true (despite cf. effcfa38e77b) to make it work better with full-screen mode;
Sat, 05 Jan 2013 22:02:44 +0100 ignore vacuous edits (e.g. stemming from Plugin.init_models) to avoid pointless protocol round-trip, which could lead to painting of outdated snapshot in the meantime (notably on Windows);
wenzelm [Sat, 05 Jan 2013 22:02:44 +0100] rev 50745
ignore vacuous edits (e.g. stemming from Plugin.init_models) to avoid pointless protocol round-trip, which could lead to painting of outdated snapshot in the meantime (notably on Windows);
Sat, 05 Jan 2013 21:41:19 +0100 tuned JEDIT_JAVA_OPTIONS: increase chances that it works with approx. 8 cores and 32bit platform (notably Windows);
wenzelm [Sat, 05 Jan 2013 21:41:19 +0100] rev 50744
tuned JEDIT_JAVA_OPTIONS: increase chances that it works with approx. 8 cores and 32bit platform (notably Windows);
Sat, 05 Jan 2013 20:06:24 +0100 propagate keys to enclosing view like org.gjt.sp.jedit.gui.CompletionPopup, but without its KeyEventInterceptor;
wenzelm [Sat, 05 Jan 2013 20:06:24 +0100] rev 50743
propagate keys to enclosing view like org.gjt.sp.jedit.gui.CompletionPopup, but without its KeyEventInterceptor;
Sat, 05 Jan 2013 19:05:16 +0100 premature window close means failure;
wenzelm [Sat, 05 Jan 2013 19:05:16 +0100] rev 50742
premature window close means failure;
Sat, 05 Jan 2013 18:42:29 +0100 less aggressive Assumption.export_term (similar to Generic_Target.abbrev): merely expand local defs and thus allow notation for local fixes;
wenzelm [Sat, 05 Jan 2013 18:42:29 +0100] rev 50741
less aggressive Assumption.export_term (similar to Generic_Target.abbrev): merely expand local defs and thus allow notation for local fixes;
Sat, 05 Jan 2013 18:36:02 +0100 proper return code on window close;
wenzelm [Sat, 05 Jan 2013 18:36:02 +0100] rev 50740
proper return code on window close;
Sat, 05 Jan 2013 17:38:54 +0100 more precise Local_Theory.level: 1 really means main target and >= 2 nested context;
wenzelm [Sat, 05 Jan 2013 17:38:54 +0100] rev 50739
more precise Local_Theory.level: 1 really means main target and >= 2 nested context; explicit target for context within global theory with after_close = exit to manage the 2 levels involved here; reject "(in target)" for nested contexts more reliably -- difficult to handle due to lack of nested reinit;
Sat, 05 Jan 2013 17:24:27 +0100 more direct property names;
wenzelm [Sat, 05 Jan 2013 17:24:27 +0100] rev 50738
more direct property names;
Sat, 05 Jan 2013 16:16:22 +0100 tuned -- less indirection;
wenzelm [Sat, 05 Jan 2013 16:16:22 +0100] rev 50737
tuned -- less indirection;
Sat, 05 Jan 2013 11:24:09 +0100 tuned blacklisting in relevance filter
blanchet [Sat, 05 Jan 2013 11:24:09 +0100] rev 50736
tuned blacklisting in relevance filter
Fri, 04 Jan 2013 21:56:20 +0100 refined class handling, to prevent cycles in fact graph
blanchet [Fri, 04 Jan 2013 21:56:20 +0100] rev 50735
refined class handling, to prevent cycles in fact graph
Fri, 04 Jan 2013 21:56:19 +0100 learn from low-level, inside-class facts
blanchet [Fri, 04 Jan 2013 21:56:19 +0100] rev 50734
learn from low-level, inside-class facts
Fri, 04 Jan 2013 21:56:19 +0100 tuning
blanchet [Fri, 04 Jan 2013 21:56:19 +0100] rev 50733
tuning
Fri, 04 Jan 2013 21:56:19 +0100 tweaked nicknames
blanchet [Fri, 04 Jan 2013 21:56:19 +0100] rev 50732
tweaked nicknames
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
Thu, 03 Jan 2013 14:23:10 +0100 NEWS: ML runtime statistics;
wenzelm [Thu, 03 Jan 2013 14:23:10 +0100] rev 50701
NEWS: ML runtime statistics;
Thu, 03 Jan 2013 14:12:12 +0100 merged
wenzelm [Thu, 03 Jan 2013 14:12:12 +0100] rev 50700
merged
Thu, 03 Jan 2013 14:10:57 +0100 more interesting fields;
wenzelm [Thu, 03 Jan 2013 14:10:57 +0100] rev 50699
more interesting fields;
Thu, 03 Jan 2013 14:03:44 +0100 always enable Future.ML_statistics where this makes sense -- runtime overhead should be negligible;
wenzelm [Thu, 03 Jan 2013 14:03:44 +0100] rev 50698
always enable Future.ML_statistics where this makes sense -- runtime overhead should be negligible;
Thu, 03 Jan 2013 13:54:45 +0100 improved Monitor_Dockable, based on ML_Statistics operations;
wenzelm [Thu, 03 Jan 2013 13:54:45 +0100] rev 50697
improved Monitor_Dockable, based on ML_Statistics operations; tuned signature;
Thu, 03 Jan 2013 13:28:37 +0100 get rid of two-year-old hack, now that the "metis" skolemizer no longer gets stuck in HO unification
blanchet [Thu, 03 Jan 2013 13:28:37 +0100] rev 50696
get rid of two-year-old hack, now that the "metis" skolemizer no longer gets stuck in HO unification
Thu, 03 Jan 2013 13:11:04 +0100 avoid explosion in higher-order unification algorithm
blanchet [Thu, 03 Jan 2013 13:11:04 +0100] rev 50695
avoid explosion in higher-order unification algorithm
Thu, 03 Jan 2013 09:56:39 +0100 avoid repeated calls to metis from "resolve_tac" in case of ultimate failure
blanchet [Thu, 03 Jan 2013 09:56:39 +0100] rev 50694
avoid repeated calls to metis from "resolve_tac" in case of ultimate failure
Thu, 03 Jan 2013 00:02:15 +0100 tuned comment
blanchet [Thu, 03 Jan 2013 00:02:15 +0100] rev 50693
tuned comment
Wed, 02 Jan 2013 22:16:16 +0100 merged
wenzelm [Wed, 02 Jan 2013 22:16:16 +0100] rev 50692
merged
Wed, 02 Jan 2013 21:55:57 +0100 added standard_frames convenience;
wenzelm [Wed, 02 Jan 2013 21:55:57 +0100] rev 50691
added standard_frames convenience;
Wed, 02 Jan 2013 21:39:54 +0100 some grouping of standard fields;
wenzelm [Wed, 02 Jan 2013 21:39:54 +0100] rev 50690
some grouping of standard fields; tuned signature;
Wed, 02 Jan 2013 21:02:47 +0100 some support for chart drawing;
wenzelm [Wed, 02 Jan 2013 21:02:47 +0100] rev 50689
some support for chart drawing;
Wed, 02 Jan 2013 19:23:18 +0100 some support for ML statistics content interpretation;
wenzelm [Wed, 02 Jan 2013 19:23:18 +0100] rev 50688
some support for ML statistics content interpretation;
Wed, 02 Jan 2013 18:03:38 +0100 moved files;
wenzelm [Wed, 02 Jan 2013 18:03:38 +0100] rev 50687
moved files;
Wed, 02 Jan 2013 17:58:53 +0100 moved files;
wenzelm [Wed, 02 Jan 2013 17:58:53 +0100] rev 50686
moved files;
Wed, 02 Jan 2013 16:48:22 +0100 ML runtime statistics: read properties from build log;
wenzelm [Wed, 02 Jan 2013 16:48:22 +0100] rev 50685
ML runtime statistics: read properties from build log;
Wed, 02 Jan 2013 15:08:38 +0100 support File.read_gzip as well, in accordance to File.write_gzip;
wenzelm [Wed, 02 Jan 2013 15:08:38 +0100] rev 50684
support File.read_gzip as well, in accordance to File.write_gzip; tuned signature;
Wed, 02 Jan 2013 13:50:59 +0100 inline ML statistics into build log;
wenzelm [Wed, 02 Jan 2013 13:50:59 +0100] rev 50683
inline ML statistics into build log;
Wed, 02 Jan 2013 13:20:10 +0100 removed outdated comment;
wenzelm [Wed, 02 Jan 2013 13:20:10 +0100] rev 50682
removed outdated comment;
Wed, 02 Jan 2013 13:06:54 +0100 enable Z3 for full test (cf. 6f48853f08d5);
wenzelm [Wed, 02 Jan 2013 13:06:54 +0100] rev 50681
enable Z3 for full test (cf. 6f48853f08d5);
Wed, 02 Jan 2013 20:53:01 +0100 removed old, unused code
smolkas [Wed, 02 Jan 2013 20:53:01 +0100] rev 50680
removed old, unused code
Wed, 02 Jan 2013 20:52:39 +0100 removed whitespace
smolkas [Wed, 02 Jan 2013 20:52:39 +0100] rev 50679
removed whitespace
Wed, 02 Jan 2013 20:52:32 +0100 removed duplicate code
smolkas [Wed, 02 Jan 2013 20:52:32 +0100] rev 50678
removed duplicate code
Wed, 02 Jan 2013 20:35:49 +0100 use rpair to avoid swap
smolkas [Wed, 02 Jan 2013 20:35:49 +0100] rev 50677
use rpair to avoid swap
Wed, 02 Jan 2013 19:59:06 +0100 generate "obtain" steps corresponding to skolemization inferences
blanchet [Wed, 02 Jan 2013 19:59:06 +0100] rev 50676
generate "obtain" steps corresponding to skolemization inferences
Wed, 02 Jan 2013 16:32:40 +0100 keep E's and Vampire's skolemization steps
blanchet [Wed, 02 Jan 2013 16:32:40 +0100] rev 50675
keep E's and Vampire's skolemization steps
Wed, 02 Jan 2013 16:02:33 +0100 tuning
blanchet [Wed, 02 Jan 2013 16:02:33 +0100] rev 50674
tuning
Wed, 02 Jan 2013 15:54:38 +0100 fixed oversensitive Skolem handling (cf. eaa540986291)
blanchet [Wed, 02 Jan 2013 15:54:38 +0100] rev 50673
fixed oversensitive Skolem handling (cf. eaa540986291)
Wed, 02 Jan 2013 15:44:00 +0100 added "obtain" to Isar proof construction data structure
blanchet [Wed, 02 Jan 2013 15:44:00 +0100] rev 50672
added "obtain" to Isar proof construction data structure
Wed, 02 Jan 2013 13:31:13 +0100 tuning
blanchet [Wed, 02 Jan 2013 13:31:13 +0100] rev 50671
tuning
Wed, 02 Jan 2013 13:14:47 +0100 properly take the existential closure of skolems
blanchet [Wed, 02 Jan 2013 13:14:47 +0100] rev 50670
properly take the existential closure of skolems
Wed, 02 Jan 2013 10:54:36 +0100 use "Lazy" to simplify control flow a bit and guarantee single evaluation (at most)
blanchet [Wed, 02 Jan 2013 10:54:36 +0100] rev 50669
use "Lazy" to simplify control flow a bit and guarantee single evaluation (at most)
Wed, 02 Jan 2013 10:41:53 +0100 tuning
blanchet [Wed, 02 Jan 2013 10:41:53 +0100] rev 50668
tuning
Wed, 02 Jan 2013 09:42:57 +0100 added 112 to list of known Z3 error codes
blanchet [Wed, 02 Jan 2013 09:42:57 +0100] rev 50667
added 112 to list of known Z3 error codes
Wed, 02 Jan 2013 09:31:25 +0100 actually run Z3 for "SMT_Tests" when "ISABELLE_FULL_TEST" is enabled
blanchet [Wed, 02 Jan 2013 09:31:25 +0100] rev 50666
actually run Z3 for "SMT_Tests" when "ISABELLE_FULL_TEST" is enabled
Wed, 02 Jan 2013 09:13:50 +0100 added missing certificate file to "ROOT"
blanchet [Wed, 02 Jan 2013 09:13:50 +0100] rev 50665
added missing certificate file to "ROOT"
Tue, 01 Jan 2013 21:55:46 +0100 more robust report_status: tolerate ML_statistics even if ignored right now, e.g. in batch build;
wenzelm [Tue, 01 Jan 2013 21:55:46 +0100] rev 50664
more robust report_status: tolerate ML_statistics even if ignored right now, e.g. in batch build;
Tue, 01 Jan 2013 13:37:37 +0100 more liberal edit_control_style: include preceeding control symbol to reduce potential for user surprise;
wenzelm [Tue, 01 Jan 2013 13:37:37 +0100] rev 50663
more liberal edit_control_style: include preceeding control symbol to reduce potential for user surprise;
Tue, 01 Jan 2013 11:36:30 +0100 regenerate certificates -- and use oracle in a few cases where the Z3 proof parser can't deal with Z3 3.2 proofs
blanchet [Tue, 01 Jan 2013 11:36:30 +0100] rev 50662
regenerate certificates -- and use oracle in a few cases where the Z3 proof parser can't deal with Z3 3.2 proofs
Tue, 01 Jan 2013 11:35:22 +0100 Z3's soft timeout is expressed in ms, not in s -- this explains the frequenty "error code 112" failures we had recently
blanchet [Tue, 01 Jan 2013 11:35:22 +0100] rev 50661
Z3's soft timeout is expressed in ms, not in s -- this explains the frequenty "error code 112" failures we had recently
Tue, 01 Jan 2013 10:53:43 +0100 dropped relics of ancient side-entry points
haftmann [Tue, 01 Jan 2013 10:53:43 +0100] rev 50660
dropped relics of ancient side-entry points
Mon, 31 Dec 2012 21:41:22 +0100 prefer JDialog over JWindow to avoid focus inversion problem on Compiz (e.g. Ubuntu/Unity 12.10): both JDialog and JFrame happen to work, but JFrame does not support parent nesting;
wenzelm [Mon, 31 Dec 2012 21:41:22 +0100] rev 50659
prefer JDialog over JWindow to avoid focus inversion problem on Compiz (e.g. Ubuntu/Unity 12.10): both JDialog and JFrame happen to work, but JFrame does not support parent nesting;
Mon, 31 Dec 2012 21:01:00 +0100 tuned signature;
wenzelm [Mon, 31 Dec 2012 21:01:00 +0100] rev 50658
tuned signature;
Mon, 31 Dec 2012 20:30:03 +0100 tuned imports;
wenzelm [Mon, 31 Dec 2012 20:30:03 +0100] rev 50657
tuned imports;
Mon, 31 Dec 2012 16:56:54 +0100 include user counters as well;
wenzelm [Mon, 31 Dec 2012 16:56:54 +0100] rev 50656
include user counters as well;
Mon, 31 Dec 2012 16:41:51 +0100 scala mode is already part of jedit-5.0.0;
wenzelm [Mon, 31 Dec 2012 16:41:51 +0100] rev 50655
scala mode is already part of jedit-5.0.0;
Mon, 31 Dec 2012 16:16:43 +0100 tuned;
wenzelm [Mon, 31 Dec 2012 16:16:43 +0100] rev 50654
tuned;
Mon, 31 Dec 2012 15:56:17 +0100 simplified quick start via "isabelle components -I";
wenzelm [Mon, 31 Dec 2012 15:56:17 +0100] rev 50653
simplified quick start via "isabelle components -I";
Mon, 31 Dec 2012 14:58:21 +0100 tuned signature -- eliminated obsolete Standard_System;
wenzelm [Mon, 31 Dec 2012 14:58:21 +0100] rev 50652
tuned signature -- eliminated obsolete Standard_System;
(0) -30000 -10000 -3000 -1000 -300 -100 -96 +96 +100 +300 +1000 +3000 +10000 +30000 tip