aboutsummaryrefslogtreecommitdiff
path: root/generic/proof-indent.el
AgeCommit message (Collapse)Author
2018-02-21Update copyright messages and improve the header of elisp files.Erik Martin-Dorel
2010-08-08Checkdoc cleanupsDavid Aspinall
2009-11-30Replace proof-locked-end -> proof-unprocessed-beginDavid Aspinall
2009-09-05Clean whitespaceDavid Aspinall
2008-01-24Fixes and cleanups for coq-indent-line, see Trac #172David Aspinall
2008-01-16Reduce compiler warnings. Minor fixes.David Aspinall
2008-01-15Many rearrangements for compatibility, efficient/correct compilation, ↵David Aspinall
namespaces fixes. pre-shell-start-hook: remove this, use default names for modes proof-compat: simplify architecture flags, use standard (featurep 'xemacs).
2007-02-28Remove proof-indent-pad-eol atrocityDavid Aspinall
2004-01-19revoke broken indent fixGerwin Klein
2003-12-11Fix domain nameDavid Aspinall
2003-04-05Add proof-indent-pad-eol to add useless spacesDavid Aspinall
2002-07-18Remove obsolete functionDavid Aspinall
2002-06-21GPLDavid Aspinall
2001-05-08Copyright date updatedDavid Aspinall
2000-06-08rewrote code from scratch: faster, easier to configure; now enabled by default;Makarius Wenzel
2000-06-01Use proof-comment-{start,end}-regexpDavid Aspinall
2000-05-30TidiedDavid Aspinall
2000-05-29Missing parenthesisDavid Aspinall
2000-05-26Update to use generic option indent-line, and switch insideDavid Aspinall
function rather than mode (so can be turned on/off easily).
2000-05-09Improve loadingDavid Aspinall
1999-11-10fixed indentation bug: use proof-looking-at (proof-case-fold-search);Makarius Wenzel
1999-07-08(goto-char (point-min)) rather than (proof-goto-end-of-locked);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-26fixed bug in proof-parse-to-point: missing (setq stack ...) in case ofMakarius Wenzel
closing a proof command;
1998-11-25Docstring fixes, minor improvements.David Aspinall
1998-11-20BIG CHANGES -- SORRY!David Aspinall
Replaced proof-script-buffer-list with proof-script-buffer. The list was causing too much confusion and nasty bugs used with Isabelle multiple files. Implemented proof-script-buffers and proof-restart-all-buffers, other functions.
1998-11-09Added proof-script-indent user option, to enable indentation code.David Aspinall
Disabled by default. May be activated by particular proof assistants if they feel confident about it. I don't. Made proof-indent be autoloaded as needed. Lets pray it won't be.
1998-10-27Continuing mods for cleaner byte compileDavid Aspinall
1998-10-27Fixes for clean byte compileDavid Aspinall
1998-10-27Begun work on clean byte compilation / clarifying interfaces.David Aspinall
1998-10-20Changed for proof-script-buffer to proof-script-buffer-listDavid Aspinall
1998-10-01Updated maintainer tags to remove lego email address.David Aspinall
1998-09-08Added IdDavid Aspinall
1998-09-03Renamed for new subdirectory structureDavid Aspinall