aboutsummaryrefslogtreecommitdiffhomepage
path: root/acl2
Commit message (Collapse)AuthorAge
* Fix remaining uses of CL; Make files more declarativeGravatar Stefan Monnier2018-12-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Emacs occasionally loads Elisp files just to get more info (e.g. for C-h f), so loading a file should "no effect". Fix the most obvious such effects: the splash screen and the autotests by moving those effects into a function. * coq/coq-autotest.el: Make it declarative. Use lexical-binding. (coq-autotest): New function holding the code that used to be at top-level. * generic/proof.el: Use lexical-binding. Don't call proof-splash-message just because we're being loaded. * generic/proof-script.el: Use lexical-scoping; fix all warnings. (pg-show-all-portions): Simplify the code with a closure. (proof-activate-scripting): Declare activated-interactively as dyn-scoped. (proof--splash-done): New var. (proof-mode): Call proof-splash-message upon first use. * generic/proof-splash.el (proof-splash-message): Don't check byte-compile-current-file now that we're only called when the mode is activated. * acl2/acl2.el (auto-mode-alist): Use `add-to-list` and \'. * coq/coq-db.el (coq-build-menu-from-db-internal): Avoid silly O(N²). * coq/coq-seq-compile.el: * coq/coq-par-test.el: * coq/coq-par-compile.el: Fix leftover uses of CL's `assert`. * generic/proof-utils.el: * generic/pg-movie.el: * etc/testsuite/pg-test.el: * coq/coq-syntax.el: Fix leftover uses of CL's `incf`. * generic/pg-autotest.el: Fix leftover uses of CL's `decf`. * obsolete/plastic/plastic.el (plastic-preprocessing): Fix leftover use of CL's `loop`. * generic/pg-user.el (proof-add-completions): Do nothing if no proof-assistant is set yet (i.e. during byte-compilation). (byte-compile-current-file): No need to test this any more. * generic/proof-syntax.el (proof-regexp-alt-list): Use mapconcat. Remove unnecessary "\\(?:...\\)". (proof-regexp-alt): Redefine in terms of proof-regexp-alt-list.
* Update copyright messages and improve the header of elisp files.Gravatar Erik Martin-Dorel2018-02-21
|
* Update the documentation and prepare the release 4.4.Gravatar Erik Martin-Dorel2016-09-18
|
* Clean whitespaceGravatar David Aspinall2009-09-05
|
* Remove proof-shell-prompt-pattern, no longer used.Gravatar David Aspinall2009-09-04
|
* Merge changes from Version4Branch.Gravatar David Aspinall2008-07-24
|
* Updated.Gravatar David Aspinall2008-01-15
|
* Many compatibility updates, bug fixes, rearrangements for compilation.Gravatar David Aspinall2008-01-15
|
* More email -> trac renamesGravatar David Aspinall2007-12-14
|
* Compiler warningsGravatar David Aspinall2004-04-17
|
* New fileGravatar David Aspinall2004-04-16
|
* Remove X-Symbol support temporarilyGravatar David Aspinall2004-04-15
|
* Fix mail addrGravatar David Aspinall2004-04-14
|
* Update email and web addressesGravatar David Aspinall2004-02-08
|
* Variable name change proof-comment-{start,end}-regexp -> ↵Gravatar David Aspinall2002-07-19
| | | | proof-script-comment-{start,end}-regexp.
* GPL updateGravatar David Aspinall2002-06-21
|
* Remove duplicateGravatar David Aspinall2002-06-08
|
* Greatly improved support.Gravatar David Aspinall2002-03-21
|
* Add specific install instrs, rearrange.Gravatar David Aspinall2001-09-03
|
* Updated, trimmed down to barebones.Gravatar David Aspinall2000-09-29
|
* Fix web page, at least.Gravatar David Aspinall2000-09-28
|
* First (non-working) versions, committed so that doc builds.Gravatar David Aspinall2000-09-28