Tue, 27 Aug 2013 20:58:53 +0200 wenzelm more careful refocus operation: do not reset focus if it was already lost (relevant when activating a different GUI component, for example);
Tue, 27 Aug 2013 20:45:02 +0200 wenzelm some actual completion via outer syntax;
Tue, 27 Aug 2013 17:17:20 +0200 wenzelm tuned signature;
Tue, 27 Aug 2013 16:45:32 +0200 wenzelm avoid complication and event duplication due to KeyEventInterceptor -- NB: popup has focus within root window, it is closed on loss of focus;
Tue, 27 Aug 2013 16:09:28 +0200 wenzelm determine completion geometry like tooltip;
Tue, 27 Aug 2013 15:35:51 +0200 wenzelm explicit "hidden" operation with focus management;
Tue, 27 Aug 2013 14:56:11 +0200 wenzelm some key event handling in the manner of SideKickBindings, SideKickCompletionPopup;
Tue, 27 Aug 2013 13:07:31 +0200 wenzelm more standard key handling according to jEdit (with workaround);
Tue, 27 Aug 2013 12:35:32 +0200 wenzelm more systematic JEdit_Lib.key_listener with optional KeyEventWorkaround;
Wed, 28 Aug 2013 18:44:50 +0200 blanchet got rid of old error -- users who install SPASS manually are responsible for any version mismatches
Wed, 28 Aug 2013 18:44:50 +0200 blanchet tuned messages
Wed, 28 Aug 2013 18:44:50 +0200 blanchet natural component order
Wed, 28 Aug 2013 18:44:50 +0200 blanchet better error message
Wed, 28 Aug 2013 18:44:50 +0200 blanchet tuning
Wed, 28 Aug 2013 17:11:28 +0200 nipkow tuned
Wed, 28 Aug 2013 14:37:35 +0200 kuncar use only one data slot; rename print_quotmaps to print_quot_maps; tuned
Wed, 28 Aug 2013 11:15:14 +0200 nipkow merged
Wed, 28 Aug 2013 08:56:57 +0200 nipkow added rtrancl_while
Tue, 27 Aug 2013 16:06:27 +0200 hoelzl renamed inner_dense_linorder to dense_linorder
Tue, 27 Aug 2013 14:37:56 +0200 hoelzl renamed typeclass dense_linorder to unbounded_dense_linorder
Mon, 26 Aug 2013 23:39:53 +0200 wenzelm tuned imports;
Mon, 26 Aug 2013 22:01:39 +0200 wenzelm another sample found by Stefan Berghofer;
Mon, 26 Aug 2013 21:56:08 +0200 wenzelm added SHA1 library integrity test, which is invoked at compile time and Isabelle_Process run-time;
Mon, 26 Aug 2013 21:53:56 +0200 wenzelm allow NUL characters in ML string passed to C library;
Mon, 26 Aug 2013 18:08:54 +0200 blanchet simplify code (now that ctr_sugar uses the same type variables as fp_sugar)
Mon, 26 Aug 2013 17:37:32 +0200 wenzelm merged
Mon, 26 Aug 2013 16:51:53 +0200 wenzelm prefer build_doc -s to avoid heaps left behind in $ISABELLE_HOME_USER (especially relevant to isatest);
Mon, 26 Aug 2013 16:13:20 +0200 wenzelm prefer Binding.name_of over Binding.print -- the latter leads to funny quotes and markup within the constructed term;
Mon, 26 Aug 2013 15:57:09 +0200 wenzelm always transfer thm where attributes are applied -- relevant for internal 'notes' (e.g. via bundle 'includes') in contrast to external 'notes' (cf. Proof_Context.retrieve_thms);
Mon, 26 Aug 2013 15:45:51 +0200 wenzelm proper context;
Mon, 26 Aug 2013 14:14:33 +0200 traytel tuned
Mon, 26 Aug 2013 13:44:46 +0200 traytel moved derivation of ctor_dtor_unfold to sugar (streamlines fp_result interface)
Mon, 26 Aug 2013 12:14:41 +0200 blanchet export one more ML function, needed for primcorec
Mon, 26 Aug 2013 12:14:40 +0200 blanchet reverted 6c5e7143e1f6; took a better look at evaluation data this time
Mon, 26 Aug 2013 11:42:35 +0200 wenzelm tuned unchecked ML;
Mon, 26 Aug 2013 11:41:17 +0200 wenzelm removed junk;
Mon, 26 Aug 2013 10:33:16 +0200 wenzelm ignore trailing primes, e.g. rename \<alpha>' to \<alpha>'' instead of \<alpha>'a;
Mon, 26 Aug 2013 09:07:32 +0200 blanchet tuned fudge factor in light of evaluation
Sun, 25 Aug 2013 23:20:25 +0200 wenzelm tuned proofs;
Sun, 25 Aug 2013 21:25:17 +0200 wenzelm tuned proofs;
Sun, 25 Aug 2013 20:57:09 +0200 wenzelm discontinued rendering of obsolete \<onesuperior>, \<twosuperior>, \<threesuperior>;
Sun, 25 Aug 2013 20:43:10 +0200 wenzelm tuned;
Sun, 25 Aug 2013 20:32:26 +0200 wenzelm maintain goal forks as part of global execution;
Sun, 25 Aug 2013 17:17:48 +0200 wenzelm tuned proofs -- fewer warnings;
Sun, 25 Aug 2013 17:04:22 +0200 wenzelm simplified Goal.forked_proofs: status is determined via group instead of dummy future (see also Pure/PIDE/execution.ML);
Sun, 25 Aug 2013 16:03:12 +0200 wenzelm discontinued parallel_subproofs_saturation and related internal counters (superseded by parallel_subproofs_threshold and timing information);
Sun, 25 Aug 2013 14:35:25 +0200 wenzelm some secondary shortcuts derived from 5.1.0/keymaps/German_Keyboard_keys.props (using CIRCUMFLEX instead of S+1);
Sun, 25 Aug 2013 13:59:40 +0200 wenzelm use view root as parent for popup, which provides more space and avoids confusion of mouse wheel handlers on Windows (wrt. text area scrollbar);
Sat, 24 Aug 2013 23:16:37 +0200 wenzelm tuned proofs;
Sat, 24 Aug 2013 21:23:40 +0200 wenzelm tuned proofs;
Sat, 24 Aug 2013 18:29:23 +0200 wenzelm confine popup to parent component, to avoid javax.swing.PopupFactory$HeavyWeightPopup and its problems with Linux window management and Mac OS X key handling;
Sat, 24 Aug 2013 17:41:57 +0200 wenzelm strict checking of coordinates wrt. inner painter component;
Sat, 24 Aug 2013 17:39:18 +0200 wenzelm more static values;
Sat, 24 Aug 2013 16:06:15 +0200 wenzelm support more brackets;
Sat, 24 Aug 2013 15:34:09 +0200 wenzelm prefer static "control", which is determined when the mouse event happens, not when its action runs;
Sat, 24 Aug 2013 15:30:50 +0200 wenzelm tuned signature;
Sat, 24 Aug 2013 14:58:36 +0200 wenzelm more precise painting;
Sat, 24 Aug 2013 13:32:51 +0200 wenzelm more uniform treatment of Swing_Thread context switch: prefer asynchronous Swing_Thread.later from actor;
Sat, 24 Aug 2013 12:31:24 +0200 wenzelm clarified border (again, see also 7ce3ebc268a1);
Sat, 24 Aug 2013 00:06:53 +0200 wenzelm more faithful representation of U+2983 and U+2984 as "white" curly braces -- based on braces and bar from cmsy10.pfb;
Fri, 23 Aug 2013 22:48:12 +0200 wenzelm prefer plain subscript for notation;
Fri, 23 Aug 2013 21:59:29 +0200 wenzelm merged
Fri, 23 Aug 2013 20:53:00 +0200 wenzelm more standard parser combinator expressions and tool setup;
Fri, 23 Aug 2013 20:35:50 +0200 wenzelm added Theory.setup convenience;
Fri, 23 Aug 2013 20:09:34 +0200 wenzelm more robust ML_Antiquote.variant via Name.desymbolize (which also allows symbolic names, for example);
Fri, 23 Aug 2013 19:53:27 +0200 wenzelm clarified type ML_Context.antiq: context parser maintains compilation context, declaration is applied to final context;
Fri, 23 Aug 2013 17:01:12 +0200 wenzelm tuned signature;
Fri, 23 Aug 2013 15:36:54 +0200 wenzelm discontinued unused antiquotation blocks;
Fri, 23 Aug 2013 15:04:00 +0200 wenzelm missing ROOT (cf. beb4ee344c22);
Fri, 23 Aug 2013 12:43:16 +0200 wenzelm more modular setup;
Fri, 23 Aug 2013 12:40:55 +0200 wenzelm clarified position of Spec_Check for Isabelle/ML -- it is unrelated to Isabelle/HOL;
Fri, 23 Aug 2013 12:30:51 +0200 wenzelm removed unused ML antiquotations @{let}, @{note};
Fri, 23 Aug 2013 11:44:28 +0200 wenzelm obsolete (see 52790e3961fe);
Fri, 23 Aug 2013 11:41:17 +0200 wenzelm added action isabelle.reset-font-size;
Fri, 23 Aug 2013 11:23:26 +0200 wenzelm tuned -- some reformatting;
Fri, 23 Aug 2013 16:51:53 +0200 blanchet repaired num_extra_feature_facts + tuning
Fri, 23 Aug 2013 16:14:26 +0200 blanchet thread information about when a constant became relevant through MePo -- the information is not used yet but could help fight starvation in the (ITP) world
Fri, 23 Aug 2013 16:02:32 +0200 blanchet removed obsolete file
Fri, 23 Aug 2013 15:49:27 +0200 blanchet minor MaSh fix
Fri, 23 Aug 2013 15:07:32 +0200 blanchet eliminated some needless MaSh features
Fri, 23 Aug 2013 14:19:57 +0200 blanchet tuned output
Fri, 23 Aug 2013 14:04:08 +0200 blanchet better tracing + honor blocking better
Fri, 23 Aug 2013 13:30:25 +0200 blanchet learn new facts on query if there aren't too many of them in MaSh
Fri, 23 Aug 2013 00:12:20 +0200 kuncar remove OP
Thu, 22 Aug 2013 23:03:23 +0200 blanchet increase relevance of unknown proximate facts
Thu, 22 Aug 2013 23:03:22 +0200 blanchet fixed pattern matching
Thu, 22 Aug 2013 23:03:21 +0200 blanchet fixed subtle bug with "take" + thread overlord through
Thu, 22 Aug 2013 21:15:43 +0200 haftmann separate tracing option for code_simp
Thu, 22 Aug 2013 21:15:43 +0200 haftmann congruence rules for code_simp to mimic typical non-strict behaviour of conj and disj
Thu, 22 Aug 2013 17:19:51 +0200 kuncar delete corresponding compound lhs and rhs when a transfer rule is deleted; tuned
Thu, 22 Aug 2013 17:19:44 +0200 kuncar publish a private function
Thu, 22 Aug 2013 17:13:46 +0200 traytel configuration option to control timing output for (co)datatypes
Thu, 22 Aug 2013 16:03:13 +0200 blanchet have kill_all also kill MaSh server + be paranoid about reloading after clear_state, to allow for easier experimentation
Thu, 22 Aug 2013 12:16:56 +0200 blanchet take chained and proximate facts into consideration when computing MaSh features
Thu, 22 Aug 2013 12:12:52 +0200 blanchet pour extra features from proximate facts into goal, in exporter
Thu, 22 Aug 2013 12:12:51 +0200 blanchet cleanup old duplicated functionality
Thu, 22 Aug 2013 11:30:14 +0200 traytel store theorem about composition of fold and map in fp_result
Thu, 22 Aug 2013 08:42:27 +0200 blanchet tuning
Thu, 22 Aug 2013 08:42:27 +0200 blanchet ideas for (co)datatype docs
Thu, 22 Aug 2013 08:42:27 +0200 blanchet minor tweaks to MaSh tool
Thu, 22 Aug 2013 08:42:27 +0200 blanchet added datatype example
Wed, 21 Aug 2013 22:40:55 +0200 wenzelm support more brackets;
Wed, 21 Aug 2013 21:41:44 +0200 wenzelm prefer text version of single angle quotation marks: U+2039 and U+203A from DejaVuSansMono;
Wed, 21 Aug 2013 16:51:50 +0200 kuncar double check that lhs or rhs really matches a subterm in a goal when creating a hole in a skeleton (Net.net does only rough matching)
Wed, 21 Aug 2013 16:21:37 +0200 blanchet improve weight computation for complex terms
Wed, 21 Aug 2013 15:34:51 +0200 blanchet improved support for MaSh server
Wed, 21 Aug 2013 15:18:06 +0200 blanchet get rid of some silly MaSh features
Wed, 21 Aug 2013 14:54:25 +0200 blanchet weight MaSh constants by frequency
Wed, 21 Aug 2013 13:48:25 +0200 traytel transfer stored fp_sugar theorems into the "current" theory when retrieving an fp_sugar (avoids non-trivial merges)
Wed, 21 Aug 2013 12:28:34 +0200 haftmann reference to datatype refinment paper
Wed, 21 Aug 2013 10:58:15 +0200 traytel tuned theory imports
Wed, 21 Aug 2013 09:25:40 +0200 blanchet avoid constructor name clash
Wed, 21 Aug 2013 09:25:40 +0200 blanchet renamed theory files to be closer to (new) command names
Wed, 21 Aug 2013 09:25:40 +0200 blanchet only generate feature weights for queries -- they're not used elsewhere
Wed, 21 Aug 2013 09:25:40 +0200 blanchet generate max suggestions in MaSh export driver
Wed, 21 Aug 2013 09:25:40 +0200 blanchet new version of MaSh tool, with more server bugfixes
Wed, 21 Aug 2013 09:25:40 +0200 blanchet take out dangerous feature, now that all updates are permanent
Wed, 21 Aug 2013 09:25:40 +0200 blanchet use new MaSh command-line arguments
Wed, 21 Aug 2013 09:25:40 +0200 blanchet shutdown MaSh server
Wed, 21 Aug 2013 09:25:40 +0200 blanchet new version of MaSh tool, with less broken server
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 tip