aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq-local-vars.el
Commit message (Collapse)AuthorAge
* Fixing coq project file parsing + moved project options.Gravatar Pierre Courtieu2013-07-22
|
* Simplified file variables code.Gravatar Pierre Courtieu2012-06-19
|
* Attempt to support stricter bytecomp flagsGravatar David Aspinall2011-10-17
|
* eval-when-compile -> eval-when (compile) to avoid defvar coq-prog-nameGravatar David Aspinall2011-08-24
| | | | overriding setting in coq.el
* - adjust coq-ask-insert-coq-prog-name and doc in coq-local-vars-docGravatar Hendrik Tews2011-02-28
|
* Fixes in strings/comments from Erik Martin-DorelGravatar David Aspinall2010-10-04
|
* Fixed a bug in coq "set prog args persistently".Gravatar Pierre Courtieu2010-09-06
|
* Move (require 'local-vars-list) from coq.elGravatar David Aspinall2009-09-10
|
* Another V-8-1 testGravatar David Aspinall2009-09-09
|
* Fix compiler warnings.Gravatar David Aspinall2009-09-07
|
* Clean whitespaceGravatar David Aspinall2009-09-05
|
* Doc fixGravatar David Aspinall2009-08-28
|
* Fixed a bug with local variable setting.Gravatar Pierre Courtieu2008-05-22
|
* Fixed a bug with coq-prog-name.Gravatar Pierre Courtieu2008-05-20
|
* Never use special chars with >= coq-8.1.Gravatar Pierre Courtieu2007-05-10
| | | | | proof-shell-unicode set to nil by default because of xemacs which needs a library for utf-8.
* Fixed coq prog persistent setting.Gravatar Pierre Courtieu2007-05-10
|
* Added completion to coq-prog-name asking.Gravatar Pierre Courtieu2006-12-13
|
* utf safe coq mode is not linked to proof-shell-unicode, as unicode isGravatar Pierre Courtieu2006-09-29
| | | | not well handle by xemacs.
* adapting to proof-shell-unicode. Coq has not been adapted to theGravatar Pierre Courtieu2006-09-29
| | | | -emacs-U option.
* Fixed a small bug in indentation of coq.Gravatar Pierre Courtieu2006-08-25
| | | | Fixed behavior for making abbrev table (don't if it already exists).
* Cleaning in coq and lib, fixed licenses and docstrings.Gravatar Pierre Courtieu2006-08-23
| | | | Added one or two details to docstring of generic variables.
* Started the coq-insert-tactic.Gravatar Pierre Courtieu2006-08-21
|
* Moved the coq local variables tools in a separate file and made itGravatar Pierre Courtieu2006-08-17
simpler.