aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Set version tag for new release.Gravatar David Aspinall2011-06-09
|
* Fix compile errors (seems to be code duplication between coq.el and coq-indent)Gravatar David Aspinall2011-06-09
|
* UpdateGravatar David Aspinall2011-06-09
|
* Add autoload.Gravatar David Aspinall2011-06-09
|
* Added one indentation example.Gravatar Pierre Courtieu2011-06-08
|
* - fix for #408: Only use the buffer name inGravatar Hendrik Tews2011-06-08
| | | | | coq-compile-response-buffer - fix typo elsewhere
* 2011-06-07 Stefan Monnier <monnier@iro.umontreal.ca>Gravatar Stefan Monnier2011-06-07
| | | | | | | | | | | | | * coq/coq.el: Match Proof...Qed and fix ;-vs-| precedence. (coq-smie-grammar): Add ; and | tacticals. Rename decls => cmds. Add CoInductive, and Proof..Qed. (coq-smie-search-token-forward): Rename from coq-smie-search-token; make it more robust. (coq-smie-search-token-backward): New function. (coq-smie-forward-token, coq-smie-backward-token): Use it to distinguish Inductive's ":=" from other uses. (coq-smie-rules): Use smie-rule-separator for |. Add ugly hack for Qed without matching "Proof".
* Set version tag for new release.Gravatar David Aspinall2011-06-07
|
* Summary: * coq.el (coq-smie-backward-token): Fix typo in last change.Gravatar Stefan Monnier2011-06-07
|
* 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.
* Summary: coq-smie: Do not assume all "." are terminators. Handle "Programs".Gravatar Stefan Monnier2011-06-06
| | | | | | (coq-smie-grammar): Add "Function" rule. (coq-smie-forward-token, coq-smie-backward-token): New functions. (coq-mode-config): Use them for the SMIE lexer.
* Record of bug report sentGravatar David Aspinall2011-06-06
|
* *** empty log message ***Gravatar David Aspinall2011-06-06
|
* Updated the old code for indentation, in case Stefan cannot finish theGravatar Pierre Courtieu2011-06-04
| | | | | | | new one for the release. Added also support for an experimental syntax modification: { .. } is a new syntax for Beginsubproof. ... EndSubproof. There a also few minor behavior changes. The code has changed a lot though.
* Cleaning some keyboard shortcuts, applying patch from Erik Martin-Dorel.Gravatar Pierre Courtieu2011-06-04
|
* coq-init-compile-response-buffer: handle killed buffer (Trac #408)Gravatar David Aspinall2011-06-03
|
* proof-undo-and-delete-last-successful-command: obey spec (Trac #407)Gravatar David Aspinall2011-06-03
|
* Set version tag for new release.Gravatar David Aspinall2011-06-01
|
* Some small fixes in indentation for coq.Gravatar Pierre Courtieu2011-05-31
|
* Added indentation for BeginSubProof/EndSubProof.Gravatar Pierre Courtieu2011-05-31
| | | | + added some tactics syntax.
* Set version tag for new release.Gravatar David Aspinall2011-05-30
|
* Trac#403: wait for retraction to complete before returning, toGravatar David Aspinall2011-05-30
| | | | avoid hitting read only error in calling command.
* ensure (integerp proof-segment-up-to-cache-end), fixes Trac #404Gravatar David Aspinall2011-05-27
|
* Set version tag for new release.Gravatar David Aspinall2011-05-27
|
* proof-retract-before-change: fix Trac #403 (at least partially) byGravatar David Aspinall2011-05-26
| | | | | removing restriction during automatic retraction so proof-retract-until-point behaves correctly.
* - two fixes for coq-debug-auto-compilationGravatar Hendrik Tews2011-05-25
|
* - minor changes: clean personal todo list + adjust test case descriptionGravatar Hendrik Tews2011-05-20
|
* Fixed #394. There is a bug with kfont-lock-keywords. The workaround isGravatar Pierre Courtieu2011-05-17
| | | | to change the order in which keywords appear. TO FIX.
* Set version tag for new release.Gravatar David Aspinall2011-05-16
|
* Update autogenerated filesGravatar David Aspinall2011-05-16
|
* Update docstringsGravatar David Aspinall2011-05-16
|
* Patch for Trac#400.Gravatar David Aspinall2011-05-16
|
* Ref to Coq chapter in PG manualGravatar David Aspinall2011-05-16
|
* Clean up customization groups for defpacustom and defpgcustom. See ↵Gravatar David Aspinall2011-05-16
| | | | http://lists.inf.ed.ac.uk/pipermail/proofgeneral-devel/2011/000115.html.
* Set version tag for new release.Gravatar David Aspinall2011-05-12
|
* Update docstring magicGravatar David Aspinall2011-05-12
|
* Update autoloadsGravatar David Aspinall2011-05-12
|
* Tweak for `proof-segment-up-to-using-cache': better handling ofGravatar David Aspinall2011-05-12
| | | | proof-last-edited-low-watermark.
* Attempted fix for `proof-segment-up-to-using-cache', reGravatar David Aspinall2011-05-12
| | | | http://proofgeneral.inf.ed.ac.uk/trac/ticket/395
* - add test coq/ex/test-cases/change-ancestor for theGravatar Hendrik Tews2011-05-12
| | | | change-ancestor bug
* - add ".vo", ".glob" to completion-ignored-extensions when ProofGravatar Hendrik Tews2011-05-12
| | | | General is loaded
* Version yearGravatar David Aspinall2011-05-06
|
* CheckdocGravatar David Aspinall2011-05-06
|
* Fix emailsGravatar David Aspinall2011-05-05
|
* Remove mention of dviGravatar David Aspinall2011-05-05
|
* Set version tag for new release.Gravatar David Aspinall2011-05-05
|
* Restore front page scary image. Update datesGravatar David Aspinall2011-05-05
|
* Update dates.Gravatar David Aspinall2011-05-05
|
* Restore scary front page image. Add credits.Gravatar David Aspinall2011-05-05
|
* Clean up and remove obsolete dvi targets.Gravatar David Aspinall2011-05-05
|