# HG changeset patch # User wenzelm # Date 1360530476 -3600 # Node ID cbae5c5ffd234c591c8048b385fc35086d5ca2b7 # Parent 10062c40ddaa452a6cdec4c805bcf89f14cd4597# Parent 55b82b1417d128a57b1aab3e8600b17e7fa25763 merged diff -r 10062c40ddaa -r cbae5c5ffd23 NEWS --- a/NEWS Sun Feb 10 22:03:21 2013 +0100 +++ b/NEWS Sun Feb 10 22:07:56 2013 +0100 @@ -93,7 +93,8 @@ * Dockable window "Symbols" provides some editing support for Isabelle symbols. -* Dockable window "Monitor" shows ML runtime statistics. +* Dockable window "Monitor" shows ML runtime statistics. Note that +continuous display of the chart slows down the system. * Improved editing support for control styles: subscript, superscript, bold, reset of style -- operating on single symbols or text diff -r 10062c40ddaa -r cbae5c5ffd23 src/Tools/jEdit/README.html --- a/src/Tools/jEdit/README.html Sun Feb 10 22:03:21 2013 +0100 +++ b/src/Tools/jEdit/README.html Sun Feb 10 22:07:56 2013 +0100 @@ -23,9 +23,9 @@

- Isabelle/jEdit is the flagship application of the PIDE - framework — it illustrates many of the ideas in a realistic - manner, ready to be used right now in Isabelle applications. + Isabelle/jEdit is the flagship application of the PIDE framework + — it is ready for small and large Isabelle applications, for + beginners and experts alike.

@@ -48,31 +48,40 @@

@@ -152,19 +161,27 @@ as the Unicode sequences coincide with the symbol mapping. -
  • NOTE: Raw unicode characters within prover source files +
  • NOTE: Raw Unicode characters within prover source files should be restricted to informal parts, e.g. to write text in non-latin alphabets. Mathematical symbols should be defined via the official rendering tables.
  • +
  • NOTE: Control symbols may be applied to a region of selected + text, either using the Symbols dockable or keyboard shortcuts.
  • +

    Limitations and known problems

    @@ -197,11 +216,15 @@
  • Isabelle: BSD-style
  • +
  • Poly/ML: LGPL
    http://www.polyml.org
  • +
  • Scala: BSD-style
    http://www.scala-lang.org
  • -
  • jEdit: GPL (with special cases)
    http://www.jedit.org/
  • +
  • jEdit: GPL (with special cases)
    http://www.jedit.org
  • -
  • Lobo/Cobra: GPL and LGPL
    http://lobobrowser.org/
  • +
  • JFreeChart: LGPL
    http://www.jfree.org
  • + +
  • Lobo/Cobra: GPL and LGPL
    http://lobobrowser.org