Fri, 21 May 2010 14:53:19 +0200 wenzelm more abstract view on prover output messages;
Fri, 21 May 2010 12:59:44 +0200 wenzelm added some tooltips;
Fri, 21 May 2010 11:51:03 +0200 wenzelm HTML_Panel.handler as overridable method;
Fri, 21 May 2010 11:50:19 +0200 wenzelm added Library.undefined (in Scala);
Fri, 21 May 2010 11:16:01 +0200 wenzelm more systematic treatment of internal state, which belongs strictly to the main actor, not the Swing thread;
Fri, 21 May 2010 11:12:54 +0200 wenzelm component resize: full handle_resize;
Thu, 20 May 2010 21:19:38 -0700 huffman speed up some proofs and fix some warnings
Thu, 20 May 2010 23:22:37 +0200 wenzelm merged
Thu, 20 May 2010 19:55:42 +0200 haftmann merged
Thu, 20 May 2010 18:00:48 +0200 haftmann proper code generator for complement
Thu, 20 May 2010 17:35:02 +0200 haftmann proper document text
Thu, 20 May 2010 17:29:43 +0200 haftmann implement Mapping.map_entry
Thu, 20 May 2010 17:29:43 +0200 haftmann operations default, map_entry, map_default; more lemmas
Thu, 20 May 2010 16:43:00 +0200 haftmann added More_List.thy explicitly
Thu, 20 May 2010 16:40:29 +0200 haftmann renamed List_Set to the now more appropriate More_Set
Thu, 20 May 2010 16:35:54 +0200 haftmann added theory More_List
Thu, 20 May 2010 16:35:53 +0200 haftmann moved generic List operations to theory More_List
Thu, 20 May 2010 16:35:53 +0200 haftmann adjusted
Thu, 20 May 2010 16:35:52 +0200 haftmann turned old-style mem into an input abbreviation
Thu, 20 May 2010 23:20:01 +0200 wenzelm zoom font size;
Thu, 20 May 2010 23:19:28 +0200 wenzelm added somewhat generic zoom box;
Thu, 20 May 2010 21:32:48 +0200 wenzelm try CheckBox instead of ToggleButton, which is visually confusing without window focus, e.g. in a floating instance (problem of MacOS look-and-feel);
Thu, 20 May 2010 21:10:03 +0200 wenzelm mutate displayed document synchronously in Swing thread, for improved robustness;
Thu, 20 May 2010 21:07:05 +0200 wenzelm read style sheets only once;
Thu, 20 May 2010 20:56:26 +0200 wenzelm handle component resize for output / HTML panel;
Thu, 20 May 2010 20:22:00 +0200 wenzelm Isabelle_System: allow explicit isabelle_home argument;
Thu, 20 May 2010 20:20:52 +0200 wenzelm enable shell script editor mode;
Thu, 20 May 2010 16:25:22 +0200 wenzelm merged
Thu, 20 May 2010 07:36:50 +0200 bulwahn merged
Thu, 20 May 2010 07:34:45 +0200 bulwahn deactivated timing of infering modes
Wed, 19 May 2010 18:24:09 +0200 bulwahn adapting examples
Wed, 19 May 2010 18:24:09 +0200 bulwahn changing operations for accessing data to work with contexts
Wed, 19 May 2010 18:24:08 +0200 bulwahn removed unnecessary Thm.transfer in the predicate compiler
Wed, 19 May 2010 18:24:07 +0200 bulwahn changing compilation to work only with contexts; adapting quickcheck
Wed, 19 May 2010 18:24:06 +0200 bulwahn removing unused argument in print_modes function
Wed, 19 May 2010 18:24:05 +0200 bulwahn moving towards working with proof contexts in the predicate compiler
Wed, 19 May 2010 18:24:04 +0200 bulwahn improved values command to handle a special case with tuples and polymorphic predicates more correctly
Wed, 19 May 2010 18:24:03 +0200 bulwahn improved behaviour of defined_functions in the predicate compiler
Wed, 19 May 2010 17:01:07 -0700 huffman move some example files into new HOLCF/Tutorial directory
Wed, 19 May 2010 16:28:24 -0700 huffman remove redundant hdvd relation
Wed, 19 May 2010 16:08:41 -0700 huffman remove unnecessary constant Fixrec.bind
Wed, 19 May 2010 14:38:25 -0700 huffman add section about fixrec definitions with looping simp rules
Wed, 19 May 2010 13:07:15 -0700 huffman more informative error message for fixrec when continuity proof fails
Thu, 20 May 2010 16:22:50 +0200 wenzelm determine margin just before rendering -- proper reformatting when updating;
Thu, 20 May 2010 15:51:28 +0200 wenzelm simplified alignment via FlowPanel;
Thu, 20 May 2010 13:54:31 +0200 wenzelm more systematic treatment of physical document wrt. font size etc.;
Thu, 20 May 2010 11:44:41 +0200 wenzelm tuned;
Thu, 20 May 2010 11:36:30 +0200 wenzelm general Isabelle_System.try_read;
Thu, 20 May 2010 10:43:46 +0200 wenzelm explicit Command.Status.UNDEFINED -- avoid fragile/cumbersome treatment of Option[State];
Thu, 20 May 2010 10:31:20 +0200 wenzelm inverted "Freeze" to "Follow", which is the default;
Wed, 19 May 2010 21:18:02 +0200 wenzelm basic controls to freeze/update prover results;
Wed, 19 May 2010 18:05:34 +0200 wenzelm show fully detailed protocol messages;
Wed, 19 May 2010 17:39:22 +0200 wenzelm some updates following src/Tools/jEdit/dist-template/settings;
Wed, 19 May 2010 12:35:20 +0200 haftmann spelt out normalizer explicitly -- avoid dynamic reference to code generator configuration; avoid using old Codegen.eval_term
Wed, 19 May 2010 10:17:31 +0200 haftmann merged
Wed, 19 May 2010 10:17:05 +0200 haftmann dropped legacy_unconstrainT
Wed, 19 May 2010 10:14:37 +0200 haftmann new version of triv_of_class machinery without legacy_unconstrain
Wed, 19 May 2010 09:21:30 +0200 haftmann merge
Wed, 19 May 2010 09:20:36 +0200 haftmann added implementations of Fset.Set, Fset.Coset; do not delete code equations for relational operators on fsets
Tue, 18 May 2010 19:00:55 -0700 huffman remove several redundant lemmas about floor and ceiling
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip