Thu, 24 Apr 2014 10:33:06 +0200 wenzelm retain canonical reverse order;
Thu, 24 Apr 2014 10:30:55 +0200 wenzelm more canonical list operations;
Thu, 24 Apr 2014 10:24:44 +0200 wenzelm tuned signature in accordance to ML version;
Thu, 24 Apr 2014 00:29:55 +0200 wenzelm canonical list operations, as in ML;
Thu, 24 Apr 2014 00:27:06 +0200 wenzelm more uniform synchronized variables;
Fri, 25 Apr 2014 12:09:15 +0200 blanchet more unfolding and more folding in size equations, to look more natural in the nested case
Fri, 25 Apr 2014 11:58:10 +0200 blanchet reintroduced '...' (nonexhaustive) syntax for SPASS-Pirate
Thu, 24 Apr 2014 21:00:00 +0200 blanchet really unfold
Thu, 24 Apr 2014 17:52:19 +0200 haftmann avoid non-standard simp default rule
Thu, 24 Apr 2014 10:33:17 +0200 haftmann now covered by AFP 3ddac3e572cf
Thu, 24 Apr 2014 00:23:38 +0200 blanchet avoid name shadowing
Thu, 24 Apr 2014 00:08:48 +0200 blanchet spelling
Wed, 23 Apr 2014 17:57:56 +0200 kuncar predicator simplification rules: support also partially specialized types e.g. 'a * nat
Wed, 23 Apr 2014 17:57:56 +0200 kuncar all BNF tests can be part of a normal session because they are much faster now
Wed, 23 Apr 2014 17:05:48 +0200 wenzelm merged
Wed, 23 Apr 2014 15:57:06 +0200 wenzelm tuned;
Wed, 23 Apr 2014 15:22:48 +0200 wenzelm modernized Future/Promise implementation, bypassing old actors;
Wed, 23 Apr 2014 14:16:08 +0200 wenzelm updated according to scala-2.11.0 recommendations;
Wed, 23 Apr 2014 13:28:32 +0200 wenzelm explicit Exn.error_message in accordance to Output.error_message in ML;
Wed, 23 Apr 2014 13:05:11 +0200 wenzelm detect nested interrupts;
Wed, 23 Apr 2014 12:55:57 +0200 wenzelm clarified message and return code, in accordance to ML version;
Wed, 23 Apr 2014 12:51:55 +0200 wenzelm interruptible dependencies, which can take a few seconds;
Wed, 23 Apr 2014 12:39:23 +0200 wenzelm more abstract Exn.Interrupt and POSIX return code;
Wed, 23 Apr 2014 11:40:42 +0200 wenzelm avoid accidental use of scala.language.reflectiveCalls;
Wed, 23 Apr 2014 10:49:30 +0200 wenzelm tuned options for scalac;
Wed, 23 Apr 2014 10:38:56 +0200 wenzelm updated workaround;
Tue, 22 Apr 2014 23:57:17 +0200 wenzelm avoid "Adaptation of argument list by inserting ()" -- deprecated in scala-2.11.0;
Tue, 22 Apr 2014 23:49:15 +0200 wenzelm avoid "Adaptation of argument list by inserting ()" -- deprecated in scala-2.11.0;
Tue, 22 Apr 2014 23:31:45 +0200 wenzelm avoid octal escape literals -- deprecated in scala-2.11.0;
Tue, 22 Apr 2014 23:01:59 +0200 wenzelm updated to scala-2.11.0 with classpath provided by its etc/settings;
Tue, 22 Apr 2014 22:27:29 +0200 wenzelm no need to copy jars, after regular use of classpath in 793a429c63e7;
Tue, 22 Apr 2014 22:15:44 +0200 wenzelm accomodate scala-2.11.0: evade somewhat erratic fix of ImmutableSetFactory in Scala/bfa70315d72d;
Wed, 23 Apr 2014 11:29:39 +0200 blanchet made SML/NJ happier
Wed, 23 Apr 2014 10:23:27 +0200 blanchet size function for multisets
Wed, 23 Apr 2014 10:23:27 +0200 blanchet updated BNF docs
Wed, 23 Apr 2014 10:23:27 +0200 blanchet qualify name
Wed, 23 Apr 2014 10:23:27 +0200 blanchet tuned doc comment
Wed, 23 Apr 2014 10:23:27 +0200 blanchet updated NEWS
Wed, 23 Apr 2014 10:23:27 +0200 blanchet localize new size function generation code
Wed, 23 Apr 2014 10:23:27 +0200 blanchet no need to make 'size' generation an interpretation -- overkill
Wed, 23 Apr 2014 10:23:27 +0200 blanchet put theorems in right slot
Wed, 23 Apr 2014 10:23:27 +0200 blanchet manual merge + added 'rel_distincts' field to record for symmetry
Wed, 23 Apr 2014 10:23:27 +0200 blanchet pick up all 'nesting' theorems
Wed, 23 Apr 2014 10:23:27 +0200 blanchet added 'size' of finite sets
Wed, 23 Apr 2014 10:23:27 +0200 blanchet prevent tactic failures by detecting and ignoring BNFs with no 'size' functions early
Wed, 23 Apr 2014 10:23:27 +0200 blanchet updated docs
Wed, 23 Apr 2014 10:23:27 +0200 blanchet move size hooks together, with new one preceding old one and sharing same theory data
Wed, 23 Apr 2014 10:23:26 +0200 blanchet allow registration of custom size functions for BNF-based datatypes
Wed, 23 Apr 2014 10:23:26 +0200 blanchet reverted rb458558cbcc2 -- better to keep 'case' and 'rec' distinct, otherwise we lose the connection between 'ctor_rec' (the low-level recursor) and 'rec'
Wed, 23 Apr 2014 10:23:26 +0200 blanchet generate 'rec_o_map' and 'size_o_map' in size extension
Wed, 23 Apr 2014 10:23:26 +0200 blanchet made old-style 'size' interpretation hook more robust in case 'size' is already specified (either by the user or by the new datatype package)
Wed, 23 Apr 2014 10:23:26 +0200 blanchet generate size instances for new-style datatypes
Wed, 23 Apr 2014 10:23:26 +0200 blanchet invoke 'fp_sugar' interpretation hook on mutually recursive clique
Wed, 23 Apr 2014 10:23:26 +0200 blanchet declare 'bool' and its proxies as a datatype for SPASS-Pirate
Wed, 23 Apr 2014 10:23:26 +0200 blanchet added 'inj_map' as auxiliary BNF theorem
Wed, 23 Apr 2014 10:23:26 +0200 blanchet tuned whitespace
Wed, 23 Apr 2014 09:32:00 +0200 hoelzl remove add_eq_zero_iff, it is replaced by add_nonneg_eq_0_iff; also removes it from the simpset
Tue, 22 Apr 2014 12:41:34 +0200 wenzelm favorites for jEdit file browser, although an expanded directory path is expected here, not environment variables;
Tue, 22 Apr 2014 12:30:54 +0200 wenzelm tuned;
Tue, 22 Apr 2014 12:05:02 +0200 wenzelm clarified exit code for the rare situation where Runtime.exn_error_message might fail;
Tue, 22 Apr 2014 12:03:58 +0200 wenzelm tuned;
Tue, 22 Apr 2014 11:53:05 +0200 wenzelm tuned -- avoid warning about catch-all handler;
Tue, 22 Apr 2014 11:47:57 +0200 wenzelm more general exit;
Mon, 21 Apr 2014 21:16:05 +0200 haftmann swap with qualifier;
Sun, 20 Apr 2014 00:25:05 +0100 paulson sos accepts False, returns apply command
Sat, 19 Apr 2014 20:01:26 +0200 wenzelm clarified actor plumbing;
Sat, 19 Apr 2014 19:52:02 +0200 wenzelm more elementary option sledgehammer_provers, avoiding complications of defaults from ML side (NB: guessing at number of cores does not make sense in PIDE);
Sat, 19 Apr 2014 19:03:32 +0200 wenzelm clarified tooltip_lines: HTML.encode already takes care of newline (but not space);
Sat, 19 Apr 2014 18:37:41 +0200 wenzelm removed odd context argument: Thy_Info.get_theory does not fit into PIDE document model;
Sat, 19 Apr 2014 17:33:51 +0200 wenzelm obsolete for release;
Sat, 19 Apr 2014 17:28:07 +0200 wenzelm obsolete since polyml-5.5.0;
Sat, 19 Apr 2014 17:23:05 +0200 wenzelm added command 'SML_export' and 'SML_import' for exchange of toplevel bindings;
Thu, 17 Apr 2014 14:52:23 +0200 wenzelm reintroduced process interrupt for the sake of synchronous protocol commands like "use_theories" (see also 27930cf6f0f7);
Thu, 17 Apr 2014 13:21:36 +0200 wenzelm added protocol command "use_theories", with core functionality of batch build;
Thu, 17 Apr 2014 12:03:15 +0200 wenzelm tuned comments;
Thu, 17 Apr 2014 11:42:36 +0200 wenzelm tuned;
Thu, 17 Apr 2014 11:31:46 +0200 wenzelm tuned option name;
Thu, 17 Apr 2014 11:29:15 +0200 wenzelm tuned;
Thu, 17 Apr 2014 11:13:30 +0200 wenzelm proper tooltip_lines for multi-line text;
Thu, 17 Apr 2014 10:58:10 +0200 wenzelm unused;
Thu, 17 Apr 2014 10:54:10 +0200 wenzelm capitalize more carefully, e.g. relevant for option "ML_exception_trace";
Wed, 16 Apr 2014 21:51:41 +0200 haftmann more simp rules for Fun.swap
Wed, 16 Apr 2014 18:28:13 +0200 wenzelm updated to jdk-8u5;
Wed, 16 Apr 2014 14:16:22 +0200 wenzelm avoid ooddity: invoke intended function instead of java.awt.Container.invalidate();
Wed, 16 Apr 2014 13:48:35 +0200 wenzelm tuned;
Wed, 16 Apr 2014 13:35:49 +0200 wenzelm tuned spelling;
Wed, 16 Apr 2014 13:28:21 +0200 wenzelm more uniform treatment of word case for check / complete;
Wed, 16 Apr 2014 12:32:36 +0200 wenzelm capitalize fully (like in Emacs);
Wed, 16 Apr 2014 12:26:12 +0200 wenzelm clarified word case;
Wed, 16 Apr 2014 11:52:26 +0200 wenzelm more specific support for sequence of words;
Wed, 16 Apr 2014 09:38:40 +0200 wenzelm tuned signature -- separate module Word;
Tue, 15 Apr 2014 22:41:10 +0200 wenzelm more NEWS;
Tue, 15 Apr 2014 22:19:07 +0200 wenzelm tuned default: melange of all "en" dialects;
Tue, 15 Apr 2014 22:18:21 +0200 wenzelm updated to jortho-1.0-2: added dictionary "en-CA", changed dictionary "en" to be the union of all dialects instead of intersection;
Tue, 15 Apr 2014 21:13:20 +0200 wenzelm more context-sensitivity;
Tue, 15 Apr 2014 20:24:49 +0200 wenzelm tuned spelling;
Tue, 15 Apr 2014 19:51:55 +0200 wenzelm back to unrestricted before_caret_range, which is important for quick editing at the end of line (amending 83777a91f5de);
Tue, 15 Apr 2014 19:27:50 +0200 wenzelm prefer direct caret_range for update_dictionary actions, which usually happen outside the flow of editing;
Tue, 15 Apr 2014 19:11:34 +0200 wenzelm clarified abbreviations for cartouche delimiters, to work in any context;
Tue, 15 Apr 2014 16:44:06 +0200 wenzelm clarified treatment of markup ranges wrt. revert/convert: inflate_singularity allows to retrieve information like language_context more reliably during editing;
Tue, 15 Apr 2014 13:07:59 +0200 wenzelm more robust JEdit_Lib.line_range, according to usual jEdit confusion at end of last line;
Tue, 15 Apr 2014 12:45:16 +0200 wenzelm avoid conflict of Isabelle/jEdit popups with jEdit context menu;
Tue, 15 Apr 2014 12:34:16 +0200 wenzelm clarified before_caret_range: prevent continuation on next line;
Tue, 15 Apr 2014 11:26:17 +0200 wenzelm explicit menu action to complete word;
Tue, 15 Apr 2014 11:05:48 +0200 wenzelm common context menu for Isabelle/jEdit;
Tue, 15 Apr 2014 10:44:38 +0200 wenzelm tuned;
Tue, 15 Apr 2014 00:23:15 +0200 wenzelm tuned;
Tue, 15 Apr 2014 00:21:31 +0200 wenzelm tuned spelling;
Tue, 15 Apr 2014 00:14:57 +0200 wenzelm tuned menu;
Tue, 15 Apr 2014 00:07:07 +0200 wenzelm NEWS;
Tue, 15 Apr 2014 00:03:39 +0200 wenzelm tuned spelling;
Mon, 14 Apr 2014 23:26:52 +0200 wenzelm proper signature for dynamic BeanShell action;
Mon, 14 Apr 2014 23:24:05 +0200 wenzelm tuned;
Mon, 14 Apr 2014 23:13:10 +0200 wenzelm added context menu for spell checker actions;
Mon, 14 Apr 2014 22:51:23 +0200 wenzelm full repaint after dictionary update;
Mon, 14 Apr 2014 21:51:41 +0200 wenzelm some actions to maintain spell-checker dictionary;
Mon, 14 Apr 2014 20:36:50 +0200 wenzelm more explicit user declarations for main dictionary;
Mon, 14 Apr 2014 13:26:12 +0200 noschinl Removed old experiment (broken since b458b4ac570f resp 4159caa18f85)
Mon, 14 Apr 2014 13:08:17 +0200 hoelzl added divide_nonneg_nonneg and co; made it a simp rule
Mon, 14 Apr 2014 10:55:56 +0200 wenzelm support for persistent user dictionaries;
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 tip