Skip to content
Success

Changes

Summary

  1. merged
  2. Added tag Isabelle2017-RC3 for changeset 4f73201b8043
  3. updated component: static build of for x86-linux, using actual cvc4 1.5 (see also c41642bc1ebb);
  4. updated CVC4 and E components with 32-bit Linux and rebuild 64-bit Linux binaries
  5. updated screenshots;
  6. misc tuning and updates for release;
  7. avoid duplicate message for @{action} in particular (see also @{action} within Pure);
  8. more on indentation;
  9. clarified "purge": retain .aux files etc. before "isabelle document", to allow 'document_files' providing such generated files (see also c3ea910b3581, 38ce936acb99);
  10. clarified signature according to Scala version;
  11. updated version for release;
  12. proper result type (cf. b9f5cd845616);
  13. recode Unicode text on the spot, e.g. from copy-paste of output;
  14. support for workspace edits;
  15. store document version;
  16. auto update;
  17. updated imports;
  18. more documentation; tuned message;
  19. more derived actions, according to jEdit/org/gjt/sp/jedit/gui/DockableWindowFactory.java;
  20. proper tool name (cf. c1410bcf6e87);
  21. proper standard_path to revert platform_path in JEdit_Sessions.session_base;
  22. avoid local shell variables intruding the resulting environment (via "set -o allexport" in getsettings);
  23. clarified messages: after writing all files (see also 27f90319a499 and 57c85c83c11b);
  24. spelling
  25. clarified signature: proper result;
  26. tuned;
Changeset 66688:ebb97a834338 by wenzelm:
merged
Changeset 66687:cd8ad4eddb8a by wenzelm:
Added tag Isabelle2017-RC3 for changeset 4f73201b8043
The file was modified .hgtags (diff)
Changeset 66686:4f73201b8043 by wenzelm:
updated component: static build of for x86-linux, using actual cvc4 1.5 (see also c41642bc1ebb);
The file was modified Admin/components/components.sha1 (diff)
The file was modified Admin/components/main (diff)
Changeset 66685:1b397be63e68 by blanchet:
updated CVC4 and E components with 32-bit Linux and rebuild 64-bit Linux binaries
The file was modified Admin/components/components.sha1 (diff)
The file was modified Admin/components/main (diff)
Changeset 66684:ace3cf4e1fbd by wenzelm:
updated screenshots;
The file was modified src/Doc/JEdit/document/output-and-state.png (diff)
The file was modified src/Doc/JEdit/document/output-including-state.png (diff)
The file was modified src/Doc/JEdit/document/output.png (diff)
The file was modified src/Doc/JEdit/document/theories.png (diff)
Changeset 66683:01189e46dc55 by wenzelm:
misc tuning and updates for release;
The file was modified src/Doc/JEdit/JEdit.thy (diff)
The file was modified src/Tools/jEdit/lib/Tools/jedit (diff)
Changeset 66682:c4cbe609f6a8 by wenzelm:
avoid duplicate message for @{action} in particular (see also @{action} within Pure);
The file was modified src/Doc/antiquote_setup.ML (diff)
Changeset 66681:0879f2045965 by wenzelm:
more on indentation;
The file was modified src/Doc/JEdit/JEdit.thy (diff)
Changeset 66680:74a1b722507e by wenzelm:
clarified "purge": retain .aux files etc. before "isabelle document", to allow 'document_files' providing such generated files (see also c3ea910b3581, 38ce936acb99);
The file was modified src/Pure/Thy/present.ML (diff)
Changeset 66679:ed8d359d92e4 by wenzelm:
clarified signature according to Scala version;
The file was modified src/Pure/System/isabelle_system.ML (diff)
Changeset 66678:ad96222853fc by wenzelm:
updated version for release;
The file was modified src/Tools/VSCode/extension/package.json (diff)
Changeset 66677:fa70edfcb6fa by wenzelm:
proper result type (cf. b9f5cd845616);
The file was modified src/Tools/VSCode/src/server.scala (diff)
Changeset 66676:39db5bb7eb0a by wenzelm:
recode Unicode text on the spot, e.g. from copy-paste of output;
The file was modified src/Tools/VSCode/src/document_model.scala (diff)
The file was modified src/Tools/VSCode/src/server.scala (diff)
The file was modified src/Tools/VSCode/src/vscode_resources.scala (diff)
Changeset 66675:6f4613dbfef6 by wenzelm:
support for workspace edits;
The file was modified src/Tools/VSCode/src/protocol.scala (diff)
The file was modified src/Tools/VSCode/src/server.scala (diff)
Changeset 66674:30d5195299e2 by wenzelm:
store document version;
The file was modified src/Tools/VSCode/src/document_model.scala (diff)
The file was modified src/Tools/VSCode/src/server.scala (diff)
The file was modified src/Tools/VSCode/src/vscode_resources.scala (diff)
Changeset 66673:1e4450008c47 by wenzelm:
auto update;
The file was modified src/Tools/VSCode/extension/package.json (diff)
Changeset 66672:75694b28ef08 by wenzelm:
updated imports;
The file was modified src/HOL/Analysis/Summation_Tests.thy (diff)
The file was modified src/HOL/Data_Structures/Base_FDS.thy (diff)
Changeset 66671:41b64e53b6a1 by wenzelm:
more documentation;<br>tuned message;
The file was modified NEWS (diff)
The file was modified src/Doc/System/Sessions.thy (diff)
The file was modified src/Pure/Tools/imports.scala (diff)
Changeset 66670:e5188cb1c3d8 by wenzelm:
more derived actions, according to jEdit/org/gjt/sp/jedit/gui/DockableWindowFactory.java;
The file was modified src/Pure/Tools/jedit.ML (diff)
Changeset 66669:bbcb75c58086 by wenzelm:
proper tool name (cf. c1410bcf6e87);
The file was modified src/Pure/System/options.scala (diff)
Changeset 66668:6019cfb8256c by wenzelm:
proper standard_path to revert platform_path in JEdit_Sessions.session_base;
The file was modified src/Pure/PIDE/protocol.scala (diff)
The file was modified src/Pure/Thy/sessions.scala (diff)
Changeset 66667:2e580fcf6522 by wenzelm:
avoid local shell variables intruding the resulting environment (via &quot;set -o allexport&quot; in getsettings);
The file was modified lib/scripts/getfunctions (diff)
Changeset 66666:1a620647285c by wenzelm:
clarified messages: after writing all files (see also 27f90319a499 and 57c85c83c11b);
The file was modified src/Pure/Tools/build.scala (diff)
Changeset 66665:ec78c84bfc44 by haftmann:
spelling
The file was modified NEWS (diff)
Changeset 66664:91fc9816a86f by wenzelm:
clarified signature: proper result;
The file was modified src/HOL/Tools/Function/partial_function.ML (diff)
Changeset 66663:49318345c332 by wenzelm:
tuned;
The file was modified src/Doc/Implementation/ML.thy (diff)
The file was modified src/Doc/Implementation/Proof.thy (diff)