| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-12-13 | Use `cl-lib` instead of `cl` everywhere | Stefan Monnier | |
| 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. | |||
| 2017-05-05 | Change (eval-when (compile) ...) to (eval-when-compile ...) | Clément Pit--Claudel | |
| This fixes a bunch of compilation warnings | |||
| 2017-03-08 | Remove compile-time calls to proof-ready-for-assistant | Clément Pit--Claudel | |
| Compilation used to run in a separate Emacs process for each file, but that's not what happens when installing PG with package.el. | |||
| 2017-03-08 | Fix incorrect assumption that noninteractive == byte-compiling | Clément Pit--Claudel | |
| The PG Makefile does ensure (using --batch) that noninteractive is non-nil while compiling, but package.el doesn't. | |||
| 2012-09-02 | Repair operation with compiled code. Fails with interpreter, see Trac #445 | David Aspinall | |
| 2011-10-17 | Add fix and regression test for Trac #138 | David Aspinall | |
| 2011-01-31 | auto-solve -> auto-solve-direct for Isabelle2011. | David Aspinall | |
| 2011-01-26 | Add autotest start | David Aspinall | |
| 2011-01-25 | Remove debug messages | David Aspinall | |
| 2010-08-27 | Fix bug with nested spans, solving #344/#335 | David Aspinall | |
| 2010-08-18 | Clean flag settings for profiling. Add AHundredProofs. | David Aspinall | |
| 2010-08-11 | Extend testing | David Aspinall | |
| 2010-08-11 | Support custom syntactic fontification. | David Aspinall | |
| 2010-08-08 | Note complete | David Aspinall | |
| 2010-08-03 | Separate profiling from testing | David Aspinall | |
| 2010-08-03 | Fix compile | David Aspinall | |
| 2010-08-03 | Fix compilation | David Aspinall | |
| 2010-08-03 | Resurrect autotest framework | David Aspinall | |
| 2009-09-15 | Fix compile errors | David Aspinall | |
| 2009-09-10 | Experimental changes to queue several commands at once and to allow ↵ | David Aspinall | |
| pre-processing of commands when they're queued from script | |||
| 2009-09-05 | Clean whitespace | David Aspinall | |
| 2008-01-16 | Updated. | David Aspinall | |
| 2007-12-14 | Remove eval-when, seems unreliable | David Aspinall | |
| 2007-12-14 | Improve loading; these tests are not functioning yet | David Aspinall | |
| 2007-02-28 | Fix comment | David Aspinall | |
| 2005-02-13 | Added simple testing framework (in progress) | David Aspinall | |
