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;