Fri, 15 Aug 2008 21:57:22 +0200 wenzelm scan: proper recovery for escaped \\< symbols;
Fri, 15 Aug 2008 21:56:07 +0200 wenzelm basic setup for Scala material;
Fri, 15 Aug 2008 21:53:40 +0200 wenzelm Basic support for Isabelle symbols.
Fri, 15 Aug 2008 18:25:41 +0200 wenzelm added some abbrevs;
Fri, 15 Aug 2008 18:03:30 +0200 wenzelm removed redundant "symbol" property;
Fri, 15 Aug 2008 17:19:32 +0200 wenzelm Default interpretation of some Isabelle symbols.
Fri, 15 Aug 2008 17:03:58 +0200 wenzelm report antiquotation names;
Fri, 15 Aug 2008 17:03:56 +0200 wenzelm fixed DOCTYPE -- XHTML is case-sensitive!
Fri, 15 Aug 2008 17:03:55 +0200 wenzelm report antiquotation names;
Fri, 15 Aug 2008 17:03:52 +0200 wenzelm added ML_antiq, doc_antiq;
Fri, 15 Aug 2008 16:08:08 +0200 wenzelm added README;
Fri, 15 Aug 2008 16:06:01 +0200 wenzelm generated truetype font;
Fri, 15 Aug 2008 16:04:57 +0200 wenzelm The Jerusalem font from 2004 -- unicode version.
Fri, 15 Aug 2008 15:51:06 +0200 wenzelm args: explicit groups for file_name, theory_name;
Fri, 15 Aug 2008 15:51:04 +0200 wenzelm read_asts: Lexicon.report_token, filter Lexicon.is_proper;
Fri, 15 Aug 2008 15:51:02 +0200 wenzelm filter Lexicon.is_proper -- Lexicon.tokenize now includes improper tokens;
Fri, 15 Aug 2008 15:51:00 +0200 wenzelm token_kind: add Space, Comment;
Fri, 15 Aug 2008 15:50:58 +0200 wenzelm renamed T.source_of' to T.source_position_of;
Fri, 15 Aug 2008 15:50:52 +0200 wenzelm renamed T.source_of' to T.source_position_of;
Fri, 15 Aug 2008 15:50:50 +0200 wenzelm output_markup: check Markup.is_none;
Fri, 15 Aug 2008 15:50:49 +0200 wenzelm added is_none;
Fri, 15 Aug 2008 15:50:44 +0200 wenzelm Args.name_source(_position) for proper position information;
Thu, 14 Aug 2008 21:06:07 +0200 wenzelm [source=false] for quoted antiquotation avoids quote-escapes in output;
Thu, 14 Aug 2008 20:29:38 +0200 wenzelm report antiquotations;
Thu, 14 Aug 2008 20:29:37 +0200 wenzelm tuned;
Thu, 14 Aug 2008 20:13:43 +0200 wenzelm report ML_source;
Thu, 14 Aug 2008 20:13:42 +0200 wenzelm renamed P.ml_source to P.ML_source;
Thu, 14 Aug 2008 20:13:41 +0200 wenzelm report doc_source;
Thu, 14 Aug 2008 20:13:40 +0200 wenzelm added ML_source, doc_source;
Thu, 14 Aug 2008 19:52:40 +0200 wenzelm antiquotes: proper SymbolPos decoding, adapted Antiquote.read/Antiq;
Thu, 14 Aug 2008 19:52:39 +0200 wenzelm added source_of';
Thu, 14 Aug 2008 19:52:37 +0200 wenzelm P.doc_source and P.ml_sorce for proper SymbolPos.text;
Thu, 14 Aug 2008 19:52:36 +0200 wenzelm oracle, header/local_theory/proof_markup: pass SymbolPos.text;
Thu, 14 Aug 2008 19:52:35 +0200 wenzelm use SymbolPos.T list directly, instead of encoded SymbolPos.text;
Thu, 14 Aug 2008 16:52:56 +0200 wenzelm ML_Context.add_antiq: pass position;
Thu, 14 Aug 2008 16:52:54 +0200 wenzelm ML_Context.add_antiq: pass position;
Thu, 14 Aug 2008 16:52:52 +0200 wenzelm retrieve_thms: transfer fact position to result;
Thu, 14 Aug 2008 16:52:51 +0200 wenzelm moved basic thm operations from structure PureThy to Thm;
Thu, 14 Aug 2008 16:52:46 +0200 wenzelm moved basic thm operations from structure PureThy to Thm (cf. more_thm.ML);
Thu, 14 Aug 2008 11:55:05 +0200 wenzelm made SML/NJ happy;
Wed, 13 Aug 2008 20:57:40 +0200 wenzelm removed obsolete present_html -- now part of regular theory presentation;
Wed, 13 Aug 2008 20:57:39 +0200 wenzelm removed obsolete verbatim_source, results, chapter, section etc.;
Wed, 13 Aug 2008 20:57:37 +0200 wenzelm removed obsolete verbatim_source, results, chapter, section etc.;
Wed, 13 Aug 2008 20:57:35 +0200 wenzelm ProofDisplay.add_hook;
Wed, 13 Aug 2008 20:57:33 +0200 wenzelm simplified present_local_theory/proof;
Wed, 13 Aug 2008 20:57:33 +0200 wenzelm ProofDisplay.theory_results;
Wed, 13 Aug 2008 20:57:31 +0200 wenzelm removed obsolete present_results;
Wed, 13 Aug 2008 20:57:30 +0200 wenzelm scan: SymbolPos.tabify_content when creating tokens (for proper presentation output);
Wed, 13 Aug 2008 20:57:30 +0200 wenzelm load_thy: no untabify (preserve position information!), present spans instead of verbatim source;
Wed, 13 Aug 2008 20:57:28 +0200 wenzelm simplified markup commands;
Wed, 13 Aug 2008 20:57:26 +0200 wenzelm simplified markup commands -- removed obsolete Present.results, always check text;
Wed, 13 Aug 2008 20:57:24 +0200 wenzelm added untabify_content;
Wed, 13 Aug 2008 20:57:22 +0200 wenzelm tuned;
Wed, 13 Aug 2008 20:57:20 +0200 wenzelm removed obsolete untabify (superceded by SymbolPos.tabify_content);
Wed, 13 Aug 2008 20:57:18 +0200 wenzelm tuned document;
Wed, 13 Aug 2008 20:57:16 +0200 wenzelm removed obsolete theorems;
Wed, 13 Aug 2008 03:00:33 +0200 berghofe Changed proof of strong induction rule to avoid infinite loop
Tue, 12 Aug 2008 21:48:59 +0200 wenzelm token_kind_markup: complete coverage;
Tue, 12 Aug 2008 21:28:09 +0200 wenzelm OuterSyntax.scan: pass position;
Tue, 12 Aug 2008 21:28:07 +0200 wenzelm message: ignored if body empty;
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip