Sat, 21 Sep 2013 20:58:32 +0200 wenzelm caret range of active text area counts as visible (e.g. relevant for Output after scrolling outside of text view);
Sat, 21 Sep 2013 20:56:06 +0200 wenzelm tuned;
Sat, 21 Sep 2013 20:31:03 +0200 wenzelm proper layered pane at root of parent component, not global view (e.g. relevant for tooltips for detached info windows);
Sat, 21 Sep 2013 19:48:46 +0200 wenzelm immediate access to some elementary examples;
Sat, 21 Sep 2013 17:37:02 +0200 wenzelm more front-matter;
Sat, 21 Sep 2013 17:20:08 +0200 wenzelm clarified logo;
Sat, 21 Sep 2013 17:18:26 +0200 wenzelm proper text replacement (cf. 747835eb2782);
Sat, 21 Sep 2013 17:08:47 +0200 wenzelm added canonical screenshot;
Sat, 21 Sep 2013 16:44:31 +0200 wenzelm removed obsolete README;
Sat, 21 Sep 2013 16:08:17 +0200 wenzelm tuned;
Sat, 21 Sep 2013 15:23:31 +0200 wenzelm added/updated material from src/Tools/jEdit/README.html;
Sat, 21 Sep 2013 13:05:54 +0200 wenzelm basic setup for Isabelle/jEdit documentation;
Sat, 21 Sep 2013 12:03:51 +0200 wenzelm updated keywords;
Fri, 20 Sep 2013 22:39:30 +0200 blanchet updated CONTRIBUTORS
Fri, 20 Sep 2013 22:39:30 +0200 blanchet updated NEWS
Fri, 20 Sep 2013 22:39:30 +0200 blanchet document option
Fri, 20 Sep 2013 22:39:30 +0200 blanchet merged "isar_try0" and "isar_minimize" options
Fri, 20 Sep 2013 22:39:30 +0200 blanchet hardcoded obscure option
Fri, 20 Sep 2013 22:39:30 +0200 blanchet hard-coded an obscure option
Fri, 20 Sep 2013 22:39:30 +0200 blanchet use configuration mechanism for low-level tracing
Fri, 20 Sep 2013 22:39:30 +0200 blanchet moved focus to Isabell/jEdit and away from Proof General
Fri, 20 Sep 2013 22:39:30 +0200 blanchet took out Waldmeister from list of default provers -- it's usually just visual noise, and its integration in Sledgehammer leaves much to be desired
Fri, 20 Sep 2013 22:39:30 +0200 blanchet tuning (use a blacklist instead of a whitelist)
Fri, 20 Sep 2013 22:39:30 +0200 blanchet reduce the number of emitted MaSh commands (among others to facilitate debugging)
Fri, 20 Sep 2013 22:39:30 +0200 blanchet MaSh tweaks to facilitate debugging
Fri, 20 Sep 2013 20:21:54 +0200 haftmann tuned proofs
Fri, 20 Sep 2013 17:08:08 +0200 kuncar make SML/NJ happy
Fri, 20 Sep 2013 16:32:27 +0200 blanchet renamed "primcorec" to "primcorecursive", to open the door to a 'theory -> theory' command called "primcorec" (cf. "fun" vs. "function")
Fri, 20 Sep 2013 15:42:41 +0200 blanchet more primcorec docs
Fri, 20 Sep 2013 15:05:47 +0200 blanchet added primcorec examples with lambdas
Fri, 20 Sep 2013 14:50:06 +0200 blanchet more primcorec docs
Fri, 20 Sep 2013 14:17:47 +0200 blanchet adapted primcorec documentation to reflect the three views
Fri, 20 Sep 2013 12:09:06 +0200 blanchet updated docs
Fri, 20 Sep 2013 12:04:48 +0200 blanchet took out spurious attributes (no need for several code equations / simps for thesame constants)
Fri, 20 Sep 2013 11:44:30 +0200 blanchet have "datatype_new_compat" register induction and recursion theorems in nested case
Fri, 20 Sep 2013 10:09:16 +0200 Andreas Lochbihler prefer Code.abort over code_abort
Fri, 20 Sep 2013 00:08:42 +0200 blanchet setting the stage for safe constructor simp rules
Thu, 19 Sep 2013 23:54:54 +0200 blanchet added TODO
Thu, 19 Sep 2013 20:23:08 +0200 blanchet made tactic more reliable
Thu, 19 Sep 2013 20:03:42 +0200 blanchet killed exceptional code that is anyway no longer needed, now that the 'simp' attribute has been taken away -- this solves issues in 'primcorec'
Thu, 19 Sep 2013 20:03:41 +0200 blanchet cleaner handling of collapse theorems
Thu, 19 Sep 2013 19:35:03 +0200 wenzelm repaired latex (cf. 84522727f9d3);
Thu, 19 Sep 2013 18:59:28 +0200 blanchet updated NEWS
Thu, 19 Sep 2013 18:03:54 +0200 haftmann dropped dead code
Thu, 19 Sep 2013 17:38:03 +0200 traytel don't declare ctr view primcorec theorems as simp (they loop)
Thu, 19 Sep 2013 16:12:43 +0200 panny simplified code; eliminated some dummyTs
Thu, 19 Sep 2013 12:20:12 +0200 blanchet avoid infinite loop for unapplied terms + tuning
Thu, 19 Sep 2013 11:27:32 +0200 blanchet generalize code to handle zero-argument case gracefully (e.g. for nullay functions defined over codatatypes that corecurse through "fun"
Thu, 19 Sep 2013 11:27:30 +0200 blanchet give lambda abstractions a chance, as an alternative to function composition, for corecursion via "fun"
Thu, 19 Sep 2013 03:29:33 +0200 blanchet added auxiliary function
Thu, 19 Sep 2013 03:13:13 +0200 blanchet avoid parameter
Thu, 19 Sep 2013 02:30:45 +0200 blanchet added helper function for code equations in primcorec
Thu, 19 Sep 2013 01:15:26 +0200 blanchet updated NEWS and CONTRIBUTORS
Thu, 19 Sep 2013 01:09:25 +0200 blanchet split functionality into two functions to avoid redoing work over and over
Thu, 19 Sep 2013 01:09:25 +0200 blanchet added massaging function for primcorec code equations
Thu, 19 Sep 2013 01:09:25 +0200 blanchet simplified code
Thu, 19 Sep 2013 01:09:25 +0200 blanchet no need for beta-eta contraction
Thu, 19 Sep 2013 01:09:25 +0200 blanchet generalize helper function
Thu, 19 Sep 2013 00:32:33 +0200 panny generate more theorems (e.g. for types with only one constructor)
Wed, 18 Sep 2013 18:11:32 +0200 traytel added two functions to List (one contributed by Manuel Eberl)
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip