aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq
Commit message (Collapse)AuthorAge
* - update coq exampleGravatar Hendrik Tews2013-05-14
| | | | - minor changes in user manual
* improve docGravatar Hendrik Tews2013-04-19
|
* fix overwriting the empty compilation queueGravatar Hendrik Tews2013-03-05
|
* small improvementGravatar Hendrik Tews2013-02-20
|
* fix parallel Coq compilation: report error for circular dependenciesGravatar Hendrik Tews2013-02-18
|
* move message about killing coq compilation processesGravatar Hendrik Tews2013-02-18
|
* - implement retract from prooftreeGravatar Hendrik Tews2013-01-20
|
* Fixed a bug with window height optimization.Gravatar Pierre Courtieu2013-01-17
| | | | | When using unicode symbols, window-height (which is deprecated anyway) is incorrect, using window-text-height instead seems better.
* - support Grab Existential Variables for ProoftreeGravatar Hendrik Tews2013-01-17
| | | | - protocol change, but stay at version 3
* - support bullets and braces in ProoftreeGravatar Hendrik Tews2013-01-15
| | | | - prooftree protocol change to version 3
* - fix asserting when parallel background compilation is in progressGravatar Hendrik Tews2013-01-03
| | | | - fix aborting background compilation on error
* - fix problem in emergency process killingGravatar Hendrik Tews2012-11-14
| | | | - better handling of errors in process creation
* all-cpus option for coq-max-background-compilation-jobsGravatar Hendrik Tews2012-11-14
|
* fix coq-lock-ancestor for parallel compilationGravatar Hendrik Tews2012-11-14
|
* update documentationGravatar Hendrik Tews2012-11-14
|
* - first version of parallel asynchronous compilation for coq inGravatar Hendrik Tews2012-11-13
| | | | | | | | | | | | | | coq-par-compile.el (must be activated via coq-compile-parallel-in-background) - items in the queue region are not necessarily in proof-action-list any more! Require commands and the following items are stored elsewhere until the compilation finishes. Variable proof-second-action-list-active notifies the generic machinery if queue items are stored elsewhere. In this case, Proof General must neither release the proof shell lock nor delete the queue span when proof-action-list is empty. - to kill background processes as early as possible, the new hook proof-shell-signal-interrupt-hook is used
* move ancestor locking back into specific partGravatar Hendrik Tews2012-11-06
|
* move ancestor locking/unlocking to coq-compile-commonGravatar Hendrik Tews2012-11-05
|
* fix seq-seq misspellingGravatar Hendrik Tews2012-11-05
|
* move buffer saving to coq-compile-commonGravatar Hendrik Tews2012-11-05
|
* make coq-include-options independent of current bufferGravatar Hendrik Tews2012-11-03
|
* move another 2 functions into coq-compile-commonGravatar Hendrik Tews2012-11-03
|
* move function for coq-compile-response-buffer to coq-compile-common.elGravatar Hendrik Tews2012-11-01
|
* rename entities in coq-seq-compileGravatar Hendrik Tews2012-10-30
|
* move some more material into coq-compile-commonGravatar Hendrik Tews2012-10-30
|
* move general part of compilation into coq-compile-common.elGravatar Hendrik Tews2012-10-30
|
* move coq compilation into coq/coq-seq-compile.elGravatar Hendrik Tews2012-10-30
|
* "as" insertion on a region.Gravatar Pierre Courtieu2012-10-03
|
* Fixed auto-insert-as stuff + fix compiling problems.Gravatar Pierre Courtieu2012-10-03
|
* Made 'as' automatic insertion a togglable feature (not finished) (2).Gravatar Pierre Courtieu2012-10-02
|
* Made 'as' automatic insertion a togglable feature. Not finished.Gravatar Pierre Courtieu2012-10-02
|
* Fixed 'as' close automatic insertion.Gravatar Pierre Courtieu2012-10-02
|
* Fixed the coq-insert-as feature. Will only work on coq svn trunk forGravatar Pierre Courtieu2012-10-01
| | | | now. coq-8.4 not compatible.
* Fixed #419: coq synchronized variables are not anymore in the settingsGravatar Pierre Courtieu2012-09-25
| | | | | menu, they are in option menu that only issues commands to the prover and do not try to keep track of the values of the variables.
* Added a menu to set the 3 windows layout.Gravatar Pierre Courtieu2012-09-25
|
* Fixed indentation in presence of "dot friends" like :?. etc.Gravatar Pierre Courtieu2012-09-25
|
* Completing the possible layouts of proof-layout-windows (added the 3Gravatar Pierre Courtieu2012-09-24
| | | | columns mode).
* Fixing a bad interaction between one unicode token and electricGravatar Pierre Courtieu2012-09-21
| | | | terminator.
* coq-remove-trailing-dot: Fix accidental dynamic binding so it compilesGravatar David Aspinall2012-09-14
|
* adjust proof-tree regexp for focused subgoalsGravatar Hendrik Tews2012-09-14
|
* treat #450 by requiring that proofs are started with ProofGravatar Hendrik Tews2012-09-12
|
* Fix of the last commit.Gravatar Pierre Courtieu2012-09-07
|
* Fix a bug that was letting "." in a wrong syntax category.Gravatar Pierre Courtieu2012-09-07
|
* Cleaning code and comments.Gravatar Pierre Courtieu2012-09-07
|
* Fixed a bug with coq symbol detection at point. Now dot notation.are supported.Gravatar Pierre Courtieu2012-09-07
|
* Fixed a bug with function name "eval" (end of).Gravatar Pierre Courtieu2012-09-06
|
* Fixed a bug with function name "eval".Gravatar Pierre Courtieu2012-09-06
|
* Fixed double hit terminator. Now it is disabled by default, andGravatar Pierre Courtieu2012-09-05
| | | | | | | | enabling it disables electric-terminator and vice-versa. In case both are non nil at the same time, then electric teminator has priority. If people like it we may propose this to other modes than coq. + fixed window layout policy.
* Remove ref to file parsingcheck-412.v missing from CVS, so "make ↵Gravatar David Aspinall2012-09-02
| | | | coq.autotest" runs again
* Changed the behaviour of proof-layout-windows. Now it follows theGravatar Pierre Courtieu2012-08-31
| | | | 'horizontal 'vertical 'smart policy.