aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/proof-depends.el
Commit message (Collapse)AuthorAge
* Prepend cl- to more c[ad]+r instancesGravatar Clément Pit-Claudel2018-12-15
|
* Use `cl-lib` instead of `cl` everywhereGravatar Stefan Monnier2018-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use lexical-binding in a few files where it was easy. Don't require `proof-compat` when it's not used. * coq/coq-db.el: Use lexical-binding. * coq/coq-system.el: Use lexical-binding. (coq--extract-prog-args): Use concatenated-args rather than recomputing it. * coq/coq.el: Require `span` to silence some warnings. * generic/pg-user.el: Use lexical-binding. (complete, add-completion, completion-min-length): Silence warnings. * generic/pg-xml.el: Use lexical-binding. (pg-xml-string-of): Prefer mapconcat to reduce+concat. * generic/proof-depends.el: Use lexical-binding. (proof-dep-split-deps): Use `push`. * generic/proof-shell.el: Require `span` to silence some warnings. (proof-shell-invisible-command): Don't use lexical-let just to build a wasteful η-redex! * lib/holes.el: Use lexical-binding. Remove redundant :group args. * lib/span.el: Use lexical-binding. (span-read-only-hook): Use user-error. (span-raise): Remove, unused.
* Fix most doc issues raised by (checkdoc)Gravatar Erik Martin-Dorel2018-08-23
|
* Update copyright messages and improve the header of elisp files.Gravatar Erik Martin-Dorel2018-02-21
|
* Don't mess with overlay priorities.Gravatar Stefan Monnier2014-06-06
|
* Checkdoc cleanupsGravatar David Aspinall2010-08-08
|
* Fix to last patch for face saving (untested still).Gravatar David Aspinall2009-12-02
|
* Better approximation of restoring old highlighting, by caching saved face.Gravatar David Aspinall2009-12-02
|
* *** empty log message ***Gravatar David Aspinall2009-11-28
|
* mapcar -> dolistGravatar David Aspinall2009-09-07
|
* Clean whitespaceGravatar David Aspinall2009-09-05
|
* 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).
* CommentsGravatar David Aspinall2004-04-02
|
* Update email and web addressesGravatar David Aspinall2004-02-08
|
* Change to proof-shell-theorem-dependency-regexp; also add code to make ↵Gravatar David Aspinall2002-08-28
| | | | nested submenus of deps.
* Docstring.Gravatar David Aspinall2002-08-16
|
* Fix dep highlighting for Emacs 21 by setting priorities.Gravatar David Aspinall2002-08-08
|
* Fix autoload for context menu; add proof-shell-show-dependency-cmd.Gravatar David Aspinall2002-08-08
|
* Add require, fix menu capitalization.Gravatar David Aspinall2002-08-07
|
* GPLGravatar David Aspinall2002-06-21
|
* Year changesGravatar David Aspinall2002-03-21
|
* Use pg-set-span-helphightlights for unhighlighting.Gravatar David Aspinall2001-09-03
|
* (Almost) complete rewriteGravatar David Aspinall2001-08-31
|
* Clean up of proof-dependsGravatar David Aspinall2001-08-31
|
* Update commentsGravatar David Aspinall2000-09-23
|
* Added Fiona's changes, cleaned up a little bit with header and footerGravatar David Aspinall2000-08-14
|
* functions for manipulating theorem dependenciesGravatar David Aspinall2000-07-19