Tue, 10 Aug 2010 14:24:13 +0200prefer Nimbus look and feel on all platforms, instead of the somewhat ugly javax.swing.plaf.metal.MetalLookAndFeel, which presumably is implicit fall-back nonetheless;
wenzelm [Tue, 10 Aug 2010 14:24:13 +0200] rev 38559
prefer Nimbus look and feel on all platforms, instead of the somewhat ugly javax.swing.plaf.metal.MetalLookAndFeel, which presumably is implicit fall-back nonetheless;

Tue, 10 Aug 2010 14:15:50 +0200edit_document: synchronous reply to ensure consistent state wrt. calling (AWT) thread;
wenzelm [Tue, 10 Aug 2010 14:15:50 +0200] rev 38558
edit_document: synchronous reply to ensure consistent state wrt. calling (AWT) thread;

Tue, 10 Aug 2010 12:29:11 +0200distinguish proper Isabelle_Process INPUT vs. raw STDIN, tuned corresponding method names;
wenzelm [Tue, 10 Aug 2010 12:29:11 +0200] rev 38557
distinguish proper Isabelle_Process INPUT vs. raw STDIN, tuned corresponding method names;
asynchronous Isabelle_Process.init -- raw ML toplevel stays active;
simplified Isabelle_Process using actors;
misc tuning;

Tue, 10 Aug 2010 12:09:53 +0200added Library.thread_actor -- thread as actor;
wenzelm [Tue, 10 Aug 2010 12:09:53 +0200] rev 38556
added Library.thread_actor -- thread as actor;

Tue, 10 Aug 2010 12:08:24 +0200clarified JEDIT_JAVA_OPTIONS vs. JEDIT_SYSTEM_OPTIONS -- discontinued JEDIT_APPLE_PROPERTIES;
wenzelm [Tue, 10 Aug 2010 12:08:24 +0200] rev 38555
clarified JEDIT_JAVA_OPTIONS vs. JEDIT_SYSTEM_OPTIONS -- discontinued JEDIT_APPLE_PROPERTIES;
static default Dactors.corePoolSize=4 for more reproducible concurrency, independently of number of cores;

Mon, 09 Aug 2010 22:02:26 +0200auto_flush: higher frequency;
wenzelm [Mon, 09 Aug 2010 22:02:26 +0200] rev 38554
auto_flush: higher frequency;

Mon, 09 Aug 2010 21:35:45 +0200uniform raw_dump for input/output fifos on Cygwin;
wenzelm [Mon, 09 Aug 2010 21:35:45 +0200] rev 38553
uniform raw_dump for input/output fifos on Cygwin;

Mon, 09 Aug 2010 21:23:24 +0200more robust fifo rendezvous: Cygwin 1.7 does not really block as expected;
wenzelm [Mon, 09 Aug 2010 21:23:24 +0200] rev 38552
more robust fifo rendezvous: Cygwin 1.7 does not really block as expected;

Mon, 09 Aug 2010 18:18:32 +0200Isabelle_Process: separate input fifo for commands (still using the old tty protocol);
wenzelm [Mon, 09 Aug 2010 18:18:32 +0200] rev 38551
Isabelle_Process: separate input fifo for commands (still using the old tty protocol);
some partial workarounds for Cygwin;

Mon, 09 Aug 2010 13:56:02 +0200tuned comments;
wenzelm [Mon, 09 Aug 2010 13:56:02 +0200] rev 38550
tuned comments;