Tue, 09 Oct 2012 22:24:24 +0200 wenzelm removed redundant lemma, cf. class zero_neq_one in HOL/Rings.thy;
Tue, 09 Oct 2012 21:33:12 +0200 wenzelm clarified Element.init vs. Element.activate: refrain from hard-wiring Thm.def_binding_optional to avoid duplicate facts;
Tue, 09 Oct 2012 20:23:58 +0200 wenzelm tuned;
Tue, 09 Oct 2012 20:05:17 +0200 wenzelm clarified Local_Defs.add_def(s): refrain from hard-wiring Thm.def_binding_optional;
Tue, 09 Oct 2012 19:24:19 +0200 wenzelm more explicit flags for facts table;
Tue, 09 Oct 2012 15:31:45 +0200 wenzelm minor tuning;
Tue, 09 Oct 2012 13:57:51 +0200 wenzelm more conventional Double constants;
Tue, 09 Oct 2012 13:50:24 +0200 wenzelm tuned source structure;
Tue, 09 Oct 2012 13:29:43 +0200 wenzelm tuned;
Tue, 09 Oct 2012 13:27:52 +0200 wenzelm tuned;
Tue, 09 Oct 2012 11:51:06 +0200 wenzelm merged
Tue, 09 Oct 2012 00:40:33 +0200 blanchet added type annotations to generated Isar proofs -- code by Steffen Smolka
Mon, 08 Oct 2012 12:03:49 +0200 haftmann consolidated names of theorems on composition;
Mon, 08 Oct 2012 11:37:03 +0200 haftmann corrected NEWS
Mon, 08 Oct 2012 23:29:07 +0200 wenzelm avoid somewhat heavy rebuilding of SortedMap via map where plain iteration is sufficient;
Mon, 08 Oct 2012 21:17:20 +0200 wenzelm clarified long_names -- conform to usual Isabelle practice of not analysing internal names;
Mon, 08 Oct 2012 20:39:57 +0200 wenzelm more precise repaint and revalidate -- the latter is important to keep in sync with content update;
Mon, 08 Oct 2012 14:49:04 +0200 wenzelm tuned;
Mon, 08 Oct 2012 14:10:38 +0200 wenzelm prefer synchronous Mutator_Event.Bus on Swing_Thread;
Mon, 08 Oct 2012 13:20:55 +0200 wenzelm more direct tooltip content;
Mon, 08 Oct 2012 12:54:00 +0200 wenzelm tuned;
Mon, 08 Oct 2012 12:40:35 +0200 wenzelm use Pretty_Tooltip for Graphview_Panel;
Mon, 08 Oct 2012 12:02:32 +0200 wenzelm more basic tooltips;
Sun, 07 Oct 2012 16:26:31 +0200 wenzelm close tooltips more thoroughly;
Sun, 07 Oct 2012 16:15:31 +0200 wenzelm make buttons closer to original mouse position;
Sun, 07 Oct 2012 16:05:31 +0200 wenzelm detach tooltip as dockable window;
Sun, 07 Oct 2012 15:05:11 +0200 wenzelm explicit close button;
Sat, 06 Oct 2012 16:03:41 +0200 haftmann congruence rule for Finite_Set.fold
Sat, 06 Oct 2012 11:08:52 +0200 haftmann alternative simplification of ^^ to the righthand side;
Fri, 05 Oct 2012 18:01:48 +0200 wenzelm eliminated obsolete tooltip delay -- bypassed by Pretty_Tooltip;
Fri, 05 Oct 2012 14:51:33 +0200 wenzelm merged
Fri, 05 Oct 2012 10:57:03 +0200 blanchet newer versions of Z3 call it "Bool" not "bool"
Thu, 04 Oct 2012 23:19:02 +0200 haftmann simplified type of msetprod;
Thu, 04 Oct 2012 23:19:02 +0200 haftmann tuned proof
Thu, 04 Oct 2012 23:19:02 +0200 haftmann default simp rule for image under identity
Thu, 04 Oct 2012 23:19:02 +0200 haftmann dropped duplicate facts; tuned syntax
Thu, 04 Oct 2012 23:19:02 +0200 haftmann more facts on setsum and setprod
Thu, 04 Oct 2012 17:26:04 +0200 traytel made SML/NJ happier
Thu, 04 Oct 2012 17:16:55 +0200 traytel do not expose details of internal data structures for composition of BNFs
Fri, 05 Oct 2012 14:32:56 +0200 wenzelm further support for nested tooltips;
Fri, 05 Oct 2012 13:57:48 +0200 wenzelm tuned proofs;
Fri, 05 Oct 2012 13:48:22 +0200 wenzelm refer to parent frame -- relevant for floating dockables in particular;
Fri, 05 Oct 2012 12:11:23 +0200 wenzelm tuned window position to fit on screen;
Fri, 05 Oct 2012 12:00:28 +0200 wenzelm tuned window position;
Fri, 05 Oct 2012 11:36:46 +0200 wenzelm determine window size from content;
Fri, 05 Oct 2012 11:09:24 +0200 wenzelm tuned color and font size;
Fri, 05 Oct 2012 10:54:07 +0200 wenzelm close tooltip window on escape;
Fri, 05 Oct 2012 10:23:49 +0200 wenzelm proper message markup for output;
Thu, 04 Oct 2012 20:36:10 +0200 wenzelm some re-ordering of initialization to ensure proper formatting;
Thu, 04 Oct 2012 20:14:40 +0200 wenzelm separate module Pretty_Tooltip;
Thu, 04 Oct 2012 19:31:50 +0200 wenzelm refined rich tooltip options;
Thu, 04 Oct 2012 18:28:31 +0200 wenzelm Rich_Text_Area tooltips via nested Pretty_Text_Area, based on some techniques of FoldViewer plugin;
Thu, 04 Oct 2012 13:56:32 +0200 wenzelm some documentation of show_markup;
Thu, 04 Oct 2012 11:45:56 +0200 wenzelm tuned proofs;
Thu, 04 Oct 2012 11:39:24 +0200 wenzelm option to bypass potentially slow text overview;
Thu, 04 Oct 2012 11:07:36 +0200 wenzelm tuned signature;
Thu, 04 Oct 2012 10:55:36 +0200 wenzelm clarified platform dependency;
Thu, 04 Oct 2012 09:19:54 +1000 Gerwin Klein updated crontab and afp-poly settings
Wed, 03 Oct 2012 22:07:26 +0200 blanchet thread the right local theory through + reenable parallel proofs for previously problematic theories
Wed, 03 Oct 2012 21:46:52 +0200 blanchet made code more conform to rest of BNF package
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip