wenzelm [Fri, 03 Feb 2023 21:25:17 +0100] rev 77188
tuned message;
wenzelm [Fri, 03 Feb 2023 20:47:13 +0100] rev 77187
build only if required, view only after proper build: thus avoid pointless events in "auto build" mode;
wenzelm [Fri, 03 Feb 2023 20:37:05 +0100] rev 77186
clarified modules;
wenzelm [Fri, 03 Feb 2023 20:23:37 +0100] rev 77185
maintain document_output meta data;
wenzelm [Fri, 03 Feb 2023 19:00:29 +0100] rev 77184
clarified modules;
wenzelm [Fri, 03 Feb 2023 16:50:14 +0100] rev 77183
avoid redundant SelectionChanged events;
wenzelm [Fri, 03 Feb 2023 16:24:46 +0100] rev 77182
more logging;
wenzelm [Fri, 03 Feb 2023 14:29:07 +0100] rev 77181
proper symbolic handle on component resources:
diff -r ci-extras-1/etc/settings ci-extras-2/etc/settings
1c1,4
< classpath "$COMPONENT/lib/ci-extras.jar"
---
> #-*- shell-script -*- :mode=shellscript:
>
> ISABELLE_CI_EXTRAS_JAR="$COMPONENT/lib/ci-extras.jar"
> classpath "$ISABELLE_CI_EXTRAS_JAR"
diff -r ci-extras-1/README ci-extras-2/README
11a12
> Makarius, 02-Feb-2023
wenzelm [Fri, 03 Feb 2023 14:10:09 +0100] rev 77180
more robust on Windows, where C:\\ and \\SERVER\SHARE cause problems (line 920 of winbasicio.cpp);
paulson <lp15@cam.ac.uk> [Thu, 02 Feb 2023 12:55:07 +0000] rev 77179
More of Manuel's material, and some changes