aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-05-19Fail silently if Coq's version can't be detectedClément Pit--Claudel
Rationale: if Coq isn't installed, we will detect it when trying to run it, and we don't need to duplicate the error logic. Additionally, change from using process-lines to using shell-command, possibly through file-name-handler. The reason for this change is that we want to do the version detection on the remote server if we're running in Tramp.
2016-05-16Merge branch 'master' of github.com:ProofGeneral/PGClément Pit--Claudel
2016-05-16Don't offer "" as the default in C-c C-c C-aClément Pit--Claudel
2016-05-16coq-syntax: Add a debug specClément Pit--Claudel
2016-05-02Merge branch 'master' of github.com:ProofGeneral/PGPierre Courtieu
2016-05-02Fixing detection of symbol at point.Pierre Courtieu
Quote at start of a word should not be considered part of the word. Other characters than ' or _ are punctuation.
2016-04-25Don't use string-empty-pClément Pit--Claudel
It's too recent
2016-04-15Merge pull request #68 from ProofGeneral/67-intros-and-PG-settingsPierre Courtieu
Respect user settings in coq-insert-intros
2016-04-14Respect user settings in coq-insert-introsClément Pit--Claudel
Fixes #67.
2016-03-21updating CHANGES to the last commit.Pierre Courtieu
2016-03-21Option to toggle optimising response windo heigth.Pierre Courtieu
2016-03-09Adding more keywords (Local xxx).Pierre Courtieu
2016-03-09Fixed #64 again. e2c5da0 commits was wrong.Pierre Courtieu
2016-03-09Fix #47.Pierre Courtieu
There are many other issued with coq-smie-forward-token.
2016-03-09Fix #64. Use syntax-ppss in fill-nobreak-predicate.Pierre Courtieu
More robust to font-lock tweaks that change font inside comments (whitespace mode etc).
2016-03-09Fixing a small glitch in indentation.Pierre Courtieu
if a "; tactic" is not at the end of its line, (hanging) then it should not act on indetation of next line.
2016-03-09Fix #63 (efficiency pb in indentation).Pierre Courtieu
2016-03-08Fixing #62.Pierre Courtieu
I don't know if it is a coq bug that bullet do not support Time. I remove Time from bullets for the moment.
2016-03-08Avoiding useless computation in indentation code.Pierre Courtieu
2016-03-08Should fix #49 and #55 (compilation of From .. Require).Pierre Courtieu
2016-03-08Small fix for -Q options in loadpath.Pierre Courtieu
2016-03-05Highlight ltac:(), constr:(), and uconstr:()Clément Pit--Claudel
Also refactor coq-font-lock-keywords-1 slightly.
2016-02-29Redo 11b03d4 (ensure that ‘Time’ isn't added to internal commands)Clément Pit--Claudel
2016-02-28Remove leftover commentClément Pit--Claudel
2016-02-28Don't add the ‘Time’ prefix to internal Coq commandsClément Pit--Claudel
This ensures that parts of Proof General that use Coq commands in the background are not confused by extra timing information.
2016-02-27Add uconstr to the (ltac constr) list in SMIEClément Pit--Claudel
2016-02-27Fix a typo: s/coq-modulestart-proofstart/coq-indent-proofstart/Clément Pit--Claudel
2016-02-27Add a :safe predicate to indentation variablesClément Pit--Claudel
This is useful if people want to set them project-locally.
2016-02-20Simplify code to add to .emacsClément Pit--Claudel
2016-02-18Adding missing keywordsPierre Courtieu
2016-02-17Merge pull request #28 from JasonGross/travis-24-3-4-5Pierre Courtieu
travis.yml for emacs 24.{3,4,5}
2016-02-17Merge pull request #40 from hendriktews/proof-treePierre Courtieu
basic proof tree changes for Coq 8.5
2016-02-13More version number fixesClément Pit--Claudel
2016-02-12A few clarifications in READMEClément Pit--Claudel
2016-02-10Merge pull request #48 from tchajed/texi2html-flagsClément Pit--Claudel
Update numbering flag passed to texi2html
2016-02-10Update numbering flag passed to texi2htmlTej Chajed
texi2html, as of version 1.80 (http://download-mirror.savannah.gnu.org/releases//texi2html/NEWS-1.80), uses -number-sections instead of -number for the flag name.
2016-02-10More README updatesClément Pit--Claudel
2016-02-10Update READMEClément Pit--Claudel
2016-02-06Ensure that version detection does not fail in 24.3Clément Pit--Claudel
2016-02-06Use coq-prog-name to autodetect version numberClément Pit--Claudel
2016-01-27Fixed recent coq syntax change (tac !H become tac (H)).Pierre Courtieu
2016-01-24basic proof tree changes for Coq 8.5Hendrik Tews
Fixes to get basic proof tree functionality, including support for give_up, cycle, swap, revgoals. Unshelve and evar's don't work yet, see proof-tree issues #1 and #2
2016-01-19Cleaning CHANGES.Pierre Courtieu
2016-01-19fix #36.Pierre Courtieu
2016-01-14Add a few comments to explain values of coq-load-pathClément Pit--Claudel
2016-01-14Mark coq-load-path-include-current as obsoleteClément Pit--Claudel
2016-01-14Automatically detect which version of Coq we're usingClément Pit--Claudel
2016-01-14Refactor the project file parsing codeClément Pit--Claudel
2016-01-14Fix #29 + indentation glitch + regexp refactoring.Pierre Courtieu
2016-01-13Versions 24.2 and earlier do not compileJason Gross