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