| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-12-19 | include compile tests in CI elisp compilation | Hendrik Tews | |
| 2018-12-22 | * coq-mode.el: New file to make coq-mode independent from PG | Stefan Monnier | |
| Move the part of coq.el that is not specific to ProofGeneral into coq-mode.el to make `coq-mode` into a major mode that can work without PG. * coq/coq-mode.el: New file, with code extracted from coq.el. (coq-use-pg): New var. (coq-near-comment-region): Complete rewrite. * Makefile.devel (autoloads): Add `coq` to the scanned subdirectories. * generic/proof-autoloads.el: Regenerate. * generic/proof-site.el: Don't override pre-existing major-mode definitions. * coq/coq-syntax.el (coq-init-syntax-table): Delete function. Setup the syntax-table while loading coq-mode.el instead. * coq/coq-system.el (coq-prog-name, get-coq-library-directory) (coq-library-directory, coq-tags): Move to coq-mode.el. * coq/coq.el: Set proof-assistant when loaded. (coq-may-use-prettify, coq-outline-regexp) (coq-outline-heading-end-regexp, coq-mode) (coq-prettify-symbols-alist, coq-fill-paragraph-function) (coq-adaptive-fill-function): Move to coq-mode.el. (coq-shell-mode-syntax-table, coq-response-mode-syntax-table) (coq-goals-mode-syntax-table): Just reuse the already setup coq-mode-syntax-table... (coq-shell-mode-config, coq-goals-mode-config, coq-response-config): ... instead of calling coq-init-syntax-table. (coq-get-comment-region): Delete, not used any more. (coq-pg-mode-map): New var. Move top-level keymap setup here. (coq-pg-setup): Rename from coq-mode-config. Move all the non-PG specific settings to coq-mode. * generic/proof-script.el (proof-mode): Simplify call to proof-splash-message since it does the same extra tests internally. (proof-config-done-related): Don't touch font-lock-defaults if the mode doesn't provide any font-lock-defaults. * isar/isar-syntax.el: Use lexical-binding. (isar-font-lock-fontify-syntactically-region): Make it callable from font0lock-keywords. (isar-font-lock-keywords-1): Call isar-font-lock-fontify-syntactically-region. * generic/proof-syntax.el (font-lock-fontify-keywords-region): Remove advice. (proof-ids): Remove, unused. * lib/bufhist.el (bufhist-erase-buffer): Don't let-bind after-change-functions. * generic/pg-pbrpm.el (pg-pbrpm-auto-select-around-point): Fix one more left-over cl.el use. * generic/proof-utils.el (proof-with-script-buffer): Add edebug spec. | |||
| 2018-08-22 | Bump version from 4.4.1~pre to 4.5-git | Erik Martin-Dorel | |
| This commit ensures the version number is (version-to-list)-compliant. | |||
| 2017-04-25 | Remove bin/proofgeneral and Update Makefiles accordingly. | Erik Martin-Dorel | |
| Closes ProofGeneral/PG#177 | |||
| 2016-12-31 | A first pass at converting from CVS to git. (#127) | zhenya1007 | |
| Do some cleanup in the Makefile.devel file. | |||
| 2016-09-19 | Bump version number for next release cycle. | Erik Martin-Dorel | |
| 2016-02-13 | More version number fixes | Clément Pit--Claudel | |
| 2015-03-13 | Summary: remove non-BSD cp arg | David Aspinall | |
| 2013-05-31 | Remove link in tar file. | David Aspinall | |
| 2013-05-23 | Run make check before release | David Aspinall | |
| 2013-05-22 | Add ProofGeneral.jpg to distribution | David Aspinall | |
| 2012-10-19 | Updates for PG 4.3 | David Aspinall | |
| 2012-08-14 | Add setting for rcs2log path | David Aspinall | |
| 2011-10-13 | Update for 4.2 cycle | David Aspinall | |
| 2011-10-03 | Remove some non-existent ignored files | David Aspinall | |
| 2011-09-16 | Tweak to Emacs package building | David Aspinall | |
| 2011-04-28 | Fix Make pkg in case package name same as release name. | David Aspinall | |
| 2011-04-28 | Add rcs2log options suggested by Hendrik | David Aspinall | |
| 2011-01-14 | set a non-temporary email address | Hendrik Tews | |
| 2011-01-14 | Add new CVS users to DEVELOPERS list. | David Aspinall | |
| 2010-10-11 | Cleanup | David Aspinall | |
| 2010-10-10 | Update to 4.1pre | David Aspinall | |
| 2010-10-04 | Comments | David Aspinall | |
| 2010-08-27 | Target to run an instance | David Aspinall | |
| 2010-08-25 | Target to build an Emacs package | David Aspinall | |
| 2010-08-23 | Remove defunct RPM link | David Aspinall | |
| 2010-08-03 | Separate profiling from testing | David Aspinall | |
| 2010-08-03 | Show test log in case of failure | David Aspinall | |
| 2010-08-03 | Resurrect autotest framework | David Aspinall | |
| 2009-09-21 | superdir | David Aspinall | |
| 2009-09-21 | Fix doc copy/clean. | David Aspinall | |
| 2009-09-21 | Only distribute info file, not pdf | David Aspinall | |
| 2009-09-21 | Add doc files and .elcs to distributed tarball | David Aspinall | |
| 2009-09-21 | tar -> $(TAR) | David Aspinall | |
| 2009-09-15 | distcompile: don't ignore errors during compile | David Aspinall | |
| 2009-09-08 | Remove devel. from testall target | David Aspinall | |
| 2009-09-05 | Add tidy target (cleans whitespace) | David Aspinall | |
| 2009-09-04 | Hide echo | David Aspinall | |
| 2009-08-31 | Clean up IGNOREDFILES a bit | David Aspinall | |
| 2009-08-20 | Remove obsolete file mention | David Aspinall | |
| 2009-03-10 | Fix to use in place of make, see ↵ | David Aspinall | |
| http://proofgeneral.inf.ed.ac.uk/trac/ticket/262 | |||
| 2008-12-05 | merge develdownload.html with devel.html | David Aspinall | |
| 2008-12-05 | Updated. | David Aspinall | |
| 2008-08-03 | Updates for 4.0 | David Aspinall | |
| 2008-07-24 | Merge changes from Version4Branch. | David Aspinall | |
| 2008-02-03 | Move to 3.7.1 pre-rel | David Aspinall | |
| 2008-01-31 | Updated. | David Aspinall | |
| 2008-01-30 | Remove more zip | David Aspinall | |
| 2008-01-30 | Remove zip from distribution, only use tgz | David Aspinall | |
| 2008-01-25 | Missing quote | David Aspinall | |
