aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-06-15List of authors/maintainers.David Aspinall
1999-06-15Docstring fixes.David Aspinall
1999-06-15Fixes for XEmacs 21.1David Aspinall
1999-06-14Bugfixes in proof-shell-exit and proof-shell-kill-functionPatrick Loiseleur
1999-06-14Added proof-tactics-name-facePatrick Loiseleur
1999-06-14Added coq-begin-Section and coq-end-SectionPatrick Loiseleur
1999-06-14Various updates. coq-end-Section now works properly.Patrick Loiseleur
1999-06-09More colors, more regexps, more keywordsPatrick Loiseleur
1999-06-08various fixesPatrick Loiseleur
1999-06-08*** empty log message ***Patrick Loiseleur
1999-06-07Dont include plastic/isar in main distribution.David Aspinall
1999-06-07Mention Plastic and IsarDavid Aspinall
1999-06-07Patched patch for updated proof-site.elDavid Aspinall
1999-06-07Added todo for XEmacs packaging, reordered.David Aspinall
1999-06-07Patched patch for updated proof-site.elDavid Aspinall
1999-06-07CommentsDavid Aspinall
1999-06-07Cleaned up docstringsDavid Aspinall
1999-06-07Set version tag for new release.proofgen
1999-06-07Downrated Poly/ML related item since Poly is defunct.David Aspinall
1999-06-04updated;Makarius Wenzel
1999-05-27oops;Makarius Wenzel
1999-05-27removed junk;Makarius Wenzel
1999-05-27provide proof-string-start-regexp, proof-string-end-regexp;Makarius Wenzel
renamed proof-commands-regexp to proof-indent-commands-regexp, which is less confusing); improved undo / kill operations; tweaked syntax table to cope with (* *) (actual comment) and {* *} (long string);
1999-05-27renamed undos to undos_proof;Makarius Wenzel
1999-05-27be chatty;Makarius Wenzel
1999-05-27proof-parse-to-point improved to support proof-string-start-regexp,Makarius Wenzel
proof-string-end-regexp, proof-comment-end, proof-comment-start, and parentheses according to current syntax table; renamed proof-commands-regexp to proof-indent-commands-regexp, which is less confusing);
1999-05-27renamed proof-commands-regexp to proof-indent-commands-regexp, whichMakarius Wenzel
is less confusing);
1999-05-27improved proof-segment-up-to to support proof-string-start-regexp,Makarius Wenzel
proof-string-end-regexp;
1999-05-27added proof-string-start-regexp, proof-string-end-regexp;Makarius Wenzel
1999-05-26proper setup for indentation;Makarius Wenzel
improved cannot-undo;
1999-05-26tuned keywords;Makarius Wenzel
1999-05-26added isar-keywords-qed-block;Makarius Wenzel
1999-05-26fixed bug in proof-parse-to-point: missing (setq stack ...) in case ofMakarius Wenzel
closing a proof command;
1999-05-26closed string in comment;Makarius Wenzel
1999-05-25more examples;Makarius Wenzel
1999-05-25removed superficial space;Makarius Wenzel
1999-05-25added proof-really-save-command-p to supportMakarius Wenzel
more general qed schemes, such as Isabelle/Isar's nested proofs;
1999-05-25proof-done-advancing: added proof-really-save-command-p to supportMakarius Wenzel
more general qed schemes, such as Isabelle/Isar's nested proofs;
1999-05-25tuned;Makarius Wenzel
1999-05-24this version actually generated by Isabelle;Makarius Wenzel
1999-05-23replaced isar-keywords-section by isar-keywords-theory-heading;Makarius Wenzel
added isar-not-undoable-commands-regexp; improved isar-cound-undos; proper version of isar-find-and-forget (handles local qeds properly); improved character syntax classes;
1999-05-23improved classification of keywords (see also isar-keywords.el);Makarius Wenzel
improved regexps and font-lock;
1999-05-23Isabelle/Isar keyword classification (used to be in isar-syntax.el);Makarius Wenzel
1999-05-23tuned usage;Makarius Wenzel
do not append '/' to PROOFGENERAL_HOME;
1999-05-21tuned;Makarius Wenzel
improved isar-find-and-forget;
1999-05-21tuned -- still quite unsatisfactory;Makarius Wenzel
1999-05-21made part of the Isabelle sources;Makarius Wenzel
1999-05-17I've added the custom option 'prog-name-guess' in the generic part andPatrick Loiseleur
the function coq-guess-command-line in the coq part. Every prover should have the functon *-guess-command-line that uses, for example, the output of "make -n" to guess the correct command line options of the prover. Patrick
1999-05-17several additions, as usualPatrick Loiseleur
1999-05-12changed use of proof-send (OLD) to proof-shell-insertPaul Callaghan