aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic
Commit message (Collapse)AuthorAge
* Bump version from 4.4.1~pre to 4.5-gitGravatar Erik Martin-Dorel2018-08-22
| | | | This commit ensures the version number is (version-to-list)-compliant.
* Merge pull request #200 from craff/masterGravatar Erik Martin-Dorel2018-08-22
|\ | | | | Update phox support
* | Add a missing parameter in advice on font-lock-fontify-keywords-regionGravatar Clément Pit--Claudel2018-03-07
| |
* | Update copyright messages and improve the header of elisp files.Gravatar Erik Martin-Dorel2018-02-21
| |
* | Bind C-c C-m (= C-c RET) to proof-goto-point [tty] (#228)Gravatar Erik Martin-Dorel2018-02-20
| | | | | | Close ProofGeneral/PG#31
| * phox is backGravatar Christophe Raffalli2017-09-22
|/
* Fix pg-{show,hide}-all-proofs and Move them into pg-user.el.Gravatar Erik Martin-Dorel2017-08-15
| | | | This commit address ProofGeneral/PG#193.
* Fix easycrypt automode regexpGravatar Mario Rodas2017-06-19
| | | | | Without the string-end regexp matches all the file names which match the regexp `.eca?`.
* Fixing bug #187 by removing trailing spaces from prog name.Gravatar Pierre Courtieu2017-06-06
|
* Remove mmm and ML4PG contribs and remove references to them in code and docsGravatar Paul Steckler2017-05-24
|
* Change (eval-when (compile) ...) to (eval-when-compile ...)Gravatar Clément Pit--Claudel2017-05-05
| | | | This fixes a bunch of compilation warnings
* Merge pull request #157 from ProofGeneral/elpaGravatar Clément Pit-Claudel2017-05-05
|\ | | | | [WIP] ELPA/MELPA support
* | Fixing #167.Gravatar Pierre Courtieu2017-03-13
| |
| * Remove uses of defpgdefault in coq-abbrevGravatar Clément Pit--Claudel2017-03-08
| | | | | | | | | | | | This file is `require'-d when compiling coq.el, and at that point the proof assistant isn't set to coq yet, so it would define variables prefixed by `nil-' instead of `coq'.
| * Remove compile-time calls to proof-ready-for-assistantGravatar Clément Pit--Claudel2017-03-08
| | | | | | | | | | Compilation used to run in a separate Emacs process for each file, but that's not what happens when installing PG with package.el.
| * Remove unnecessary calls to 'eval-and-compile'Gravatar Clément Pit--Claudel2017-03-08
| |
| * Remove some Emacs <24.1 compatibility cruftGravatar Clément Pit--Claudel2017-03-08
| |
| * Fix incorrect uses of defvarGravatar Clément Pit--Claudel2017-03-08
| | | | | | | | | | | | | | 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.
| * Fix incorrect assumption that noninteractive == byte-compilingGravatar Clément Pit--Claudel2017-03-08
|/ | | | | The PG Makefile does ensure (using --batch) that noninteractive is non-nil while compiling, but package.el doesn't.
* Merge pull request #163 from ProofGeneral/fix_indentationGravatar Pierre Courtieu2017-03-03
|\ | | | | Fix indentation
* | Remove default key-binding for proof-electric-terminator-toggle.Gravatar Erik Martin-Dorel2017-03-03
| | | | | | | | Close ProofGeneral/PG#160
* | Removing spurious debug messages.Gravatar Pierre Courtieu2017-02-24
| |
* | Fixing #154.Gravatar Pierre Courtieu2017-02-23
| |
| * Merge branch 'master' of github.com:ProofGeneral/PG into master_originGravatar Pierre Courtieu2017-01-26
| |\ | |/ |/|
| * annoying missing parentheisis in a comment.Gravatar Pierre Courtieu2017-01-24
| |
* | save settings not defined with defpacustom (fixes #142)Gravatar Hendrik Tews2017-01-19
| | | | | | | | | | | | | | - infrastructure for saving/resetting customizations not defined with defpacustom - improve Coq -> Auto Compilation menu - polish documentation and manual
* | split emergency-cleanup to handle interrupts properly (fixes #143)Gravatar Hendrik Tews2017-01-18
| | | | | | | | | | | | Split coq-par-emergency-cleanup into two functions, one for reacting on user interrupts and one for cleaning up after compilation errors.
* | move phox from main to obscure instancesGravatar Hendrik Tews2017-01-17
| | | | | | | | | | see http://proofgeneral.inf.ed.ac.uk/trac/ticket/434, when I tried to download phox now, no link was working...
* | Merge pull request #44 from EasyCrypt/masterGravatar hendriktews2017-01-17
|\ \ | | | | | | EasyCrypt PG mode
* | | Fix prooftree for Coq 8.6Gravatar Hendrik Tews2017-01-14
| |/ |/| | | | | | | | | | | In Coq 8.6 evar status printing is off by default, causing prooftree to crash. This patch inserts invisible commands to switch evar status printing on and off. This is done via the urgent-action-hook.
* | Merge remote-tracking branch 'OFFICIAL/master'Gravatar Pierre Courtieu2017-01-04
|\ \
* | | Fixing #121 + avoid hiding user windows too much.Gravatar Pierre Courtieu2017-01-04
| | |
| * | fix prooftree crash with long evar linesGravatar Hendrik Tews2016-12-28
| | |
| * | fix generic interrupt procedure to interrupt parallel background compilationGravatar Hendrik Tews2016-12-14
| | |
| * | Merge pull request #129 from hendriktews/keep-goingGravatar hendriktews2016-12-14
|/| | | | | | | | Keep going
* | | Merge pull request #132 from Matafou/masterGravatar Pierre Courtieu2016-12-14
|\ \ \ | | | | | | | | Remove default absolute name from coq-prog-name (Fixes #76), but keep displaying…
| * | | remove default absolute name from coq-prog-name, but keep dipsplaying it ↵Gravatar Pierre Courtieu2016-12-12
| | | | | | | | | | | | | | | | when asking for it.
| | * | option coq-compile-keep-going for parallel compilationGravatar Hendrik Tews2016-12-08
| |/ / |/| | | | | | | | | | | | | | With this option set, compilation continues after the first error to compile as much as possible and to potentially report more than one error.
* | | fix 2 compilation warnings (fixes #33)Gravatar Hendrik Tews2016-11-30
|/ /
* | fix error in process filter: Cannot resize windowGravatar Hendrik Tews2016-11-02
| |
* | proof-retract-before-change: Fix #41 by saving/restoring the match data.Gravatar Erik Martin-Dorel2016-09-25
| |
* | Bump version number for next release cycle.Gravatar Erik Martin-Dorel2016-09-19
| |
* | Update the documentation and prepare the release 4.4.Gravatar Erik Martin-Dorel2016-09-18
| |
* | Fix reference to log-warning-minimum-levelGravatar psteckler2016-09-16
| | | | | | Fixes #110.
* | Ensure PG overlays have pg-span property (#98)Gravatar Tej Chajed2016-08-25
| |
* | Fix (next-undo-elt) to return a relevant undo element w.r.t (undo-delta).Gravatar Erik Martin-Dorel2016-07-04
| |
* | Reset proof-script-buffer to nil if -ready-prover failsGravatar Clément Pit--Claudel2016-06-10
| | | | | | | | Fixes #65
* | Update PG's logoGravatar Clément Pit--Claudel2016-05-24
| | | | | | | | | | | | | | The new art is a contribution of Yoshihiro Imai (http://proofcafe.org/~yoshihiro503/), first released at https://github.com/yoshihiro503/generaltan and kindly made available under the terms of the GPL. Many thanks!
* | More version number fixesGravatar Clément Pit--Claudel2016-02-13
| |
| * Import EasyCrypt PG modeGravatar Pierre-Yves Strub2016-01-29
|/