aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq-db.el
Commit message (Collapse)AuthorAge
* Fixed a bug with function name "eval" (end of).Gravatar Pierre Courtieu2012-09-06
|
* Fix lambda quoteGravatar David Aspinall2012-08-16
|
* Summary: coq-smie: improve indentation.Gravatar Stefan Monnier2011-06-07
| | | | | | | | | | | | | | | | * coq.el (coq-smie-grammar): Add rules for {|...|}, Let, Record, Module..End, Section..End, and BeginSubproof..EndSubproof. (coq-smie-search-token): New function. (coq-smie-forward-token, coq-smie-backward-token): Recognize {| and |}. Distinguish Module definition from Module introduction. Merge "Module Type" and "Module". (coq-smie-rules): Refine list-intro. Improve indentation after "with". Add Function, Let and Record to the := case. Indent within Module..End and friends. Improve indentation of record def. Indent forall's body by 2. Better indent Lemmas. * coq-db.el (coq-build-abbrev-table-from-db): Mark those abbrevs as `system'. * coq-abbrev.el (coq-install-abbrevs): Don't bind save-abbrevs since it's not needed any more.
* Fixes in strings/comments from Erik Martin-DorelGravatar David Aspinall2010-10-04
|
* Fixed colorization bug #356, introduced by a previous fix of bug 140.Gravatar Pierre Courtieu2010-09-28
|
* Fix some bugs in coq regexp generationGravatar David Aspinall2010-09-22
|
* Fix compileGravatar David Aspinall2010-09-08
|
* First fix of bug introduced by the last font-lock fix. Not finished.Gravatar Pierre Courtieu2010-09-03
|
* Style fixesGravatar David Aspinall2010-08-30
|
* Added some more syntax keywords. Made admit tactic with its own redGravatar Pierre Courtieu2009-09-17
| | | | culpabilizing face.
* Fix compile warningsGravatar David Aspinall2009-09-16
|
* Require cl for compilation. Rearrange docs.Gravatar David Aspinall2009-09-07
|
* Clean whitespaceGravatar David Aspinall2009-09-05
|
* Made customizable holes mode completion in abbreviations.Gravatar Pierre Courtieu2009-08-31
|
* Fixing parenthesis not accepted by recent emacs anymore. fix by StefanGravatar Pierre Courtieu2008-10-22
| | | | Monnier.
* Fixed a problem with a wrong side effect on syntax databases (whenGravatar Pierre Courtieu2008-01-28
| | | | sorting for menus).
* Many compatibility updates, bug fixes, rearrangements for compilation.Gravatar David Aspinall2008-01-15
|
* Fixed abbrev installation. + small fixes.Gravatar Pierre Courtieu2008-01-03
|
* Require for defface macroGravatar David Aspinall2007-12-14
|
* Fix compilation problems and rearrange startup settings for ↵Gravatar David Aspinall2007-12-14
| | | | coq-prog-name,coq-prog-args
* adding coq-solve tacticsGravatar Assia Mahboubi2007-11-20
|
* Menu are now correctly sorted.Gravatar Pierre Courtieu2007-11-07
|
* Debugging font-lock regexps. Bad order: longer regexp should be putGravatar Pierre Courtieu2007-11-07
| | | | first.
* Fixed small colorizing bugs (when keywords contain sub words colorizedGravatar Pierre Courtieu2007-10-30
| | | | in another color). Reported by Assia Mahboubi.
* Updated.Gravatar David Aspinall2006-09-07
|
* Small fixes.Gravatar Pierre Courtieu2006-08-25
|
* Changed default coq version (8.1)Gravatar Pierre Courtieu2006-08-25
| | | | Small fixes in docstrings.
* Cleaning in coq and lib, fixed licenses and docstrings.Gravatar Pierre Courtieu2006-08-23
Added one or two details to docstring of generic variables.