wenzelm [Sat, 16 Aug 2008 13:31:56 +0200] rev 27913
tuned abbrevs;
wenzelm [Sat, 16 Aug 2008 13:31:55 +0200] rev 27912
added ISABELLE_SCALA, ISABELLE_JAVA;
wenzelm [Fri, 15 Aug 2008 23:31:37 +0200] rev 27911
added ISABELLE_HOME_JVM;
wenzelm [Fri, 15 Aug 2008 23:10:36 +0200] rev 27910
proper jvmpath for cygwin;
wenzelm [Fri, 15 Aug 2008 23:09:55 +0200] rev 27909
proper RC;
wenzelm [Fri, 15 Aug 2008 22:59:02 +0200] rev 27908
refined JVM path wrappers: Isabelle environment holds Unix version of CLASSPATH, javawrapper/scalawrapper convert it back;
wenzelm [Fri, 15 Aug 2008 22:59:01 +0200] rev 27907
refined JVM path wrappers;
wenzelm [Fri, 15 Aug 2008 22:58:59 +0200] rev 27906
added JVM components (Scala or Java);
wenzelm [Fri, 15 Aug 2008 22:16:14 +0200] rev 27905
tuned;
wenzelm [Fri, 15 Aug 2008 22:16:13 +0200] rev 27904
jars: build Pure.jar;
wenzelm [Fri, 15 Aug 2008 21:57:22 +0200] rev 27903
scan: proper recovery for escaped \\< symbols;
wenzelm [Fri, 15 Aug 2008 21:56:07 +0200] rev 27902
basic setup for Scala material;
added General/symbol.scala;
wenzelm [Fri, 15 Aug 2008 21:53:40 +0200] rev 27901
Basic support for Isabelle symbols.
wenzelm [Fri, 15 Aug 2008 18:25:41 +0200] rev 27900
added some abbrevs;
\<euro>: from default font;
wenzelm [Fri, 15 Aug 2008 18:03:30 +0200] rev 27899
removed redundant "symbol" property;
added "font" propery;
disabled alternative letters (\<A> etc.) for now;
wenzelm [Fri, 15 Aug 2008 17:19:32 +0200] rev 27898
Default interpretation of some Isabelle symbols.
wenzelm [Fri, 15 Aug 2008 17:03:58 +0200] rev 27897
report antiquotation names;
tuned messages;
wenzelm [Fri, 15 Aug 2008 17:03:56 +0200] rev 27896
fixed DOCTYPE -- XHTML is case-sensitive!
wenzelm [Fri, 15 Aug 2008 17:03:55 +0200] rev 27895
report antiquotation names;
wenzelm [Fri, 15 Aug 2008 17:03:52 +0200] rev 27894
added ML_antiq, doc_antiq;
wenzelm [Fri, 15 Aug 2008 16:08:08 +0200] rev 27893
added README;
wenzelm [Fri, 15 Aug 2008 16:06:01 +0200] rev 27892
generated truetype font;
wenzelm [Fri, 15 Aug 2008 16:04:57 +0200] rev 27891
The Jerusalem font from 2004 -- unicode version.
wenzelm [Fri, 15 Aug 2008 15:51:06 +0200] rev 27890
args: explicit groups for file_name, theory_name;
wenzelm [Fri, 15 Aug 2008 15:51:04 +0200] rev 27889
read_asts: Lexicon.report_token, filter Lexicon.is_proper;
report tokens;
wenzelm [Fri, 15 Aug 2008 15:51:02 +0200] rev 27888
filter Lexicon.is_proper -- Lexicon.tokenize now includes improper tokens;
wenzelm [Fri, 15 Aug 2008 15:51:00 +0200] rev 27887
token_kind: add Space, Comment;
tokenize: now includes improper tokens, cf. is_proper;
added report_token;
wenzelm [Fri, 15 Aug 2008 15:50:58 +0200] rev 27886
renamed T.source_of' to T.source_position_of;
tuned signature;