aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq.el
Commit message (Expand)AuthorAge
...
* fix :get for coq-search-blacklistGravatar Hendrik Tews2016-12-15
* Merge pull request #101 from tchajed/print-universes-optionGravatar hendriktews2016-12-15
|\
* | fix customize-group coqGravatar Hendrik Tews2016-11-30
| * Add Set Printing Universes to options menuGravatar Tej Chajed2016-08-15
|/
* Replace "Set Implicit Arguments" option with "Set Printing Implicit".Gravatar Erik Martin-Dorel2016-08-14
* Coq: option to prefer top over bottom of concl.Gravatar Pierre Courtieu2016-06-23
* Merge branch 'master' of github.com:ProofGeneral/PGGravatar Pierre Courtieu2016-05-20
|\
* | Fix #72+ make user keywords prioritized over default ones.Gravatar Pierre Courtieu2016-05-20
| * Merge branch 'master' of github.com:ProofGeneral/PGGravatar Clément Pit--Claudel2016-05-16
| |\ | |/ |/|
| * Don't offer "" as the default in C-c C-c C-aGravatar Clément Pit--Claudel2016-05-16
* | Merge branch 'master' of github.com:ProofGeneral/PGGravatar Pierre Courtieu2016-05-02
|\|
* | Fixing detection of symbol at point.Gravatar Pierre Courtieu2016-05-02
| * Don't use string-empty-pGravatar Clément Pit--Claudel2016-04-25
| * Respect user settings in coq-insert-introsGravatar Clément Pit--Claudel2016-04-14
|/
* Option to toggle optimising response windo heigth.Gravatar Pierre Courtieu2016-03-21
* Fixed #64 again. e2c5da0 commits was wrong.Gravatar Pierre Courtieu2016-03-09
* Fix #64. Use syntax-ppss in fill-nobreak-predicate.Gravatar Pierre Courtieu2016-03-09
* Fixing #62.Gravatar Pierre Courtieu2016-03-08
* Redo 11b03d4 (ensure that ‘Time’ isn't added to internal commands)Gravatar Clément Pit--Claudel2016-02-29
* Don't add the ‘Time’ prefix to internal Coq commandsGravatar Clément Pit--Claudel2016-02-28
* Merge pull request #40 from hendriktews/proof-treeGravatar Pierre Courtieu2016-02-17
|\
* | Fixed recent coq syntax change (tac !H become tac (H)).Gravatar Pierre Courtieu2016-01-27
| * basic proof tree changes for Coq 8.5Gravatar Hendrik Tews2016-01-24
|/
* Merge pull request #22 from ProofGeneral/fix-scrolling-buffersGravatar Pierre Courtieu2016-01-06
|\
* | Fixing #25.Gravatar Pierre Courtieu2016-01-06
* | Fixing #20. #19 fixed by a commit in coq-8.5.Gravatar Pierre Courtieu2016-01-06
* | First try to fix #19 and #20. Not finished.Gravatar Pierre Courtieu2016-01-04
| * Fix spurious scrolling of *goals* and *response* buffersGravatar Clément Pit--Claudel2015-12-31
* | comment and readme.Gravatar Pierre Courtieu2015-12-31
* | Refactoring. New file coq-system.el.Gravatar Pierre Courtieu2015-12-14
|/
* Small refactoring of coqxxx args detection.Gravatar Pierre Courtieu2015-12-14
* Fixing variable declaration.Gravatar Pierre Courtieu2015-12-10
* Adding an setting for Search Blacklist coq option.Gravatar Pierre Courtieu2015-12-09
* Fixed a typo.Gravatar Pierre Courtieu2015-12-04
* A shortcut for coq-insert-as-in-next-command.Gravatar Pierre Courtieu2015-11-26
* Experimenting less brutal frame deletion.Gravatar Pierre Courtieu2015-11-13
* Fixed auto-width setting not initialized (trac #456).Gravatar Pierre Courtieu2015-11-13
* Cleaning code for auto width adapting.Gravatar Pierre Courtieu2015-11-13
* Tentative fix for #10Gravatar Clément Pit--Claudel2015-11-12
* Debuging: display a warning.Gravatar Pierre Courtieu2015-11-12
* coq-pre-v85 option to fix coqdep invocation in [compile before require].Gravatar Pierre Courtieu2015-11-02
* Re-thinking auto-insert-as.Gravatar Pierre Courtieu2015-10-20
* Fixed coq-id-at-point.Gravatar Pierre Courtieu2015-10-13
* proof-retract-command-hook added + more auto adjust width in coq mode.Gravatar Pierre Courtieu2015-10-13
* proof-assert-command-hook added + Auto adjust width in coq mode.Gravatar Pierre Courtieu2015-10-12
* Fixing < 25 use of window-frame (mandatory arg).Gravatar Pierre Courtieu2015-10-09
* Put 'delete-selection t on coq-terminator-insertGravatar Clément Pit--Claudel2015-10-06
* Trying to deal with debug mode.Gravatar Pierre Courtieu2015-10-06
* Fixed #1 (Missing space in coq-insert-intros).Gravatar Pierre Courtieu2015-09-29
* More Fixes when issuing commands from another buffer.Gravatar Pierre Courtieu2015-09-25