aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-09-22Packaging fixes: put isar/interface in right place; install examples and doc ↵David Aspinall
files from Makefile.
2006-09-22Updated.David Aspinall
2006-09-22Deleted fileDavid Aspinall
2006-09-15typo in coq-indent.Pierre Courtieu
2006-09-15fixed a typo in last correction.Pierre Courtieu
2006-09-14fix a bug with error highlighting. Not sure it is ok but seems toPierre Courtieu
work.
2006-09-14fixed a bug from Stefan Monnier.Pierre Courtieu
2006-09-13cleaning from Stefan Monnier.Pierre Courtieu
2006-09-13cleaning from Stefan Monnier.Pierre Courtieu
2006-09-12Updated.David Aspinall
2006-09-12Set version tag for new release.David Aspinall
2006-09-09Set version tag for new release.David Aspinall
2006-09-08Fixed nested comment support for scripting, in xemacs (worked alreadyPierre Courtieu
on GNU Emacs). Instanciated proof-parse-function for that...
2006-09-07Set version tag for new release.David Aspinall
2006-09-07Updated.David Aspinall
2006-09-07update CHANGES.Pierre Courtieu
2006-09-07Updated CHANGES.Pierre Courtieu
2006-09-07Added Goal as a goal starter in syntax db.Pierre Courtieu
2006-09-06updating changes in coq/CHANGES.Pierre Courtieu
2006-09-06Making error highlighting more robust (for both emacsen) and use aPierre Courtieu
span instead of region.
2006-09-05Error highliting in coq now worksPierre Courtieu
2006-09-05still experimenting error highlitingPierre Courtieu
2006-09-05Experimenting highlighting the error from coqtop errorPierre Courtieu
message. Function work but proof-shell-handle-error-or-interrupt-hook does not allow to activate the region...
2006-09-04Trying to mae indentation aware of nested comments (to be simplifiedPierre Courtieu
when xemacs will deal with nested comments). Seems to work, a bit slow.
2006-08-28Cleanup makefilesDavid Aspinall
2006-08-28Cleanup makefilesDavid Aspinall
2006-08-28Cleanup makefilesDavid Aspinall
2006-08-28Deleted fileDavid Aspinall
2006-08-28Set version tag for new release.David Aspinall
2006-08-25fixes again in syntax databases.Pierre Courtieu
2006-08-25fix in syntax tables.Pierre Courtieu
2006-08-25Small fixes on syntax tables.Pierre Courtieu
2006-08-25Adding commentsPierre Courtieu
2006-08-25fix coq/CHANGESPierre Courtieu
2006-08-25Small fixes.Pierre Courtieu
2006-08-25Changed default coq version (8.1)Pierre Courtieu
Small fixes in docstrings.
2006-08-25added a CHANGES file for coq directoryPierre Courtieu
filled it
2006-08-25Fixed a small bug in indentation of coq.Pierre Courtieu
Fixed behavior for making abbrev table (don't if it already exists).
2006-08-24Changed state-preserving check for coq.Pierre Courtieu
2006-08-24changed coq bqcktracking to avoid doing backtrack x y z when x y and zPierre Courtieu
are identical to current ones. This is because Backtrack x y z is sometimes slow even in such cases. Hopefully this won't break synchronization.
2006-08-24fixing a bug introduced lately (coq-save-command-p *needs* two argsPierre Courtieu
beacause proof-save-command-p needs is so defined).
2006-08-23Fixed indentation and font-lock for coq. Better, faster.Pierre Courtieu
2006-08-23Mention Emacs menu for debug boxesDavid Aspinall
2006-08-23sit-for is indeed in subr.el, must be careful to load rightDavid Aspinall
libraries...
2006-08-23Compatibility for GNU Emacs CVS losing sit-forDavid Aspinall
(this will break much code, isn't it in some .el file?)
2006-08-23Tweak to FAQ#1David Aspinall
2006-08-23Syntax strictitudeDavid Aspinall
2006-08-23Coq indentation small fixes.Pierre Courtieu
2006-08-23fsf emacs compatibilty for symbol-at-point.Pierre Courtieu
2006-08-23Comments and docstring fixes in lib and generic.Pierre Courtieu