| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-12-14 | Fix remaining uses of CL; Make files more declarative | Stefan Monnier | |
| 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. | |||
| 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. | |||
| 2018-08-23 | Fix most doc issues raised by (checkdoc) | Erik Martin-Dorel | |
| 2018-03-07 | Add a missing parameter in advice on font-lock-fontify-keywords-region | Clément Pit--Claudel | |
| 2018-02-21 | Update copyright messages and improve the header of elisp files. | Erik Martin-Dorel | |
| 2010-09-22 | Fix some bugs in coq regexp generation | David Aspinall | |
| 2010-08-25 | Bring syntactic context functions together | David Aspinall | |
| 2010-08-18 | Style fixes | David Aspinall | |
| 2010-08-11 | only run custom font-lock-fontify-syntactically-region on PG buffers | David Aspinall | |
| 2010-08-11 | Support custom syntactic fontification. Split out pa macros. | David Aspinall | |
| 2010-08-08 | Checkdoc cleanups | David Aspinall | |
| 2009-12-01 | proof-splice-separator -> mapconcat builtin | David Aspinall | |
| 2009-12-01 | proof-ids-to-regexp: use regexp-opt, this seems reliable now. | David Aspinall | |
| 2009-12-01 | fix proof-splice-separator | David Aspinall | |
| 2009-10-03 | proof-regexp-alt: use shy matching | David Aspinall | |
| 2009-09-09 | Add proof-re-search-forward-safe | David Aspinall | |
| 2009-09-06 | Doc fixes, and many defun -> defsubst to enhance compiled code. | David Aspinall | |
| 2009-09-05 | Clean whitespace | David Aspinall | |
| 2009-09-04 | Remove proof-shell-prompt-pattern, no longer used. | David Aspinall | |
| 2009-09-04 | proof-looking-at-syntactic-context: moved to proof-utils because of macro use | David Aspinall | |
| 2009-09-04 | comment | David Aspinall | |
| 2009-08-19 | proof-splice-separator: ignore nil entries for convenience | David Aspinall | |
| 2009-08-18 | Note | David Aspinall | |
| 2009-08-17 | Update doc | David Aspinall | |
| 2009-08-17 | proof-looking-at-syntactic-context: allow proof assistant | David Aspinall | |
| version to override default. | |||
| 2008-07-24 | Merge changes from Version4Branch. | David Aspinall | |
| 2008-07-21 | proof-ids-to-regexp: Use word-symbol constituent match \_< \_> in GNU Emacs, | David Aspinall | |
| with improvement due to Stefan Monnier. No change for XEmacs. | |||
| 2008-07-21 | Changed the main menu of coq. Changed a shortcut for holes. | Pierre Courtieu | |
| 2008-01-16 | Reduce compiler warnings. Minor fixes. | David Aspinall | |
| 2008-01-15 | Many 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-05-10 | Add proof-replace-regexp-nocasefold | David Aspinall | |
| 2006-08-23 | Coq indentation small fixes. | Pierre Courtieu | |
| 2005-09-01 | added proof-search-forward, proof-replace-regexp-in-string; | Makarius Wenzel | |
| avoid (re-)search-forward, which does not observe proof-case-fold-search; | |||
| 2005-02-13 | Add suggestion by Stefan Monnier (comment only) | David Aspinall | |
| 2002-08-31 | Documentation. | David Aspinall | |
| 2002-08-31 | Improved implementation of zap-commas font lock behaviour, patch from Stefan ↵ | David Aspinall | |
| Monnier | |||
| 2002-08-13 | proof-string-match-safe is even more safe | David Aspinall | |
| 2002-07-19 | Variable name change proof-comment-{start,end}-regexp -> ↵ | David Aspinall | |
| proof-script-comment-{start,end}-regexp. | |||
| 2002-07-18 | Investigation of proof-zap-commas failure in GNU Emacs; comments, no results. | David Aspinall | |
| 2002-07-18 | Fix bug in proof-zap-commas-region (which is anyway faulty) | David Aspinall | |
| 2002-07-16 | Refactor several variable names; clean up, doc subterm markup and output ↵ | David Aspinall | |
| display. | |||
| 2002-06-21 | GPL | David Aspinall | |
| 2002-01-31 | Tweak comment | David Aspinall | |
| 2001-08-10 | Found another instance of buffer-syntactic-context | David Aspinall | |
| 2001-05-08 | Copyright date updated | David Aspinall | |
| 2000-12-14 | Generalise proof-format-filename | David Aspinall | |
| 2000-06-08 | added proof-looking-at-safe, proof-looking-at-syntactic-context; | Makarius Wenzel | |
| removed proof-indent-commands-regexp; | |||
| 2000-06-05 | fixed proof-anchor-regexp: use \` instead of ^; | Makarius Wenzel | |
| added proof-no-regexp; | |||
| 2000-06-04 | proof-re-search-forward/backward: observe proof-case-fold-search; | Makarius Wenzel | |
| 2000-05-29 | Generalized proof-format to allow sexps in replacement. | David Aspinall | |
