Wed, 29 Aug 2012 12:23:14 +0900 Christian Sternagel dropped ord and bot instance for list prefixes (use locale interpretation instead, which allows users to decide what order to use on lists)
Wed, 29 Aug 2012 11:05:44 +0900 Christian Sternagel more lemmas on suffixes and embedding
Wed, 29 Aug 2012 10:57:24 +0900 Christian Sternagel changed arguement order of suffixeq (to facilitate reading "suffixeq xs ys" as "xs is a (possibly empty) suffix of ys)
Wed, 29 Aug 2012 10:48:28 +0900 Christian Sternagel added embedding for lists (constant emb)
Wed, 29 Aug 2012 10:46:11 +0900 Christian Sternagel renamed (in Sublist): postfix ~> suffixeq, and dropped infix syntax >>=
Wed, 29 Aug 2012 10:35:05 +0900 Christian Sternagel renamed (in Sublist): prefix ~> prefixeq, strict_prefix ~> prefix
Wed, 29 Aug 2012 10:27:56 +0900 Christian Sternagel renamed theory List_Prefix into Sublist (since it is not only about prefixes)
Mon, 03 Sep 2012 11:54:21 +0200 blanchet compile
Mon, 03 Sep 2012 11:54:21 +0200 blanchet rearrange dependencies
Mon, 03 Sep 2012 11:54:21 +0200 blanchet renamed three BNF/(co)datatype-related commands
Mon, 03 Sep 2012 11:30:29 +0200 wenzelm tuned boundary cases of command-line;
Mon, 03 Sep 2012 11:09:25 +0200 wenzelm "isabelle logo" produces EPS and PDF format simultaneously;
Mon, 03 Sep 2012 10:17:17 +0200 wenzelm actually reset output when there is no valid command span here (especially relevant at very end of jEdit buffer, which lacks the terminating newline);
Mon, 03 Sep 2012 09:15:58 +0200 wenzelm tuned proofs;
Mon, 03 Sep 2012 09:15:40 +0200 wenzelm some parallel ML;
Sun, 02 Sep 2012 21:24:33 +0200 wenzelm proper classpath on windows;
Sun, 02 Sep 2012 21:07:50 +0200 wenzelm proper classpath for Java FX;
Sun, 02 Sep 2012 21:01:11 +0200 wenzelm basic setup for HTML5 panel;
Sun, 02 Sep 2012 19:26:05 +0200 wenzelm basic support for Java FX;
Sun, 02 Sep 2012 14:02:05 +0200 wenzelm maintain stable state of node entries from last round -- bypass slightly different Thm.join_theory_proofs;
Sat, 01 Sep 2012 19:46:21 +0200 wenzelm removed unused material;
Sat, 01 Sep 2012 19:43:18 +0200 wenzelm discontinued complicated/unreliable notion of recent proofs within context;
Sat, 01 Sep 2012 19:27:28 +0200 wenzelm central management of forked goals wrt. transaction id;
Fri, 31 Aug 2012 22:34:37 +0200 wenzelm merged
Fri, 31 Aug 2012 22:25:06 +0200 wenzelm always register proofs, even for empty binding;
Fri, 31 Aug 2012 22:24:14 +0200 wenzelm tuned signature;
Fri, 31 Aug 2012 16:07:06 +0200 blanchet made parser a bit more flexible
Fri, 31 Aug 2012 16:07:06 +0200 blanchet tuning
Fri, 31 Aug 2012 16:07:06 +0200 blanchet pad the selectors' list with default names
Fri, 31 Aug 2012 16:07:06 +0200 blanchet generate default names for selectors
Fri, 31 Aug 2012 15:04:03 +0200 blanchet renamed "disc_disjoint" property "disj_exclus"
Fri, 31 Aug 2012 15:04:03 +0200 blanchet optimized "mk_split_tac" + use "notes"
Fri, 31 Aug 2012 15:04:03 +0200 blanchet optimized "mk_case_disc_tac" further
Fri, 31 Aug 2012 15:04:03 +0200 blanchet optimized "mk_case_disc_tac"
Fri, 31 Aug 2012 15:04:03 +0200 blanchet tuning
Fri, 31 Aug 2012 15:04:03 +0200 blanchet rationalized data structure for distinctness theorems
Fri, 31 Aug 2012 15:04:03 +0200 blanchet optimized "case_cong" proof
Fri, 31 Aug 2012 15:04:03 +0200 blanchet allow default names for selectors via wildcard (_) + fix wrong index (k)
Fri, 31 Aug 2012 15:04:03 +0200 blanchet minor fixes (for compatibility with existing datatype package)
Fri, 31 Aug 2012 15:04:03 +0200 blanchet generate "split_asm" property
Fri, 31 Aug 2012 15:04:03 +0200 blanchet generate "split" property
Fri, 31 Aug 2012 16:35:30 +0200 wenzelm more precise register_proofs for local goals;
Fri, 31 Aug 2012 15:25:26 +0200 wenzelm more informative error message from failed goal forks (violating old-style TTY protocol!);
Fri, 31 Aug 2012 15:24:26 +0200 wenzelm avoid empty tooltips;
Fri, 31 Aug 2012 15:03:44 +0200 wenzelm clarified command status (again);
Fri, 31 Aug 2012 14:52:29 +0200 wenzelm recovered ScrollPane from d899be1cfe6d;
Fri, 31 Aug 2012 14:35:04 +0200 wenzelm more markup for failed goal forks, reusing "bad";
Fri, 31 Aug 2012 13:23:25 +0200 wenzelm further refinement of command status, to accomodate forked proofs;
Thu, 30 Aug 2012 22:38:12 +0200 wenzelm merged;
Thu, 30 Aug 2012 17:22:34 +0200 blanchet make parallel list indexing possible for inject theorems
Thu, 30 Aug 2012 17:02:48 +0200 blanchet generate "weak_case_cong" property
Thu, 30 Aug 2012 16:50:03 +0200 blanchet generate "case_cong" property
Thu, 30 Aug 2012 15:57:14 +0200 blanchet generate "case_disc" property
Thu, 30 Aug 2012 14:52:39 +0200 blanchet generate "ctr_sels" theorems
Thu, 30 Aug 2012 14:27:26 +0200 blanchet generate "disc_exhaust" property
Thu, 30 Aug 2012 13:42:05 +0200 blanchet generate "disc_distinct" theorems
Thu, 30 Aug 2012 11:31:47 +0200 blanchet added discriminator theorems
Thu, 30 Aug 2012 11:31:20 +0200 blanchet adjust example
Thu, 30 Aug 2012 09:48:27 +0200 blanchet more work on sugar
Thu, 30 Aug 2012 09:47:46 +0200 blanchet updated Java-related error message
Thu, 30 Aug 2012 09:47:46 +0200 blanchet changed order of arguments to "bnf_sugar"
Thu, 30 Aug 2012 09:47:46 +0200 blanchet define selectors and discriminators
Thu, 30 Aug 2012 09:47:46 +0200 blanchet tuning
Thu, 30 Aug 2012 09:47:46 +0200 blanchet more work on BNF sugar -- up to derivation of nchotomy
Thu, 30 Aug 2012 09:47:46 +0200 blanchet more work on BNF sugar
Thu, 30 Aug 2012 09:47:46 +0200 blanchet renamed ML function for consistency
Thu, 30 Aug 2012 09:47:46 +0200 blanchet started work on datatype sugar
Thu, 30 Aug 2012 09:47:46 +0200 blanchet killed obsolete "bnf_of_typ" command
Thu, 30 Aug 2012 09:47:46 +0200 blanchet removed dead code
Thu, 30 Aug 2012 09:47:46 +0200 blanchet have "bnf_of_typ" command seal the BNF
Thu, 30 Aug 2012 21:50:49 +0200 wenzelm register proofs of Isar goals, to enable recovery from unstable command states after interactive cancellation;
Thu, 30 Aug 2012 21:23:04 +0200 wenzelm refined treatment of forked proofs at transaction boundaries, including proof commands (see also 7ee000ce5390);
Thu, 30 Aug 2012 19:18:49 +0200 wenzelm some support for registering forked proofs within Proof.state, using its bottom context;
Thu, 30 Aug 2012 16:39:50 +0200 wenzelm tuned signature;
Thu, 30 Aug 2012 15:26:37 +0200 wenzelm refined status of forked goals;
Thu, 30 Aug 2012 15:22:21 +0200 wenzelm proper merge of promises to avoid exponential blow-up in pathologic situations (e.g. lack of PThm wrapping);
Wed, 29 Aug 2012 22:18:33 +0200 wenzelm tuned message;
Wed, 29 Aug 2012 21:31:45 +0200 wenzelm discontinued old init_components script, superseded by init_components shell function as explained in README_REPOSITORY;
Wed, 29 Aug 2012 21:27:32 +0200 wenzelm approximative build of pdf documents in 1 pass instead of 3;
Wed, 29 Aug 2012 21:20:46 +0200 wenzelm more formal isabelle makedist from repository;
Wed, 29 Aug 2012 21:01:05 +0200 wenzelm removed remains of generated material, which tends to rot;
Wed, 29 Aug 2012 20:54:49 +0200 wenzelm one more round to ensure that base images are already there, without producing document output themselves;
Wed, 29 Aug 2012 20:46:47 +0200 wenzelm more robust document setup;
Wed, 29 Aug 2012 20:16:22 +0200 wenzelm provide polyml-5.4.1 as regular component;
Wed, 29 Aug 2012 17:19:48 +0200 wenzelm clarified handling of raw output messages;
Wed, 29 Aug 2012 14:29:38 +0200 wenzelm no attempt to build documentation for now -- requires ML_HOME etc. which is not present here;
Wed, 29 Aug 2012 13:08:51 +0200 wenzelm command 'use' is legacy;
Wed, 29 Aug 2012 12:55:41 +0200 wenzelm clarified separated_chunks vs. space_explode;
Wed, 29 Aug 2012 12:18:21 +0200 wenzelm more precise indentation;
Wed, 29 Aug 2012 12:07:57 +0200 wenzelm modernized specifications;
Wed, 29 Aug 2012 12:07:45 +0200 wenzelm tuned signature;
Wed, 29 Aug 2012 11:48:45 +0200 wenzelm renamed Position.str_of to Position.here;
Wed, 29 Aug 2012 11:31:07 +0200 wenzelm init components from local clone that is used to produce the test distribition, which itself lacks Admin;
Tue, 28 Aug 2012 22:16:06 +0200 wenzelm discontinued centralistic changelog;
Tue, 28 Aug 2012 20:16:11 +0200 wenzelm discontinued odd copy of eps logos (cf. 8fc3828fdc8a);
Tue, 28 Aug 2012 20:10:53 +0200 wenzelm prefer cp over mv, to reduce assumptions about file-system boundaries and GNU vs. non-GNU tools;
Tue, 28 Aug 2012 19:24:32 +0200 wenzelm removed odd left-over file;
Tue, 28 Aug 2012 19:02:41 +0200 wenzelm update on "isabelle build" and "isabelle build_doc";
Tue, 28 Aug 2012 18:57:32 +0200 wenzelm renamed doc-src to src/Doc;
Tue, 28 Aug 2012 18:46:15 +0200 wenzelm do not hardwire document output options -- to be provided by the user;
Tue, 28 Aug 2012 17:57:47 +0200 wenzelm more permanent update of keywords (cf. 3517d6f50b12);
Tue, 28 Aug 2012 17:53:08 +0200 wenzelm merged
Tue, 28 Aug 2012 17:36:20 +0200 blanchet updated keywords
Tue, 28 Aug 2012 17:24:53 +0200 blanchet fixed import paths in examples
Tue, 28 Aug 2012 17:19:59 +0200 blanchet fixed import paths
Tue, 28 Aug 2012 17:17:41 +0200 blanchet tuning
Tue, 28 Aug 2012 17:17:25 +0200 blanchet updated NEWS and CONTRIBUTORS
Tue, 28 Aug 2012 17:17:03 +0200 blanchet documentation cleanup
Tue, 28 Aug 2012 17:16:00 +0200 blanchet added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
Tue, 28 Aug 2012 16:33:06 +0200 webertj Typo fixed.
Tue, 28 Aug 2012 17:51:43 +0200 wenzelm updated .hgignore to reflect to (almost) clean result of build_doc;
Tue, 28 Aug 2012 17:49:02 +0200 wenzelm more formal build_doc tool (Admin only);
Tue, 28 Aug 2012 16:43:47 +0200 wenzelm prepare document more uniformly;
Tue, 28 Aug 2012 16:18:23 +0200 wenzelm prefer \input which actually checks file existence;
Tue, 28 Aug 2012 16:14:35 +0200 wenzelm tuned;
Tue, 28 Aug 2012 15:07:43 +0200 wenzelm prefer (old) isa-index as provided here, to get exactly the same index layout as in Isabelle2012;
Tue, 28 Aug 2012 15:00:05 +0200 wenzelm removed old stuff;
Tue, 28 Aug 2012 14:37:57 +0200 wenzelm more standard document preparation within session context: avoid clashes with generated .tex files, even on case-insensible file-system;
Tue, 28 Aug 2012 13:15:15 +0200 wenzelm removed old stuff;
Tue, 28 Aug 2012 13:12:03 +0200 wenzelm removed historic manual;
Tue, 28 Aug 2012 13:09:01 +0200 wenzelm more standard document preparation within session context;
Tue, 28 Aug 2012 13:04:15 +0200 wenzelm more standard document preparation within session context;
Tue, 28 Aug 2012 12:55:32 +0200 wenzelm updated IsarRef/document/style.sty;
Tue, 28 Aug 2012 12:52:14 +0200 wenzelm missing file;
Tue, 28 Aug 2012 12:48:39 +0200 wenzelm removed junk;
Tue, 28 Aug 2012 12:45:49 +0200 wenzelm more standard document preparation within session context;
Tue, 28 Aug 2012 12:31:53 +0200 wenzelm removed outdated IsarRef/Thy/HOLCF_Specific.thy -- make IsarRef depend on HOL only;
Tue, 28 Aug 2012 12:22:10 +0200 wenzelm prefer doc-src/pdfsetup.sty;
(0) -30000 -10000 -3000 -1000 -128 +128 +1000 +3000 +10000 +30000 tip