Tue, 31 Jan 2023 19:50:58 +0100 wenzelm clarified GUIs: keep related buttons together;
Tue, 31 Jan 2023 19:43:45 +0100 wenzelm proper program name, e.g. for session "Intro";
Tue, 31 Jan 2023 19:27:02 +0100 wenzelm clarified GUI events: reset everything on session context switch;
Tue, 31 Jan 2023 18:03:27 +0100 wenzelm clarified GUI events: ensure fresh output when switching pages;
Tue, 31 Jan 2023 17:46:16 +0100 wenzelm clarified GUI: avoid odd jumping pages on "Cancel";
Tue, 31 Jan 2023 17:35:59 +0100 wenzelm clarified GUI events;
Tue, 31 Jan 2023 17:21:46 +0100 wenzelm more accurate output: avoid output_body from last run;
Tue, 31 Jan 2023 17:17:07 +0100 wenzelm more accurate output: avoid output_main from last run;
Tue, 31 Jan 2023 17:08:16 +0100 wenzelm removed unused operation from 3f50b24909df;
Tue, 31 Jan 2023 17:04:02 +0100 wenzelm clarified guard: avoid spurious auto builds;
Tue, 31 Jan 2023 17:00:33 +0100 wenzelm automatically build document when selected theories are finished;
Tue, 31 Jan 2023 16:13:27 +0100 wenzelm more accurate Word.capitalize: do not touch name;
Tue, 31 Jan 2023 14:59:19 +0100 wenzelm defer build until document nodes are ready;
Tue, 31 Jan 2023 14:37:40 +0100 wenzelm clarified signature: prefer semantic status;
Tue, 31 Jan 2023 14:32:07 +0100 wenzelm removed obsolete parameter (see 7c23db6b857b);
Tue, 31 Jan 2023 12:27:00 +0100 wenzelm clarified Document_Editor.Session: more explicit types, more robust operations;
Mon, 30 Jan 2023 16:26:10 +0100 wenzelm more operations;
Mon, 30 Jan 2023 16:20:17 +0100 wenzelm clarified operation (without change of signature!);
Tue, 31 Jan 2023 19:07:24 +0100 nipkow pointless
Tue, 31 Jan 2023 14:05:16 +0000 paulson Lots more new material thanks to Manuel Eberl
Mon, 30 Jan 2023 15:24:25 +0000 paulson merged
Mon, 30 Jan 2023 15:24:17 +0000 paulson Moved in a large number of highly useful library lemmas, mostly due to Manuel Eberl
Mon, 30 Jan 2023 15:02:38 +0100 wenzelm observe option "show_states" in headless server (see also 951abf9db857);
Mon, 30 Jan 2023 10:15:01 +0100 nipkow text correction
Sun, 29 Jan 2023 16:49:17 +0100 wenzelm enable clean_components by default: it saves a lot of local disk space, notably on virtual nodes;
Sat, 28 Jan 2023 22:31:40 +0100 wenzelm merged
Sat, 28 Jan 2023 22:29:24 +0100 wenzelm removed somewhat pointless support for Jenkins log files: it has stopped working long ago;
Sat, 28 Jan 2023 21:40:06 +0100 wenzelm more uniform components context for the managing "self_isabelle" and the managed "other_isabelle";
Sat, 28 Jan 2023 21:32:33 +0100 wenzelm tuned signature;
Sat, 28 Jan 2023 21:29:28 +0100 wenzelm more operations;
Sat, 28 Jan 2023 20:58:00 +0100 wenzelm obsolete (see also d547173212d2);
Sat, 28 Jan 2023 20:50:45 +0100 wenzelm clarified names to emphasize suble differences in meaning;
Sat, 28 Jan 2023 20:21:55 +0100 wenzelm prefer high-level Other_Isabelle.bash over low-level SSH.execute;
Sat, 28 Jan 2023 20:13:40 +0100 wenzelm unused (see 378bb7a739c3);
Sat, 28 Jan 2023 19:47:15 +0100 wenzelm more options to manage resolved components;
Sat, 28 Jan 2023 16:51:41 +0100 wenzelm proper use of current ISABELLE_COMPONENT_REPOSITORY from the managing Isabelle system (amending 3e963d68d394);
Sat, 28 Jan 2023 16:26:58 +0100 wenzelm tuned comments;
Sat, 28 Jan 2023 16:20:44 +0100 wenzelm tuned;
Sat, 28 Jan 2023 16:08:43 +0100 wenzelm clarified signature: more explicit types;
Sat, 28 Jan 2023 16:06:38 +0100 wenzelm more operations;
Sat, 28 Jan 2023 15:38:36 +0100 wenzelm tuned;
Sat, 28 Jan 2023 15:35:43 +0100 wenzelm clarified signature: more robust field_scale;
Sat, 28 Jan 2023 15:04:15 +0100 wenzelm clarified signature: more explicit types;
Sat, 28 Jan 2023 13:44:00 +0100 wenzelm clarified signature;
Fri, 27 Jan 2023 18:59:48 +0100 wenzelm tuned;
Fri, 27 Jan 2023 17:33:49 +0100 wenzelm support units, e.g. java.lang.Long.MAX_VALUE is 8 EiB;
Fri, 27 Jan 2023 16:49:03 +0100 wenzelm more explicit types;
Fri, 27 Jan 2023 16:48:19 +0100 wenzelm prefer typed/strict operations;
Fri, 27 Jan 2023 16:18:36 +0100 wenzelm tuned message;
Fri, 27 Jan 2023 15:43:45 +0100 wenzelm prefer strict operation: java.io.File.length returns 0 for non-existent file;
Fri, 27 Jan 2023 15:33:21 +0100 wenzelm prefer typed bytes count, but retain toString of original Long for robustness of Java/Scala string composition;
Fri, 27 Jan 2023 15:22:26 +0100 wenzelm back to Scala 3.2.0 for now, since 3.2.1 causes odd crash of REPL concerning value classes (e.g. "isabelle.Time.now()");
Fri, 27 Jan 2023 19:16:38 +0100 haftmann Restored antiquotation.
Thu, 26 Jan 2023 15:18:55 +0100 haftmann tuned whitespace
Fri, 27 Jan 2023 16:52:39 +0100 desharna merged
Fri, 27 Jan 2023 12:25:36 +0100 desharna added lemma multpHO_plus_plus[simp]
Fri, 27 Jan 2023 13:57:52 +0000 paulson Shortened a messy proof
Thu, 26 Jan 2023 13:59:51 +0000 paulson Moved in some material from the AFP entry Winding_number_eval
Wed, 25 Jan 2023 22:00:21 +0100 wenzelm merged
Wed, 25 Jan 2023 21:49:08 +0100 wenzelm tuned messages: less verbosity;
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 tip