aboutsummaryrefslogtreecommitdiff
path: root/coq/coq-syntax.el
AgeCommit message (Expand)Author
2004-07-23Fixed Coq version detection at start.Pierre Courtieu
2004-05-11adding the "Comments" keyword in state-preserving commands.Pierre Courtieu
2004-05-07added "User error" to error message (had already "User Error").Pierre Courtieu
2004-05-06bug fix with terminal regexp (pb with :"unfold foo in |- *.")Pierre Courtieu
2004-04-15Fix typo.David Aspinall
2004-04-15added some tactical names for coq.Pierre Courtieu
2004-04-15little change in CHANGES and in coq syntax table.Pierre Courtieu
2004-04-14added basic support for imenu for coq.Pierre Courtieu
2004-04-14added the "return" keyword to coqPierre Courtieu
2004-03-29*** empty log message ***Pierre Courtieu
2004-03-29V8/V7 reserved keywords for coqPierre Courtieu
2004-03-19coq < 8.0 menu and abbrevs.Pierre Courtieu
2004-03-11added proof-really-save-command-p to coq config, to deal with ProofPierre Courtieu
2004-03-10compile warning correctionsPierre Courtieu
2004-03-08indentation for coq completely re-coded, because the generic mechanismPierre Courtieu
2004-03-01Cleanup top-level forms (unused x binding)David Aspinall
2004-03-01Fix V7.4 -> V74David Aspinall
2004-02-26little changes of menu/holes/abbrev in coq/pgPierre Courtieu
2004-02-17Avoid type error if coq program can't be found during startup.David Aspinall
2004-02-11little error in the syntax corrected.Pierre Courtieu
2004-02-06adapting to coq-8.0.Pierre Courtieu
2003-02-24Fix some compile errorsDavid Aspinall
2003-02-20corrected a bug of pg/coq, the following line was not recognized as aPierre Courtieu
2003-02-16Added documentation string to the variables coq-version-is-V6 (new),Pierre Courtieu
2003-02-15Fixes so that compile worksDavid Aspinall
2003-02-04Coq/pg: fixed a little bug with the "Print Hint" state preservingPierre Courtieu
2003-02-03code cleaning + deals better with the new module system of Coq. DidPierre Courtieu
2003-01-24Fix hilight of Module Type?David Aspinall
2003-01-24Modifications for support of Coq-7.3.1+ and above (new module system).Pierre Courtieu
2002-08-31Improved implementation of zap-commas font lock behaviour, patch from Stefan ...David Aspinall
2002-08-30FormattingDavid Aspinall
2002-08-29Layout/docstring improvements (based on patch from Stefan Monnier)David Aspinall
2002-08-29Patch for nested comments from Stefan Monnier.David Aspinall
2002-08-28Patch from Stefan Monnier for syntax highlighting.David Aspinall
2002-07-27Finished the changing of names of config. variables (coq-user...).Pierre Courtieu
2002-07-26Changed once again the backtrack mechanism, it corresponds to what wePierre Courtieu
2002-06-19Finished updating the commands and tactic lists of coq-syntax.el.Pierre Courtieu
2002-06-19updated the lists of commands and tactics in coq-syntax.el.Pierre Courtieu
2002-06-18Added the backtrack mechanism for sections. Seems to work.Pierre Courtieu
2002-06-18Added a function to inspect the prompt of Coq, in order to know if wePierre Courtieu
2002-06-11Added the coq-user-... elisp customization variables to allow the userPierre Courtieu
2002-05-29Modification of the coq-find-and-forget function, in order to use thePierre Courtieu
2002-05-29Added some new tactic namesPierre Courtieu
2000-11-23I am starting to make PG coqV7 compatible, I think the best is toPierre Courtieu
2000-09-29Added Uncaught exception errors in coq-error-regexp.Pierre Courtieu
2000-08-26Some changes for undoing with coq, handle user-defined tactics, inPierre Courtieu
2000-06-22somme little changes to make undo work betterPierre Courtieu
2000-04-07More decorationDavid Aspinall
2000-03-19Altered syntax a little bit so reset works for Section.David Aspinall
1999-07-02fixed some regexp via proof-anchor-regexp;Makarius Wenzel