wenzelm [Thu, 10 Apr 2014 10:27:29 +0200] rev 56504
tuned error -- allow user to click on hyperlink to open remote file;
wenzelm [Thu, 10 Apr 2014 10:06:54 +0200] rev 56503
no comment -- File.read_stream already enforces UTF8 (like HTML5) and HTTP servers often produce a wrong charset encoding;
wenzelm [Wed, 09 Apr 2014 23:22:58 +0200] rev 56502
improved support for external URLs, based on standard Java network operations;
wenzelm [Wed, 09 Apr 2014 23:04:20 +0200] rev 56501
basic URL operations (with Isabelle/Scala error handling);
wenzelm [Wed, 09 Apr 2014 20:58:32 +0200] rev 56500
proper Args.name vs. Args.text as documented (in contrast to adhoc union in 75aaee32893d, which had to cope with more limited Args.T);
wenzelm [Wed, 09 Apr 2014 17:54:09 +0200] rev 56499
allow text cartouches in regular outer syntax categories "text" and "altstring";
wenzelm [Wed, 09 Apr 2014 17:29:37 +0200] rev 56498
tuned comments (see Scala version);
wenzelm [Wed, 09 Apr 2014 16:22:06 +0200] rev 56497
dismiss popups more carefully (amending 7e8c11011fdf), notably allow mouse dragging within some tooltip, e.g. for text selection;
wenzelm [Wed, 09 Apr 2014 15:19:22 +0200] rev 56496
clarifed results range;
wenzelm [Wed, 09 Apr 2014 15:03:07 +0200] rev 56495
more explicit message discrimination;
wenzelm [Wed, 09 Apr 2014 13:32:34 +0200] rev 56494
avoid confusion about pointless cursor movement with external links;
wenzelm [Wed, 09 Apr 2014 12:33:02 +0200] rev 56493
prefer regular Goal_Display.pretty_goals, without censorship of options;