| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-03-08 | Avoiding useless computation in indentation code. | Pierre Courtieu | |
| 2016-03-08 | Should fix #49 and #55 (compilation of From .. Require). | Pierre Courtieu | |
| 2016-03-08 | Small fix for -Q options in loadpath. | Pierre Courtieu | |
| 2016-03-05 | Highlight ltac:(), constr:(), and uconstr:() | Clément Pit--Claudel | |
| Also refactor coq-font-lock-keywords-1 slightly. | |||
| 2016-02-29 | Redo 11b03d4 (ensure that ‘Time’ isn't added to internal commands) | Clément Pit--Claudel | |
| 2016-02-28 | Remove leftover comment | Clément Pit--Claudel | |
| 2016-02-28 | Don't add the ‘Time’ prefix to internal Coq commands | Clé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-27 | Add uconstr to the (ltac constr) list in SMIE | Clément Pit--Claudel | |
| 2016-02-27 | Fix a typo: s/coq-modulestart-proofstart/coq-indent-proofstart/ | Clément Pit--Claudel | |
| 2016-02-27 | Add a :safe predicate to indentation variables | Clément Pit--Claudel | |
| This is useful if people want to set them project-locally. | |||
| 2016-02-20 | Simplify code to add to .emacs | Clément Pit--Claudel | |
| 2016-02-18 | Adding missing keywords | Pierre Courtieu | |
| 2016-02-17 | Merge pull request #28 from JasonGross/travis-24-3-4-5 | Pierre Courtieu | |
| travis.yml for emacs 24.{3,4,5} | |||
| 2016-02-17 | Merge pull request #40 from hendriktews/proof-tree | Pierre Courtieu | |
| basic proof tree changes for Coq 8.5 | |||
| 2016-02-13 | More version number fixes | Clément Pit--Claudel | |
| 2016-02-12 | A few clarifications in README | Clément Pit--Claudel | |
| 2016-02-10 | Merge pull request #48 from tchajed/texi2html-flags | Clément Pit--Claudel | |
| Update numbering flag passed to texi2html | |||
| 2016-02-10 | Update numbering flag passed to texi2html | Tej 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-10 | More README updates | Clément Pit--Claudel | |
| 2016-02-10 | Update README | Clément Pit--Claudel | |
| 2016-02-06 | Ensure that version detection does not fail in 24.3 | Clément Pit--Claudel | |
| 2016-02-06 | Use coq-prog-name to autodetect version number | Clément Pit--Claudel | |
| 2016-02-03 | EasyCrypt mode: copyright + license | Pierre-Yves Strub | |
| 2016-01-29 | Import EasyCrypt PG mode | Pierre-Yves Strub | |
| 2016-01-27 | Fixed recent coq syntax change (tac !H become tac (H)). | Pierre Courtieu | |
| 2016-01-24 | basic proof tree changes for Coq 8.5 | Hendrik 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-19 | Cleaning CHANGES. | Pierre Courtieu | |
| 2016-01-19 | fix #36. | Pierre Courtieu | |
| 2016-01-14 | Add a few comments to explain values of coq-load-path | Clément Pit--Claudel | |
| 2016-01-14 | Mark coq-load-path-include-current as obsolete | Clément Pit--Claudel | |
| 2016-01-14 | Automatically detect which version of Coq we're using | Clément Pit--Claudel | |
| 2016-01-14 | Refactor the project file parsing code | Clément Pit--Claudel | |
| 2016-01-14 | Fix #29 + indentation glitch + regexp refactoring. | Pierre Courtieu | |
| 2016-01-13 | Versions 24.2 and earlier do not compile | Jason Gross | |
| 2016-01-13 | Add .travis.yml file adapted from fstar-mode.el | Jason Gross | |
| From https://github.com/FStarLang/fstar-mode.el/blob/master/.travis.yml | |||
| 2016-01-08 | Fixing indentation of ";". | Pierre Courtieu | |
| Local/Global Tactic Notation | |||
| 2016-01-08 | indentation of ";" more accurate. | Pierre Courtieu | |
| Now detecting if the ; is inside a parenthesized tactic (--> no spurious indentation). | |||
| 2016-01-08 | Fixing outdenting in ";" indetation. | Pierre Courtieu | |
| 2016-01-08 | Trying to indent ";" differently inside Ltac defs. | Pierre Courtieu | |
| This only works when the command starts with "Ltac". Ideally we would like to switch to no indentation of ";" each time the ";" is the child of something else that ends a command "." or bullets). | |||
| 2016-01-07 | Fixed indentation of ";" tactical. | Pierre Courtieu | |
| 2016-01-06 | Merge pull request #22 from ProofGeneral/fix-scrolling-buffers | Pierre Courtieu | |
| Fix spurious scrolling of *goals* and *response* buffers | |||
| 2016-01-06 | updating CHANGES | Pierre Courtieu | |
| 2016-01-06 | Adding uset preference coq-indent-semicolon-tactical. | Pierre Courtieu | |
| Some people prefer ";" tactical to be non indented, in particular in Ltac definitions. Setting this variable to 0 (2 by default) does it. You can still have some indentation by putting ; at beginning of lines: tac1 ; tac2 ; tac3. | |||
| 2016-01-06 | Fixing #25. | Pierre Courtieu | |
| proof-script-buffer was not set before calling proof-shell-ready-prover. | |||
| 2016-01-06 | Fixing #20. #19 fixed by a commit in coq-8.5. | Pierre Courtieu | |
| 2016-01-04 | First try to fix #19 and #20. Not finished. | Pierre Courtieu | |
| Maybe need coq fix. | |||
| 2015-12-31 | Fix spurious scrolling of *goals* and *response* buffers | Clément Pit--Claudel | |
| See https://github.com/cpitclaudel/company-coq/issues/8 and https://github.com/cpitclaudel/company-coq/issues/32 for some background info. | |||
| 2015-12-31 | comment and readme. | Pierre Courtieu | |
| 2015-12-14 | Refactoring. New file coq-system.el. | Pierre Courtieu | |
| 2015-12-14 | Small refactoring of coqxxx args detection. | Pierre Courtieu | |
| Need some more refactoring actually: Some code from coq-compile-common became necessary to coq/pg globally. We shoudl refelct this by moving these parts somewhere else. | |||
