aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/proof-indent.el
Commit message (Collapse)AuthorAge
* Update copyright messages and improve the header of elisp files.Gravatar Erik Martin-Dorel2018-02-21
|
* Checkdoc cleanupsGravatar David Aspinall2010-08-08
|
* Replace proof-locked-end -> proof-unprocessed-beginGravatar David Aspinall2009-11-30
|
* Clean whitespaceGravatar David Aspinall2009-09-05
|
* Fixes and cleanups for coq-indent-line, see Trac #172Gravatar David Aspinall2008-01-24
|
* Reduce compiler warnings. Minor fixes.Gravatar David Aspinall2008-01-16
|
* Many rearrangements for compatibility, efficient/correct compilation, ↵Gravatar David Aspinall2008-01-15
| | | | | | | namespaces fixes. pre-shell-start-hook: remove this, use default names for modes proof-compat: simplify architecture flags, use standard (featurep 'xemacs).
* Remove proof-indent-pad-eol atrocityGravatar David Aspinall2007-02-28
|
* revoke broken indent fixGravatar Gerwin Klein2004-01-19
|
* Fix domain nameGravatar David Aspinall2003-12-11
|
* Add proof-indent-pad-eol to add useless spacesGravatar David Aspinall2003-04-05
|
* Remove obsolete functionGravatar David Aspinall2002-07-18
|
* GPLGravatar David Aspinall2002-06-21
|
* Copyright date updatedGravatar David Aspinall2001-05-08
|
* rewrote code from scratch: faster, easier to configure; now enabled by default;Gravatar Makarius Wenzel2000-06-08
|
* Use proof-comment-{start,end}-regexpGravatar David Aspinall2000-06-01
|
* TidiedGravatar David Aspinall2000-05-30
|
* Missing parenthesisGravatar David Aspinall2000-05-29
|
* Update to use generic option indent-line, and switch insideGravatar David Aspinall2000-05-26
| | | | function rather than mode (so can be turned on/off easily).
* Improve loadingGravatar David Aspinall2000-05-09
|
* fixed indentation bug: use proof-looking-at (proof-case-fold-search);Gravatar Makarius Wenzel1999-11-10
|
* (goto-char (point-min)) rather than (proof-goto-end-of-locked);Gravatar Makarius Wenzel1999-07-08
|
* proof-parse-to-point improved to support proof-string-start-regexp,Gravatar Makarius Wenzel1999-05-27
| | | | | | | 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);
* fixed bug in proof-parse-to-point: missing (setq stack ...) in case ofGravatar Makarius Wenzel1999-05-26
| | | | closing a proof command;
* Docstring fixes, minor improvements.Gravatar David Aspinall1998-11-25
|
* BIG CHANGES -- SORRY!Gravatar David Aspinall1998-11-20
| | | | | | | | 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.
* Added proof-script-indent user option, to enable indentation code.Gravatar David Aspinall1998-11-09
| | | | | | 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.
* Continuing mods for cleaner byte compileGravatar David Aspinall1998-10-27
|
* Fixes for clean byte compileGravatar David Aspinall1998-10-27
|
* Begun work on clean byte compilation / clarifying interfaces.Gravatar David Aspinall1998-10-27
|
* Changed for proof-script-buffer to proof-script-buffer-listGravatar David Aspinall1998-10-20
|
* Updated maintainer tags to remove lego email address.Gravatar David Aspinall1998-10-01
|
* Added IdGravatar David Aspinall1998-09-08
|
* Renamed for new subdirectory structureGravatar David Aspinall1998-09-03