Tue, 13 Aug 2013 19:52:12 +0200 wenzelm merged
Tue, 13 Aug 2013 16:15:31 +0200 wenzelm more general window_geometry;
Tue, 13 Aug 2013 19:57:57 +0200 blanchet added rail diagram
Tue, 13 Aug 2013 17:45:22 +0200 wenzelm merged
Tue, 13 Aug 2013 17:26:22 +0200 wenzelm disable old identifier syntax by default, legacy_isub_isup := true may be used temporarily as fall-back;
Tue, 13 Aug 2013 16:25:47 +0200 wenzelm standardized symbols via "isabelle update_sub_sup", excluding src/Pure and src/Tools/WWW_Find;
Tue, 13 Aug 2013 16:53:23 +0200 blanchet imported patch added_e_1_8
Tue, 13 Aug 2013 15:59:22 +0200 kuncar remove unnecessary dependencies on Library/Quotient_*
Tue, 13 Aug 2013 15:59:22 +0200 kuncar move Lifting/Transfer relevant parts of Library/Quotient_* to Main
Tue, 13 Aug 2013 15:59:22 +0200 kuncar introduce locale with syntax for fun_rel and map_fun and make thus ===> and ---> local
Tue, 13 Aug 2013 15:59:22 +0200 kuncar move useful lemmas to Main
Tue, 13 Aug 2013 14:20:22 +0200 wenzelm merged
Fri, 09 Aug 2013 19:34:23 +0900 Christian Sternagel indicate error-functions more prominently (by name prefix instead of suffix);
Fri, 09 Aug 2013 19:34:23 +0900 Christian Sternagel avoid low-level Same structure;
Fri, 09 Aug 2013 19:34:23 +0900 Christian Sternagel avoid misleading "instances" in function name;
Fri, 09 Aug 2013 19:34:23 +0900 Christian Sternagel move treatment of polymorphism to adhoc overloading command;
Fri, 09 Aug 2013 19:34:23 +0900 Christian Sternagel clarify function;
Tue, 13 Aug 2013 13:18:26 +0200 wenzelm attempt to transfer focus back to main window after closing popups, which is potentially relevant for heavy-weight windows (cf. workaround in org/gjt/sp/jedit/gui/CompletionPopup.java);
Tue, 13 Aug 2013 12:48:06 +0200 wenzelm imitate "noWordSep" of isabelle mode, e.g. relevant for word selection via double-click;
Tue, 13 Aug 2013 12:19:45 +0200 wenzelm support somewhat standard "select all" by default;
Tue, 13 Aug 2013 11:57:42 +0200 wenzelm more cleanup;
Tue, 13 Aug 2013 11:49:01 +0200 wenzelm more explicit error, e.g. for sledgehammer query operation applied in non-HOL session;
Tue, 13 Aug 2013 11:13:26 +0200 wenzelm tuned proofs;
Tue, 13 Aug 2013 11:34:56 +0200 blanchet added flag for jEdit/PIDE asynchronous mode
Tue, 13 Aug 2013 10:29:49 +0200 blanchet updated Vampire version numbers
Tue, 13 Aug 2013 10:26:56 +0200 blanchet Vampire 3.0 requires types to be declared -- make it happy (and get rid of "implicit" types since only Satallax seems to support them anymore)
Tue, 13 Aug 2013 09:58:08 +0200 blanchet whitepsace tuning
Tue, 13 Aug 2013 09:57:55 +0200 blanchet more robust parsing of Vampire proofs with "introduced" names
Mon, 12 Aug 2013 23:36:43 +0200 blanchet fixed "sorry"d proofs
Mon, 12 Aug 2013 23:21:06 +0200 blanchet repaired proofs (after change to xxx_case_def)
Mon, 12 Aug 2013 22:38:39 +0200 traytel temporary sorry's for temporarily nonterminating (due to 2b430bbb5a1a) proofs
Mon, 12 Aug 2013 21:30:37 +0200 blanchet qualify intermediate typedefs
Mon, 12 Aug 2013 21:30:36 +0200 blanchet avoid double qualification for case constants
Mon, 12 Aug 2013 21:30:35 +0200 blanchet qualify more generated names with optional type name component
Mon, 12 Aug 2013 20:04:03 +0200 traytel eliminated bogus assumption from theorem (that was instantiated with refl and resulted in flexflex pairs)
Mon, 12 Aug 2013 15:36:55 +0200 traytel generalized library function
Mon, 12 Aug 2013 18:03:47 +0200 wenzelm updated keywords;
Mon, 12 Aug 2013 18:02:01 +0200 wenzelm merged
Mon, 12 Aug 2013 17:57:51 +0200 wenzelm clarified Query_Operation.register: avoid hard-wired parallel policy;
Mon, 12 Aug 2013 17:17:49 +0200 wenzelm moved generic module to its proper place;
Mon, 12 Aug 2013 17:11:27 +0200 wenzelm manage hyperlinks via PIDE editor interface;
Mon, 12 Aug 2013 15:09:13 +0200 wenzelm tuned whitespace;
Mon, 12 Aug 2013 14:53:16 +0200 wenzelm prefer PIDE editor operations;
Mon, 12 Aug 2013 14:27:58 +0200 wenzelm central management of Document.Overlays, independent of Document_Model;
Mon, 12 Aug 2013 13:32:26 +0200 wenzelm tuned -- use Multi_Map;
Mon, 12 Aug 2013 13:30:54 +0200 wenzelm support for maps with multiple entries per key;
Mon, 12 Aug 2013 12:06:48 +0200 wenzelm tuned signature;
Mon, 12 Aug 2013 11:56:12 +0200 wenzelm tuned signature;
Mon, 12 Aug 2013 11:49:58 +0200 wenzelm tuned signature;
Mon, 12 Aug 2013 11:39:29 +0200 wenzelm tuned signature -- more abstract PIDE editor operations;
Mon, 12 Aug 2013 15:48:57 +0200 blanchet tuned messages
Mon, 12 Aug 2013 15:25:17 +0200 blanchet clarified option name (since case/fold/rec are also destructors)
Mon, 12 Aug 2013 15:25:17 +0200 blanchet define case constant from other 'free constructor' axioms
Mon, 12 Aug 2013 15:25:16 +0200 blanchet introduced case tactics
Mon, 12 Aug 2013 15:25:16 +0200 blanchet tuning
Mon, 12 Aug 2013 09:51:00 +0200 blanchet handle both TVars and TFrees -- necessary for 'wrap_free_constructors'
Mon, 12 Aug 2013 09:38:42 +0200 blanchet qualify map and rel names
Mon, 12 Aug 2013 09:08:42 +0200 blanchet reverted ill-advised naming scheme of 5a77edcdbe54
Sun, 11 Aug 2013 23:35:59 +0200 blanchet made (hopefully temporary) hack more robust
Sun, 11 Aug 2013 23:35:59 +0200 blanchet added warning
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip