Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Coq/pg: fixed a little bug with the "Print Hint" state preserving | Pierre Courtieu | 2003-02-04 | |
| | | | | | | command, which must not be matched by the state changing command "Hint". I put "\\`Hint" in the keyword list, but I am not sure this is the best way. | |||
* | code cleaning + deals better with the new module system of Coq. Did | Pierre Courtieu | 2003-02-03 | |
| | | | | not test the fsfemacs. Will do before release. | |||
* | Bug correction in the find-and-forget function for coq: in Coq v74, no | Pierre Courtieu | 2003-01-30 | |
| | | | | | | prompt is return if an empty command is send ("\n"), so if the command is empty, we send proof-no-command (if not, backtracking state preserving command stays indefinitely in "proof process busy" state). | |||
* | Added a file for testing modules of coq (new version 7.4). Plus some | Pierre Courtieu | 2003-01-29 | |
| | | | | modification to better backtrack modules. | |||
* | Fix hilight of Module Type? | David Aspinall | 2003-01-24 | |
| | ||||
* | removed some garbage printing in coq/ | Pierre Courtieu | 2003-01-24 | |
| | ||||
* | Modifications for support of Coq-7.3.1+ and above (new module system). | Pierre Courtieu | 2003-01-24 | |
| | ||||
* | Updated. | David Aspinall | 2002-11-20 | |
| | ||||
* | Check on context menu doesn't seem useful. | David Aspinall | 2002-09-11 | |
| | ||||
* | Updated. | David Aspinall | 2002-09-11 | |
| | ||||
* | Improved implementation of zap-commas font lock behaviour, patch from Stefan ↵ | David Aspinall | 2002-08-31 | |
| | | | | Monnier | |||
* | Formatting | David Aspinall | 2002-08-30 | |
| | ||||
* | Layout/docstring improvements (based on patch from Stefan Monnier) | David Aspinall | 2002-08-29 | |
| | ||||
* | mPatch from Stefan Monnier [buffer-substring]. | David Aspinall | 2002-08-29 | |
| | ||||
* | Patch for nested comments from Stefan Monnier. | David Aspinall | 2002-08-29 | |
| | ||||
* | Patch from Stefan Monnier for syntax highlighting. | David Aspinall | 2002-08-28 | |
| | ||||
* | Fix sloppy uses of message/concat | David Aspinall | 2002-08-28 | |
| | ||||
* | Print Proof | David Aspinall | 2002-08-16 | |
| | ||||
* | Finished the changing of names of config. variables (coq-user...). | Pierre Courtieu | 2002-07-27 | |
| | ||||
* | Changed once again the backtrack mechanism, it corresponds to what we | Pierre Courtieu | 2002-07-26 | |
| | | | | agreed for some time ago. I am ok for a 3.4 now. | |||
* | Variable name change proof-comment-{start,end}-regexp -> ↵ | David Aspinall | 2002-07-19 | |
| | | | | proof-script-comment-{start,end}-regexp. | |||
* | X-sym bug | David Aspinall | 2002-07-18 | |
| | ||||
* | Add yet more settings X-Sym complains about. | David Aspinall | 2002-07-18 | |
| | ||||
* | Update versions/TODO | David Aspinall | 2002-07-17 | |
| | ||||
* | Refactor several variable names; clean up, doc subterm markup and output ↵ | David Aspinall | 2002-07-16 | |
| | | | | display. | |||
* | Finished updating the commands and tactic lists of coq-syntax.el. | Pierre Courtieu | 2002-06-19 | |
| | ||||
* | updated the lists of commands and tactics in coq-syntax.el. | Pierre Courtieu | 2002-06-19 | |
| | ||||
* | Use coq-proof-mode-p instead of nesting depth test. Attempt to track ↵ | David Aspinall | 2002-06-19 | |
| | | | | nesting depth (fails). | |||
* | Clean up: remove count-undos, comments, tweak coq-proof-mode-p. | David Aspinall | 2002-06-19 | |
| | ||||
* | Removed lift-global stuff. coq-find-and-forget: only undo undoable tactics. | David Aspinall | 2002-06-18 | |
| | ||||
* | Added the backtrack mechanism for sections. Seems to work. | Pierre Courtieu | 2002-06-18 | |
| | ||||
* | Added a function to inspect the prompt of Coq, in order to know if we | Pierre Courtieu | 2002-06-18 | |
| | | | | are in proof-mode. Redundant with proof-nesting-depth. | |||
* | Attempt at (alledgedly) more robust solution to find-and-forget. | David Aspinall | 2002-06-18 | |
| | ||||
* | Test using proof-nesting-depth before calling Reset | David Aspinall | 2002-06-18 | |
| | ||||
* | Minor changes. | Pierre Courtieu | 2002-06-14 | |
| | ||||
* | Print and Check guess their argument from the region or the string | Pierre Courtieu | 2002-06-14 | |
| | | | | near the point. | |||
* | Disable count-undos function, just use find-and-forget. | David Aspinall | 2002-06-13 | |
| | ||||
* | Revised find-and-forget function, which also works for count-undos. | David Aspinall | 2002-06-12 | |
| | ||||
* | Test for find-and-forget using Back always instead of Reset. | David Aspinall | 2002-06-12 | |
| | ||||
* | Nested proofs in Coq are well backtracked! I used the new field | Pierre Courtieu | 2002-06-12 | |
| | | | | | 'nestedundos created by David. Will change the CHANGE file accordingly. | |||
* | Add proof-nested-undo-regexp setting | David Aspinall | 2002-06-12 | |
| | ||||
* | Added the coq-user-... elisp customization variables to allow the user | Pierre Courtieu | 2002-06-11 | |
| | | | | | to defclare new commands and tactics: must typically be customized in .emacs. | |||
* | Remove proof-nested-goals-p setting | David Aspinall | 2002-06-11 | |
| | ||||
* | Fixed a bug of the new synchro code (coq-find-and-forget) in | Pierre Courtieu | 2002-06-11 | |
| | | | | coq.el. Now do not count Tactics and unsaved goal commands for "Back". | |||
* | Set nested goals; include Lemma again in def of goal. | David Aspinall | 2002-06-11 | |
| | ||||
* | Default to /usr/bin/perl | David Aspinall | 2002-06-08 | |
| | ||||
* | Made a negative test to compute the number of "Back n" in | Pierre Courtieu | 2002-05-29 | |
| | | | | coq-find-and-forget. | |||
* | Modification of the coq-find-and-forget function, in order to use the | Pierre Courtieu | 2002-05-29 | |
| | | | | | new "Back n." command of coq to make the syncronization better. Seems to work, need to test. | |||
* | Added some new tactic names | Pierre Courtieu | 2002-05-29 | |
| | ||||
* | Whitespace | David Aspinall | 2002-01-16 | |
| |