* isatool browser now works with Cygwin;
authorwenzelm
Sat, 15 Dec 2007 21:24:14 +0100
changeset 25651 6b2eb4e70ae3
parent 25650 ce061f5083d7
child 25652 390d3bd0435d
* isatool browser now works with Cygwin; * isabelle-process: non-ML sessions are run with "nice"; * JVM class isabelle.IsabelleProcess (in Isabelle/lib/classes);
NEWS
--- a/NEWS	Sat Dec 15 21:17:48 2007 +0100
+++ b/NEWS	Sat Dec 15 21:24:14 2007 +0100
@@ -50,6 +50,17 @@
 optional line editor may be specified via ISABELLE_LINE_EDITOR
 setting, the default settings attempt to locate "ledit" and "rlwrap".
 
+* isatool browser now works with Cygwin as well, using general
+"javapath" function defined in Isabelle process environment.
+
+* isabelle-process: non-ML sessions are run with "nice", to prevent
+Isabelle from flooding interactive front-ends (notably ProofGeneral /
+XEmacs).
+
+* JVM class isabelle.IsabelleProcess (in Isabelle/lib/classes)
+provides general wrapper for managing an Isabelle process in a robust
+fashion, with ``cooked'' output from stdin/stderr.
+
 
 
 New in Isabelle2007 (November 2007)