aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-06-09UpdateDavid Aspinall
2011-06-09Add autoload.David Aspinall
2011-06-08Added one indentation example.Pierre Courtieu
2011-06-08- fix for #408: Only use the buffer name inHendrik Tews
coq-compile-response-buffer - fix typo elsewhere
2011-06-072011-06-07 Stefan Monnier <monnier@iro.umontreal.ca>Stefan Monnier
* 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".
2011-06-07Set version tag for new release.David Aspinall
2011-06-07Summary: * coq.el (coq-smie-backward-token): Fix typo in last change.Stefan Monnier
2011-06-07Summary: coq-smie: improve indentation.Stefan Monnier
* 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.
2011-06-06Summary: coq-smie: Do not assume all "." are terminators. Handle "Programs".Stefan Monnier
(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.
2011-06-06Record of bug report sentDavid Aspinall
2011-06-06*** empty log message ***David Aspinall
2011-06-04Updated the old code for indentation, in case Stefan cannot finish thePierre Courtieu
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.
2011-06-04Cleaning some keyboard shortcuts, applying patch from Erik Martin-Dorel.Pierre Courtieu
2011-06-03coq-init-compile-response-buffer: handle killed buffer (Trac #408)David Aspinall
2011-06-03proof-undo-and-delete-last-successful-command: obey spec (Trac #407)David Aspinall
2011-06-01Set version tag for new release.David Aspinall
2011-05-31Some small fixes in indentation for coq.Pierre Courtieu
2011-05-31Added indentation for BeginSubProof/EndSubProof.Pierre Courtieu
+ added some tactics syntax.
2011-05-30Set version tag for new release.David Aspinall
2011-05-30Trac#403: wait for retraction to complete before returning, toDavid Aspinall
avoid hitting read only error in calling command.
2011-05-27ensure (integerp proof-segment-up-to-cache-end), fixes Trac #404David Aspinall
2011-05-27Set version tag for new release.David Aspinall
2011-05-26proof-retract-before-change: fix Trac #403 (at least partially) byDavid Aspinall
removing restriction during automatic retraction so proof-retract-until-point behaves correctly.
2011-05-25- two fixes for coq-debug-auto-compilationHendrik Tews
2011-05-20- minor changes: clean personal todo list + adjust test case descriptionHendrik Tews
2011-05-17Fixed #394. There is a bug with kfont-lock-keywords. The workaround isPierre Courtieu
to change the order in which keywords appear. TO FIX.
2011-05-16Set version tag for new release.David Aspinall
2011-05-16Update autogenerated filesDavid Aspinall
2011-05-16Update docstringsDavid Aspinall
2011-05-16Patch for Trac#400.David Aspinall
2011-05-16Ref to Coq chapter in PG manualDavid Aspinall
2011-05-16Clean up customization groups for defpacustom and defpgcustom. See ↵David Aspinall
http://lists.inf.ed.ac.uk/pipermail/proofgeneral-devel/2011/000115.html.
2011-05-12Set version tag for new release.David Aspinall
2011-05-12Update docstring magicDavid Aspinall
2011-05-12Update autoloadsDavid Aspinall
2011-05-12Tweak for `proof-segment-up-to-using-cache': better handling ofDavid Aspinall
proof-last-edited-low-watermark.
2011-05-12Attempted fix for `proof-segment-up-to-using-cache', reDavid Aspinall
http://proofgeneral.inf.ed.ac.uk/trac/ticket/395
2011-05-12- add test coq/ex/test-cases/change-ancestor for theHendrik Tews
change-ancestor bug
2011-05-12- add ".vo", ".glob" to completion-ignored-extensions when ProofHendrik Tews
General is loaded
2011-05-06Version yearDavid Aspinall
2011-05-06CheckdocDavid Aspinall
2011-05-05Fix emailsDavid Aspinall
2011-05-05Remove mention of dviDavid Aspinall
2011-05-05Set version tag for new release.David Aspinall
2011-05-05Restore front page scary image. Update datesDavid Aspinall
2011-05-05Update dates.David Aspinall
2011-05-05Restore scary front page image. Add credits.David Aspinall
2011-05-05Clean up and remove obsolete dvi targets.David Aspinall
2011-05-05Recreate jpg from old front page image (spending some bytes)David Aspinall
2011-05-05Replace proof-boring-face -> isabelle-quote-face, reported onDavid Aspinall
Isabelle-users list by Peter Lammich.