Fri, 06 Sep 2013 12:22:00 +0200 wenzelm removed junk;
Fri, 06 Sep 2013 12:05:01 +0200 wenzelm more standard header;
Fri, 06 Sep 2013 12:00:58 +0200 wenzelm updated keywords;
Fri, 06 Sep 2013 10:57:27 +0200 noschinl merged
Fri, 06 Sep 2013 10:56:40 +0200 noschinl added examples for Simps_Case_Conv
Fri, 06 Sep 2013 10:56:40 +0200 noschinl allowed less exhaustive patterns
Fri, 06 Sep 2013 10:56:40 +0200 noschinl use case_of_simps
Fri, 06 Sep 2013 10:56:40 +0200 noschinl use case_of_simps
Fri, 06 Sep 2013 10:56:40 +0200 noschinl added simps_of_case and case_of_simps to convert between simps and case rules
Thu, 05 Sep 2013 23:14:28 +0200 wenzelm merged
Thu, 05 Sep 2013 22:08:25 +0200 wenzelm close window and start process asynchronously;
Thu, 05 Sep 2013 21:37:32 +0200 wenzelm more explicit cygwin_root (again) -- do not rely on isabelle_home as cwd;
Thu, 05 Sep 2013 21:11:16 +0200 wenzelm recovered cygwin.root from 1c87e79bb838;
Thu, 05 Sep 2013 20:37:24 +0200 wenzelm provide file indicator;
Thu, 05 Sep 2013 20:26:41 +0200 wenzelm updated windows_app-20130905;
Thu, 05 Sep 2013 20:19:22 +0200 wenzelm main application entry point involves implicit Cygwin init, depending on "uninitialized" file indicator;
Thu, 05 Sep 2013 16:39:01 +0200 wenzelm standardize jdk name;
Thu, 05 Sep 2013 16:03:44 +0200 wenzelm updated to jdk-7u25;
Thu, 05 Sep 2013 13:09:31 +0200 wenzelm support only one scala version;
Thu, 05 Sep 2013 12:33:51 +0200 wenzelm updated to jedit_build-20130905 which is based on jedit-5.1.0;
Thu, 05 Sep 2013 18:05:03 +0200 haftmann explicit module names have precedence over identifier declarations
Thu, 05 Sep 2013 18:05:02 +0200 haftmann check explicit module names for conformity
Thu, 05 Sep 2013 11:10:51 +0200 traytel list_to_set_comprehension: don't crash in case distinctions on datatypes with even number of constructors
Thu, 05 Sep 2013 01:58:48 +0200 panny support indirect corecursion
Wed, 04 Sep 2013 23:57:38 +0200 wenzelm tuned proofs;
Wed, 04 Sep 2013 22:37:19 +0200 wenzelm tuned proofs;
Wed, 04 Sep 2013 21:25:03 +0200 wenzelm tuned proofs;
Wed, 04 Sep 2013 17:40:07 +0200 wenzelm tuned;
Wed, 04 Sep 2013 17:36:37 +0200 wenzelm tuned proofs;
Wed, 04 Sep 2013 17:35:47 +0200 wenzelm interpret keys more movement only when needed;
Wed, 04 Sep 2013 16:03:45 +0200 wenzelm non-persistent print_state: trade-off between JVM space vs. ML time;
Wed, 04 Sep 2013 15:27:24 +0200 wenzelm some explicit indication of Proof General legacy;
Wed, 04 Sep 2013 13:45:46 +0200 panny merge
Wed, 04 Sep 2013 02:11:50 +0200 panny various refactoring;
Wed, 04 Sep 2013 13:22:03 +0200 wenzelm expose basic Symbol.properties (uninterpreted);
Wed, 04 Sep 2013 13:13:14 +0200 wenzelm tuned proofs;
Wed, 04 Sep 2013 12:20:00 +0200 wenzelm remove Swing input map, which might bind keys in unexpected ways (e.g. LEFT/RIGHT in singleton list);
Wed, 04 Sep 2013 11:12:00 +0200 wenzelm no completion on backspace -- too intrusive, e.g. when deleting keywords;
Wed, 04 Sep 2013 10:46:57 +0200 wenzelm more contributors;
Tue, 03 Sep 2013 21:46:42 +0100 sultana updated TPTP parser to conform to version 5.5.0 (but excluding the TPI language since its parser spec is still incomplete);
Tue, 03 Sep 2013 21:46:41 +0100 sultana updated TPTP parser to conform to version 5.4.0;
Tue, 03 Sep 2013 21:46:41 +0100 sultana included axiom formulas (removing a FIXME) in the imported problem;
Tue, 03 Sep 2013 21:46:41 +0100 sultana updated syntax to use 'ML_file' rather than 'uses';
Tue, 03 Sep 2013 21:46:41 +0100 sultana now allowing numeric identifiers to be used in 'file' annotations;
Tue, 03 Sep 2013 21:46:40 +0100 sultana get_file_list now returns files sorted by size;
Tue, 03 Sep 2013 21:46:40 +0100 sultana brought up to date with TPTP_Proof;
Tue, 03 Sep 2013 21:46:40 +0100 sultana using richer annotation from formula annotations in proof;
Tue, 03 Sep 2013 21:46:40 +0100 sultana extracting more info from formula annotation in proof;
Tue, 03 Sep 2013 21:46:40 +0100 sultana corrected syntax filter;
Tue, 03 Sep 2013 21:46:40 +0100 sultana reading tptp status code;
Tue, 03 Sep 2013 21:46:40 +0100 sultana improved handling of nonstandard problem names;
Tue, 03 Sep 2013 22:30:52 +0200 wenzelm merged
Tue, 03 Sep 2013 22:10:54 +0200 wenzelm merged
Tue, 03 Sep 2013 22:04:23 +0200 wenzelm tuned proofs -- less guessing;
Tue, 03 Sep 2013 19:58:00 +0200 wenzelm cases: formal binding of 'assumes', with position provided via invoke_case;
Tue, 03 Sep 2013 18:21:43 +0200 wenzelm minor tuning;
Tue, 03 Sep 2013 13:09:15 +0200 wenzelm cases: more position information and PIDE markup;
Tue, 03 Sep 2013 11:58:34 +0200 wenzelm more liberal 'case' syntax: allow parentheses without arguments;
Tue, 03 Sep 2013 11:55:59 +0200 wenzelm more robust ToyList_Test;
Tue, 03 Sep 2013 11:29:01 +0200 wenzelm Execution.fork formally requires registered Execution.running;
Tue, 03 Sep 2013 01:12:40 +0200 wenzelm tuned proofs -- clarified flow of facts wrt. calculation;
Tue, 03 Sep 2013 00:51:08 +0200 wenzelm proper imports;
Mon, 02 Sep 2013 23:35:58 +0200 wenzelm tuned proof;
Mon, 02 Sep 2013 16:10:26 +0200 wenzelm more explicit indication of 'guess' as improper Isar (aka "script") element;
Tue, 03 Sep 2013 22:12:48 +0200 ballarin Further clarifies sublocale and rewrite morphisms.
Tue, 03 Sep 2013 22:12:48 +0200 ballarin Clarifies that interpretation does not only apply to facts, but to declaratoins in general.
Tue, 03 Sep 2013 22:12:48 +0200 ballarin Clarifies documentation of interpretation in local theories.
Tue, 03 Sep 2013 22:12:47 +0200 ballarin New test case: interpretation in named contexts is not persistent.
Tue, 03 Sep 2013 22:12:47 +0200 ballarin Terminology: mixin -> rewrite morphism.
Mon, 02 Sep 2013 17:57:56 +0200 nipkow merged
Mon, 02 Sep 2013 17:12:59 +0200 nipkow added lemmas
Mon, 02 Sep 2013 17:14:51 +0200 Andreas Lochbihler merged
Mon, 02 Sep 2013 17:14:35 +0200 Andreas Lochbihler NEWS
Mon, 02 Sep 2013 16:28:11 +0200 Andreas Lochbihler move admissible out of class ccpo to avoid unnecessary class predicate in foundational theorems
Mon, 02 Sep 2013 15:13:00 +0200 panny handle direct corecursion
Mon, 02 Sep 2013 11:03:02 +0200 wenzelm updated according to bceec99254b0;
Sun, 01 Sep 2013 14:00:05 +0200 panny improved interfaces
Sun, 01 Sep 2013 10:45:54 +0200 panny simplified rewriting of map arguments
Sun, 01 Sep 2013 16:38:04 +1000 kleing remove redundant (simp del: ..)
Sun, 01 Sep 2013 00:37:53 +0200 traytel modernized more examples
Sat, 31 Aug 2013 23:55:03 +0200 traytel merged
Sat, 31 Aug 2013 23:49:36 +0200 traytel modernized example
Sat, 31 Aug 2013 23:49:14 +0200 traytel honor mixfix specifications
Sat, 31 Aug 2013 23:52:32 +0200 panny merge
Sat, 31 Aug 2013 20:37:31 +0200 panny simplified recursive calls' replacement
Sat, 31 Aug 2013 22:32:43 +0200 wenzelm merged
Sat, 31 Aug 2013 22:18:51 +0200 wenzelm tuned proofs;
Sat, 31 Aug 2013 18:12:51 +0200 wenzelm tuned proofs;
Sat, 31 Aug 2013 13:34:39 +0200 wenzelm provide ISABELLE_JAVA_SYSTEM_OPTIONS via settings;
Sat, 31 Aug 2013 13:20:18 +0200 wenzelm uniform abbrevs for left/right arrows;
Sat, 31 Aug 2013 13:05:04 +0200 wenzelm more abbrevs according to Isabelle/HOL ASCII replacement syntax;
Sat, 31 Aug 2013 12:53:39 +0200 wenzelm added common alternative for == (its ambiguity also avoids conflict with ==>);
Sat, 31 Aug 2013 12:14:19 +0200 wenzelm more accurate description: Swing/L&F has additional handlers;
Sat, 31 Aug 2013 18:18:33 +0200 panny handle selector formulae with no corecursive calls
Sat, 31 Aug 2013 00:40:21 +0200 wenzelm merged
Sat, 31 Aug 2013 00:39:59 +0200 wenzelm tuned proofs;
Fri, 30 Aug 2013 23:41:09 +0200 wenzelm simplified (see 7c39677f9ea0);
Fri, 30 Aug 2013 23:38:18 +0200 wenzelm sort items according to persistent history of frequency of use;
Fri, 30 Aug 2013 22:22:07 +0200 wenzelm more general backup files;
Fri, 30 Aug 2013 21:43:15 +0200 panny fixed bug in primrec_new (allow indirect recursion through constructor arguments other than the first)
Fri, 30 Aug 2013 21:14:38 +0200 wenzelm some tests on /home/polyml/polyml-svn, which is approaching polyml-5.5.1;
Fri, 30 Aug 2013 18:22:17 +0200 wenzelm tuned proofs;
Fri, 30 Aug 2013 15:54:23 +0200 traytel Doc improvements
Fri, 30 Aug 2013 15:36:00 +0200 traytel prove theorem in the right context (that knows about local variables)
Fri, 30 Aug 2013 15:05:04 +0200 blanchet fixed docs w.r.t. availability of "primrec_new" and friends
Fri, 30 Aug 2013 14:17:19 +0200 blanchet more canonical naming
Fri, 30 Aug 2013 14:07:49 +0200 nipkow more set syntax
Fri, 30 Aug 2013 13:46:32 +0200 wenzelm merged
Fri, 30 Aug 2013 13:45:57 +0200 wenzelm NEWS;
Fri, 30 Aug 2013 13:24:14 +0200 wenzelm more explicit indication of unique result (see also 45be26b98ca6, 3d654643cf56);
Fri, 30 Aug 2013 12:59:28 +0200 wenzelm explicit is always immediate;
Fri, 30 Aug 2013 12:46:32 +0200 wenzelm single-letter abbrev does not make sense -- too many candidates;
Fri, 30 Aug 2013 12:44:39 +0200 wenzelm allow short words for explicit completion;
Fri, 30 Aug 2013 12:33:16 +0200 wenzelm fewer conflicts -- adhoc resolution of == vs. ==> via unicode (!) image;
Fri, 30 Aug 2013 12:24:15 +0200 wenzelm more symbol abbrevs;
Fri, 30 Aug 2013 12:10:34 +0200 wenzelm misc tuning -- reduce conflicts;
Fri, 30 Aug 2013 12:09:53 +0200 wenzelm allow multiple entries;
Fri, 30 Aug 2013 11:41:43 +0200 wenzelm more symbol abbrevs, based on ProofGeneral-4.2/isar/isar-unicode-tokens.el and traditional Isabelle/HOL ASCII replacement syntax;
Fri, 30 Aug 2013 11:04:29 +0200 wenzelm allow multiple symbol properties, notably groups and abbrevs;
Fri, 30 Aug 2013 11:00:46 +0200 wenzelm private copy (!) of etc/symbols for WWW_Find, which has its own interpretation of the file format;
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 tip