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
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip