| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-12-15 | Cosmetic cleanup of coq-smie, coq-syntax, and coq-abbrev. | Stefan Monnier | |
| Fix a few more cl.el leftovers. Get rid of remaining use of iso-2022. Use SMIE unconditionally. * coq/coq-abbrev.el: Use lexical-binding. (coq-install-abbrevs): Delete, only keep the relevant contents. (proof-defstringset-fn): Remove. Fold changes into the main version. * coq/coq-indent.el (coq-find-real-start): Use forward-comment. * coq/coq-smie.el: Use lexical-binding. Assume `smie` is available. (coq--string-suffix-p): Rename from coq-string-suffix-p. Use string-suffix-p for it when available. (string-suffix-p): Never define here. Change all users to use coq--string-suffix-p instead. (coq-smie-.-deambiguate): Use forward-comment. Remove unused var `beg`. (coq-backward-token-fast-nogluing-dot-friends) (coq-forward-token-fast-nogluing-dot-friends): Remove unused var `tok-other`. (coq-smie-search-token-backward): Remove unused var `p`. (coq-smie-:=-deambiguate, coq-smie-backward-token): Prefer char-before over looking-back. (coq-smie-rules): Use `pcase` over deprecated cl's `case`. * coq/coq-syntax.el: Use lexical-binding. (coq-count-match): Rewrite so it doesn't do needless heap-allocation. (coq-module-opening-p, coq-section-command-p, coq-goal-command-str-p): Use case-fold-search rather than proof-string-match. (coq-goal-command-regexp): Forward-declare. (coq-save-command-regexp-strict): Move before first use. (coq-reserved-regexp): Use a single \_< ... \_>. (coq-detect-hyps-positions): Limit search for looking-back. * coq/coq.el: Remove SMIE declarations since SMIE is always used. (coq-use-smie): Remove, unused. (coq-smie): Always require. * generic/pg-pbrpm.el: Fix leftover cl.el uses. * generic/proof-utils.el (proof-defstringset-fn): Fix copy&paste error in the docstring, improve interactive prompt. * lib/maths-menu.el: Use utf-8 and lexical-binding. | |||
| 2018-08-23 | Add link to the latex-pretty-symbols package mentioned by @craff | Erik Martin-Dorel | |
| Fix the typo reported by @siddharthist as well | |||
| 2018-08-23 | Fix most doc issues raised by (checkdoc) | Erik Martin-Dorel | |
| 2017-09-22 | phox syntax table + more symbols | Christophe Raffalli | |
| 2017-09-22 | phox is back | Christophe Raffalli | |
| 2017-03-08 | Fix incorrect uses of defvar | Clément Pit--Claudel | |
| It didn't really matter that these variables were defined and set to nil during compilation, since we ran compilation in a clean Emacs in --batch mode; it does matter now, however, since package.el compiles PG in the user's currently running Emacs instance. | |||
| 2015-03-05 | Summary: Fix compile warning on phox-toolbar-entries | David Aspinall | |
| 2010-08-27 | Replace proof-terminal-char with proof-terminal-string. | David Aspinall | |
| 2009-09-15 | Prevent many compile warnings | David Aspinall | |
| 2009-09-10 | Some fixes to requires etc | David Aspinall | |
| 2009-09-05 | resp-font-lock-keywords -> response-font-lock-keywords; ↵ | David Aspinall | |
| output-fontify-enable removed | |||
| 2009-09-04 | Remove proof-shell-prompt-pattern, no longer used. | David Aspinall | |
| 2009-09-01 | Remove (commented out) x-symbol configuration | David Aspinall | |
| 2009-09-01 | hack with phox-prog-name and phox-prog-name-guess to have this phox folder ↵ | Christophe Raffalli | |
| working with PG 3.7 | |||
| 2009-09-01 | Removed support for x-symbol (I do not like it because it changes the buffer ↵ | Christophe Raffalli | |
| content !) sym-lock is still available on xemacs only various other bug fix. | |||
| 2008-07-24 | Merge changes from Version4Branch. | David Aspinall | |
| 2008-02-17 | Docstring with keymap | David Aspinall | |
| 2008-01-24 | Remove use of proof-ass | David Aspinall | |
| 2008-01-15 | Many compatibility updates, bug fixes, rearrangements for compilation. | David Aspinall | |
| 2006-02-24 | back to using sym-lock ... x-symbol will not be supported anymore for PhoX + ↵ | Christophe Raffalli | |
| imporvment in proof by contextual menu | |||
| 2005-10-20 | bug fix | Christophe Raffalli | |
| 2005-07-05 | *** empty log message *** | Christophe Raffalli | |
| 2005-02-13 | Attempt to address X-Symbol startup problems for PhoX. | David Aspinall | |
| 2005-02-09 | *** empty log message *** | Christophe Raffalli | |
| 2004-12-08 | changes to pbrpm | Christophe Raffalli | |
| 2004-11-22 | work on proof by contextual menu for phox | Christophe Raffalli | |
| 2004-10-20 | improvment of phox-x-symbol, supress sym-lock, first support for proof by ↵ | Christophe Raffalli | |
| contextual menu | |||
| 2004-05-17 | first try to make x-symbol works | Christophe Raffalli | |
| 2004-04-16 | *** empty log message *** | Christophe Raffalli | |
| 2004-03-01 | Remove non-existent proof-state-command setting | David Aspinall | |
| 2003-02-15 | Fixes so that compile works | David Aspinall | |
| 2003-02-12 | change for version 0.83 of PhoX | Christophe Raffalli | |
| 2002-07-25 | change to support version 4.4 of x-symbol | Christophe Raffalli | |
| 2002-07-19 | Variable name change proof-comment-{start,end}-regexp -> ↵ | David Aspinall | |
| proof-script-comment-{start,end}-regexp. | |||
| 2002-07-16 | Refactor several variable names; clean up, doc subterm markup and output ↵ | David Aspinall | |
| display. | |||
| 2002-03-21 | added hook: proof-before-fontify-output-hook | Christophe Raffalli | |
| 2002-03-05 | *** empty log message *** | Christophe Raffalli | |
| 2001-07-25 | Various changes for win32 compatibility | Christophe Raffalli | |
| 2001-06-22 | *** empty log message *** | Christophe Raffalli | |
| 2001-02-20 | *** empty log message *** | Christophe Raffalli | |
| 2001-02-20 | *** empty log message *** | Christophe Raffalli | |
| 2001-02-07 | *** empty log message *** | Christophe Raffalli | |
| 2001-02-07 | *** empty log message *** | Christophe Raffalli | |
| 2001-02-01 | *** empty log message *** | Christophe Raffalli | |
| 2001-01-18 | *** empty log message *** | Christophe Raffalli | |
| 2001-01-11 | *** empty log message *** | Christophe Raffalli | |
| 2000-12-22 | *** empty log message *** | Christophe Raffalli | |
| 2000-12-22 | *** empty log message *** | Christophe Raffalli | |
| 2000-12-22 | *** empty log message *** | Christophe Raffalli | |
| 2000-12-22 | *** empty log message *** | Christophe Raffalli | |
