Sat, 30 Nov 2024 13:41:38 +0100 wenzelm tuned: more direct use of Name.context operations;
Sat, 30 Nov 2024 13:40:57 +0100 wenzelm tuned;
Sat, 30 Nov 2024 13:27:15 +0100 wenzelm misc tuning and clarification: more direct use of Name.context operations;
Sat, 30 Nov 2024 13:31:43 +0100 wenzelm tuned signature: more operations;
Sat, 30 Nov 2024 12:30:18 +0100 wenzelm tuned: more direct use of Name.context operations;
Fri, 29 Nov 2024 17:40:15 +0100 wenzelm clarified signature: shorten common cases;
Fri, 29 Nov 2024 11:26:17 +0100 wenzelm tuned: more standard Name.build_context, although that is a bit longer;
Fri, 29 Nov 2024 00:25:03 +0100 wenzelm clarified signature: more uniform;
Thu, 28 Nov 2024 19:35:30 +0100 wenzelm omit redundant combinators (amending 7456a64bc4f6);
Thu, 28 Nov 2024 14:12:13 +0100 wenzelm tuned signature;
Fri, 29 Nov 2024 10:35:47 +0100 blanchet fixed bugs found by Stepan Holub
Wed, 27 Nov 2024 16:52:04 +0100 nipkow merged
Wed, 27 Nov 2024 16:51:50 +0100 nipkow added lemmas
Fri, 22 Nov 2024 20:21:36 +0100 wenzelm merged
Thu, 21 Nov 2024 23:07:06 +0100 wenzelm more ambitious Search_Result.gui_text, using Swing HTML3 (NB: TreeCellRenderer cannot do this, because it is not updated for each entry);
Thu, 21 Nov 2024 12:47:42 +0100 wenzelm clarified signature and object initialization;
Tue, 19 Nov 2024 22:55:09 +0100 wenzelm clarified default: avoid copies;
Tue, 19 Nov 2024 22:48:18 +0100 wenzelm suppress odd icons for documents and folders;
Tue, 19 Nov 2024 22:41:57 +0100 wenzelm support for modified tree cell renderer;
Tue, 19 Nov 2024 15:46:22 +0100 wenzelm clarified signature: avoid implicit functionality;
Tue, 19 Nov 2024 15:35:03 +0100 wenzelm re-use Output_Area;
Tue, 19 Nov 2024 15:34:58 +0100 wenzelm re-use Output_Area;
Tue, 19 Nov 2024 15:25:11 +0100 wenzelm re-use Output_Area;
Tue, 19 Nov 2024 10:52:02 +0100 wenzelm re-use Output_Area with search results;
Tue, 19 Nov 2024 10:40:19 +0100 wenzelm re-use Output_Area with search results;
Tue, 19 Nov 2024 10:14:22 +0100 wenzelm more thorough init;
Tue, 19 Nov 2024 10:11:37 +0100 wenzelm clarified signature: prefer defaults for Output_Dockable (and its variants);
Tue, 19 Nov 2024 10:11:17 +0100 wenzelm unused;
Mon, 18 Nov 2024 16:48:11 +0100 wenzelm tuned output: formatting is pointless for proportional font;
Mon, 18 Nov 2024 15:05:31 +0100 wenzelm clarified Tree_View.init_model: more uniform;
Mon, 18 Nov 2024 14:47:17 +0100 wenzelm more robust update;
Mon, 18 Nov 2024 14:35:48 +0100 wenzelm handle tree selection;
Mon, 18 Nov 2024 12:36:56 +0100 wenzelm Output_Dockable: show search results as tree view;
Mon, 18 Nov 2024 11:12:51 +0100 wenzelm clarified modules;
Mon, 18 Nov 2024 11:06:53 +0100 wenzelm clarified signature;
Sun, 17 Nov 2024 20:14:57 +0100 wenzelm clarified signature;
Sun, 17 Nov 2024 19:59:10 +0100 wenzelm clarified signature and modules: without GUI change yet;
Sun, 17 Nov 2024 19:49:25 +0100 wenzelm more operations, to support search within output panel;
Sun, 17 Nov 2024 13:57:50 +0100 wenzelm tuned;
Fri, 22 Nov 2024 16:05:42 +0000 paulson Introduced the function some_elem for grabbing an element from a non-empty set, and simplified the theorem the_elem_image_unique
Fri, 22 Nov 2024 14:54:00 +0000 paulson Patch by Stepan Holub, plus tweaks
Fri, 22 Nov 2024 13:23:27 +0000 paulson patch to vector_matrix_mult by Alexander Pach
Tue, 19 Nov 2024 18:47:12 +0100 Fabian Huch try0: cleaned up output;
Mon, 18 Nov 2024 13:30:02 +0100 Fabian Huch try0: insert extra facts into state instead of goal, since some methods (e.g. metis) won't work otherwise;
Mon, 18 Nov 2024 12:35:44 +0100 Fabian Huch avoid informatik.tu-muenchen.de domain: soon to be discontinued;
Sun, 17 Nov 2024 21:20:26 +0100 nipkow renamed Discrete -> Discrete_Functions to avoid name clashes;
Sun, 17 Nov 2024 09:50:54 +0100 nipkow Use Var to maintain the difference between function and locale parameters
Sat, 16 Nov 2024 22:46:33 +0100 nipkow tuned
Sat, 16 Nov 2024 21:36:34 +0100 wenzelm tuned proofs;
Sat, 16 Nov 2024 20:22:26 +0100 wenzelm tuned proofs;
Sat, 16 Nov 2024 19:54:30 +0100 wenzelm minor performance tuning: avoided repeated metric initialization;
Sat, 16 Nov 2024 19:07:24 +0100 wenzelm tuned signature: more operations;
Sat, 16 Nov 2024 15:04:41 +0100 wenzelm clarified signature;
Fri, 15 Nov 2024 23:25:18 +0100 wenzelm more NEWS;
Fri, 15 Nov 2024 23:20:24 +0100 wenzelm tuned proofs;
Fri, 15 Nov 2024 21:43:22 +0100 wenzelm merged
Fri, 15 Nov 2024 21:04:51 +0100 wenzelm enforce rebuild of Isabelle/ML and Isabelle/Scala;
Fri, 15 Nov 2024 20:48:41 +0100 wenzelm update to jedit-20241115 (see also ecd62f7b3644 and d92d754b5dd9);
Fri, 15 Nov 2024 20:44:49 +0100 wenzelm more patches for the sake of SideKick 1.8 vs. jEdit 5.7.0: provide missing GUIUtilities.isPopupTrigger, avoid StatusBar messages (which often don't fit);
Fri, 15 Nov 2024 16:50:44 +0100 wenzelm tuned comments;
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 tip