aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-26fix: corner case where "Show." was not triggered.Erik Martin-Dorel
2019-07-26Backtrack -> BackToEnrico Tassi
2019-07-25Merge pull request #432 from a0919610611/fix-coqtagsPierre Courtieu
2019-07-25fix coqtags that can't find some theorem and output empty definition nameYu-Fu Fu
2019-06-18Remove pghelp spans when retracting.Pierre Courtieu
2019-06-17fixing with inductive indentation.Pierre Courtieu
2019-06-06Merge pull request #426 from jfehrle/tweakPierre Courtieu
2019-06-03Process tags in the buffer rather than in stringsJim Fehrle
2019-06-01Add hook for coq diff-highlighting routineJim Fehrle
2019-05-31Merge pull request #425 from tchajed/fix-stray-hClément Pit-Claudel
2019-05-31Remove stray hTej Chajed
2019-05-31* coq/coq-diffs.el (coq-insert-tagged-text): Rework to avoid `aset`Stefan Monnier
2019-05-23Merge pull request #421 from jfehrle/for_master2Pierre Courtieu
2019-05-22Merge pull request #423 from Matafou/fix-422Pierre Courtieu
2019-05-22FIX #422.Pierre Courtieu
2019-05-16Do a "Set Diffs" whenever backtracking. This also re-prints theJim Fehrle
2019-05-16proof-syntax.el: Fix an out-of-range bug in function `proof-format'Erik Martin-Dorel
2019-05-16proof-assistant-format: Support format character "%l" a.k.a. lambdaErik Martin-Dorel
2019-05-16Highlight diffs in goals and some error messagesJim Fehrle
2019-05-02Fix typosJim Fehrle
2019-04-19Merge pull request #418 from SkySkimmer/clean-argsErik Martin-Dorel
2019-04-19Clean -topfile for coq-prog-args properlyGaëtan Gilbert
2019-04-18Merge pull request #419 from bbarenblat/masterClément Pit-Claudel
2019-04-18Derive proof-mode from prog-modeBenjamin Barenblat
2019-02-12Simpler fix for #411.Pierre Courtieu
2019-02-12Fixes #411.Pierre Courtieu
2019-01-14Hopefully fix ProofGeneral/PG#413Erik Martin-Dorel
2019-01-13Fix ProofGeneral/PG#413 furtherErik Martin-Dorel
2019-01-13Merge pull request #414 from ProofGeneral/improve-use-package-supportErik Martin-Dorel
2019-01-13Update the commentary section in proof-general.elErik Martin-Dorel
2019-01-13Fix the license notice in proof-general.elErik Martin-Dorel
2019-01-13Rename pg-init.el to proof-general.elErik Martin-Dorel
2019-01-12* pg-init.el: Add subdirs during compilation (bug #413)Stefan Monnier
2018-12-26Make coq-mode work without generic/proof-*Stefan Monnier
2018-12-25Reduce the impact of proof-site, in case PG is not usedStefan Monnier
2018-12-22* coq-mode.el: New file to make coq-mode independent from PGStefan Monnier
2018-12-20Merge branch 'master' of github.com:ProofGeneral/PGPierre Courtieu
2018-12-20Fixes #395: hyps highlight is transient and with gray background.Pierre Courtieu
2018-12-19Merge pull request #410 from soraros/patch-1Clément Pit-Claudel
2018-12-19Quote ?( ?)soraros
2018-12-15Cosmetic cleanup of coq-smie, coq-syntax, and coq-abbrev.Stefan Monnier
2018-12-15Prepend cl- to more c[ad]+r instancesClément Pit-Claudel
2018-12-15Use cl-caddr instead of caddrClément Pit-Claudel
2018-12-14Fix remaining uses of CL; Make files more declarativeStefan Monnier
2018-12-14Fixes the fix of #407. Is this temporary.Pierre Courtieu
2018-12-14Merge branch 'master' of github.com:ProofGeneral/PGPierre Courtieu
2018-12-14Fix #407: -topfile added if coq > v8.10alpha.Pierre Courtieu
2018-12-13Use `cl-lib` instead of `cl` everywhereStefan Monnier
2018-12-12Cleanup patch; Moving defvar to toplevelStefan Monnier
2018-11-15Merge pull request #402 from Chobbes/modelineClément Pit-Claudel