src/Pure/Thy/present.ML
Thu, 26 Jul 2012 14:29:54 +0200 wenzelm refined "document_dump_mode": "all", "tex+sty", "tex";
Mon, 23 Jul 2012 15:05:05 +0200 wenzelm pass ISABELLE_BROWSER_INFO as explicit argument;
Mon, 19 Sep 2011 14:31:20 +0200 wenzelm unique file names via serial numbers, to allow files like "root" or multiple files with same base name;
Tue, 23 Aug 2011 16:53:05 +0200 wenzelm tuned signature -- contrast physical output primitives versus Output.raw_message;
Sat, 16 Jul 2011 20:52:41 +0200 wenzelm moved bash operations to Isabelle_System (cf. Scala version);
Fri, 08 Jul 2011 21:44:47 +0200 wenzelm moved Outer_Syntax.load_thy to Thy_Load.load_thy;
Sat, 18 Jun 2011 15:11:33 +0200 wenzelm proper place for config files;
Sat, 26 Mar 2011 18:31:39 +0100 wenzelm Isabelle_System.create_tmp_path/with_tmp_file: optional extension;
Sat, 26 Mar 2011 19:16:30 +0100 wenzelm tuned;
Sun, 20 Mar 2011 20:20:41 +0100 wenzelm eliminated dead code;
Sun, 20 Mar 2011 20:05:43 +0100 wenzelm parallel preparation of document variants, within separate directories;
Sun, 20 Mar 2011 19:47:26 +0100 wenzelm Present.init/finish/no_document are not thread-safe -- eliminated futile CRITICAL sections;
Sun, 20 Mar 2011 19:34:18 +0100 wenzelm eliminated redundant doc_prefix1;
Sun, 20 Mar 2011 19:10:09 +0100 wenzelm renamed doc_prefix2 to dump_prefix;
Sun, 20 Mar 2011 18:56:36 +0100 wenzelm tuned;
Sun, 20 Mar 2011 18:09:32 +0100 wenzelm tuned terminology for document variants;
Sun, 20 Mar 2011 17:40:45 +0100 wenzelm replaced File.check by specific File.check_file, File.check_dir;
Sun, 13 Mar 2011 16:01:00 +0100 wenzelm Path.print is the official way to show file-system paths to users -- note that Path.implode often indicates violation of the abstract datatype;
Thu, 03 Mar 2011 18:10:28 +0100 wenzelm discontinued legacy load path;
Fri, 03 Dec 2010 20:02:57 +0100 wenzelm comment;
Sat, 27 Nov 2010 15:28:00 +0100 wenzelm more explicit Isabelle_System operations;
Mon, 27 Sep 2010 20:26:10 +0200 wenzelm renamed raw output primitives to emphasize their meaning -- not to be used in user-space;
Wed, 22 Sep 2010 18:21:48 +0200 wenzelm renamed setmp_noncritical to Unsynchronized.setmp to emphasize its meaning;
Tue, 03 Aug 2010 15:53:36 +0200 wenzelm simplified/clarified Thy_Load path: search for master only, lookup other files relative to that;
Thu, 22 Jul 2010 22:39:31 +0200 wenzelm generic external source files -- nothing special about ML here;
Thu, 22 Jul 2010 22:31:20 +0200 wenzelm discontinued special treatment of ML files -- no longer complete extensions on demand;
Mon, 31 May 2010 21:06:57 +0200 wenzelm modernized some structure names, keeping a few legacy aliases;
Fri, 05 Mar 2010 21:29:55 +0100 wenzelm finish browser_info: invoke isabelle browser -b to ensure that the jar really exists;
Sat, 06 Feb 2010 14:50:55 +0100 wenzelm renamed system/system_out to bash/bash_output -- to emphasized that this is really GNU bash, not some undefined POSIX sh;
Wed, 25 Nov 2009 09:13:46 +0100 haftmann normalized uncurry take/drop
Tue, 24 Nov 2009 17:28:25 +0100 haftmann curried take/drop
Sat, 14 Nov 2009 17:49:29 +0100 wenzelm isabelle_document: more explicit error output, notably for drafts;
Sun, 08 Nov 2009 18:43:42 +0100 wenzelm adapted Theory_Data;
Tue, 29 Sep 2009 11:49:22 +0200 wenzelm explicit indication of Unsynchronized.ref;
Sat, 27 Jun 2009 17:35:08 +0200 wenzelm tune File.isabelle_tool signature;
Wed, 21 Jan 2009 23:21:44 +0100 wenzelm removed Ids;
Thu, 15 Jan 2009 14:52:26 +0100 haftmann fixed error message spacing
Tue, 18 Nov 2008 18:25:45 +0100 wenzelm tuned;
Sat, 04 Oct 2008 16:05:09 +0200 wenzelm replaced ISATOOL by ISABELLE_TOOL;
Sat, 04 Oct 2008 14:29:43 +0200 wenzelm renamed isatool to isabelle_tool in programming interfaces;
Fri, 26 Sep 2008 19:07:56 +0200 wenzelm eliminated polymorphic equality;
Wed, 27 Aug 2008 20:36:26 +0200 wenzelm renamed Buffer.write to File.write_buffer;
Wed, 13 Aug 2008 20:57:39 +0200 wenzelm removed obsolete verbatim_source, results, chapter, section etc.;
Tue, 08 Jul 2008 16:19:24 +0200 wenzelm begin_theory: files_html needs to be produced outside of prep_html_source to make ML files appear!
Mon, 23 Jun 2008 20:00:58 +0200 wenzelm session name: empty for Pure and by default;
Mon, 23 Jun 2008 16:01:03 +0200 wenzelm info: default name is "", not "Pure";
Sun, 18 May 2008 17:03:20 +0200 wenzelm eliminated theory CPure;
Thu, 27 Mar 2008 14:41:21 +0100 wenzelm eliminated theory ProtoPure;
Tue, 18 Mar 2008 23:25:06 +0100 wenzelm theory loader: discontinued *attached* ML scripts;
Thu, 04 Oct 2007 14:42:11 +0200 wenzelm avoid gensym;
Sat, 08 Sep 2007 19:58:37 +0200 wenzelm tuned signature;
Fri, 03 Aug 2007 22:33:09 +0200 wenzelm sort indexes according to symbolic update_time (multithreading-safe);
Tue, 31 Jul 2007 21:19:24 +0200 wenzelm no_document: setmp_noncritical;
Mon, 23 Jul 2007 20:47:56 +0200 wenzelm marked some CRITICAL sections;
Sun, 22 Jul 2007 13:53:51 +0200 wenzelm clarified init/begin_theory: no longer depend on thy_info.ML;
Fri, 20 Jul 2007 17:54:15 +0200 wenzelm simplified ThyLoad interfaces: only one additional directory;
Thu, 19 Jul 2007 23:18:56 +0200 wenzelm adapted ThyLoad.check_file etc.;
Mon, 07 May 2007 00:49:59 +0200 wenzelm simplified DataFun interfaces;
Wed, 04 Apr 2007 00:11:10 +0200 wenzelm cleaned-up Output functions;
Fri, 19 Jan 2007 22:08:32 +0100 wenzelm moved ML context stuff to from Context to ML_Context;
Sat, 30 Dec 2006 16:08:00 +0100 wenzelm removed conditional combinator;
Fri, 15 Dec 2006 00:08:06 +0100 wenzelm avoid conflict with Alice keywords: renamed pack -> implode, unpack -> explode, any -> many, avoided assert;
Thu, 21 Sep 2006 19:04:20 +0200 wenzelm member (op =);
Mon, 18 Sep 2006 19:12:49 +0200 wenzelm added display_graph (from thm_deps.ML);
Tue, 21 Mar 2006 12:18:15 +0100 wenzelm avoid polymorphic equality;
Wed, 15 Feb 2006 21:34:55 +0100 wenzelm removed distinct, renamed gen_distinct to distinct;
Thu, 19 Jan 2006 21:22:08 +0100 wenzelm setup: theory -> theory;
Wed, 19 Oct 2005 21:52:47 +0200 wenzelm removed obsolete old_symbol_source;
Tue, 20 Sep 2005 08:21:49 +0200 haftmann slight adaptions to library changes
Thu, 15 Sep 2005 17:16:56 +0200 wenzelm TableFun/Symtab: curried lookup and update;
Thu, 01 Sep 2005 18:48:50 +0200 wenzelm curried_lookup/update;
Wed, 31 Aug 2005 15:46:49 +0200 wenzelm added copy-dump option;
Sun, 28 Aug 2005 19:47:24 +0200 wenzelm isatool latex -o sty;
Tue, 16 Aug 2005 13:42:53 +0200 wenzelm support for document versions;
Mon, 20 Jun 2005 22:14:18 +0200 wenzelm clarify empty vs. pure browser info;
Fri, 17 Jun 2005 18:33:11 +0200 wenzelm accomodate change of TheoryDataFun;
Sun, 05 Jun 2005 11:31:26 +0200 wenzelm removed copy, copy_all (superceded by File.copy, File.copy_dir);
Thu, 21 Apr 2005 22:02:06 +0200 wenzelm superceded by Pure.thy and CPure.thy;
Thu, 03 Mar 2005 12:43:01 +0100 skalberg Move towards standard functions.
Sun, 13 Feb 2005 17:15:14 +0100 skalberg Deleted Library.option type.
Mon, 23 Aug 2004 18:35:11 +0200 berghofe begin_theory now takes optional path (current directory) as argument.
Mon, 21 Jun 2004 10:25:57 +0200 kleing Merged in license change from Isabelle2004
Sun, 20 Jun 2004 09:26:29 +0200 wenzelm tuned;
Fri, 18 Jun 2004 20:07:31 +0200 wenzelm isatool_document: verbose option;
Wed, 16 Jun 2004 20:42:22 +0200 wenzelm isatool_document: writeln output;
Sun, 13 Jun 2004 15:30:58 +0200 wenzelm tuned Present.drafts;
Sat, 12 Jun 2004 22:45:18 +0200 wenzelm added Present.drafts;
Wed, 09 Jun 2004 18:52:42 +0200 wenzelm Url.File;
Fri, 16 Apr 2004 18:45:56 +0200 berghofe Replaced quote by Library.quote, since quote now refers to Symbol.quote
Mon, 12 Apr 2004 23:52:15 +0200 kleing use css
Tue, 27 Aug 2002 11:07:01 +0200 wenzelm simplified results;
Sat, 16 Feb 2002 21:26:19 +0100 kleing fixed copy_all
Fri, 15 Feb 2002 20:43:09 +0100 wenzelm clarified copy_all;
Thu, 24 Jan 2002 22:44:10 +0100 wenzelm copy_files *.sty;
Fri, 04 Jan 2002 19:28:57 +0100 wenzelm isatool document: stderr to stdout;
Wed, 28 Nov 2001 00:46:26 +0100 wenzelm theory data: removed obsolete finish method;
Sun, 11 Nov 2001 21:38:54 +0100 wenzelm present multi_result;
Fri, 09 Nov 2001 00:19:20 +0100 wenzelm theory data: finish method;
Tue, 23 Oct 2001 22:54:01 +0200 wenzelm build option enables most basic browser info (for proper recording of session);
Sat, 20 Oct 2001 20:23:37 +0200 wenzelm graceful interpretation of -i/-d/-D options;
Thu, 27 Sep 2001 12:24:19 +0200 wenzelm verbose option;
Sun, 04 Feb 2001 19:44:09 +0100 wenzelm added no_document
Mon, 11 Sep 2000 17:37:50 +0200 wenzelm support \isabellecontext;
Fri, 01 Sep 2000 19:49:04 +0200 wenzelm copy_files: do not quote paths (for now);
Fri, 01 Sep 2000 17:45:07 +0200 wenzelm isatool_document: quote args;
Mon, 28 Aug 2000 20:33:23 +0200 wenzelm tex_index: Latex.tex_trailer;
Thu, 27 Jul 2000 18:25:28 +0200 wenzelm export write_graph;
Sun, 23 Jul 2000 12:10:11 +0200 wenzelm removed all_sessions.graph;
Sun, 25 Jun 2000 23:55:58 +0200 wenzelm adapted to improved presentation;
Wed, 07 Jun 2000 12:14:29 +0200 berghofe Reorganized graph stuff.
Fri, 05 May 2000 22:18:40 +0200 wenzelm GPLed;
Mon, 03 Apr 2000 14:00:16 +0200 wenzelm support markup environments;
Sat, 01 Apr 2000 20:09:20 +0200 wenzelm isatool document: check output file (workaround PolyML problem with RC);
Fri, 17 Mar 2000 16:30:45 +0100 wenzelm old_symbol_source: include header;
Wed, 09 Feb 2000 12:30:04 +0100 wenzelm document -c;
Sat, 05 Feb 2000 16:57:02 +0100 wenzelm additional tex dump;
Fri, 04 Feb 2000 21:44:38 +0100 wenzelm added old_symbol_source;
Wed, 05 Jan 2000 11:38:48 +0100 wenzelm chapter;
Wed, 13 Oct 1999 19:41:35 +0200 wenzelm system;
Fri, 08 Oct 1999 15:50:10 +0200 wenzelm isatool_document;
less more (0) -120 tip