aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-05-31Documentation of ML4PGjoheras
2013-05-30ML4PG functionality added to Coq menujoheras
2013-05-30*** empty log message ***joheras
2013-05-30Adding some more standard utf8 symbols to indentation operator. WePierre Courtieu
really need some "operator" recognition here.
2013-05-29Fixing a minor bug in indetation (exists is tactic and a quantifier).Pierre Courtieu
2013-05-23Run make check before releaseDavid Aspinall
2013-05-22make warnings non-fatal for normal compilation to fix #458, useHendrik Tews
'make check' to get errors
2013-05-22rename ProofGeneral.{jpg,gif} into ProofGeneral-image.{jpg,gif}Hendrik Tews
to fix #472
2013-05-22Retire Serifa font usageDavid Aspinall
2013-05-22Set version tag for new release.David Aspinall
2013-05-22Add ProofGeneral.jpg to distributionDavid Aspinall
2013-05-14- update coq exampleHendrik Tews
- minor changes in user manual
2013-05-10Set version tag for new release.David Aspinall
2013-04-19improve docHendrik Tews
2013-03-27add 4.3 news to user manualHendrik Tews
2013-03-27Set version tag for new release.David Aspinall
2013-03-05fix overwriting the empty compilation queueHendrik Tews
2013-02-20small improvementHendrik Tews
2013-02-18fix parallel Coq compilation: report error for circular dependenciesHendrik Tews
2013-02-18move message about killing coq compilation processesHendrik Tews
2013-02-18updated TAGSHendrik Tews
2013-01-28Update timestampesDavid Aspinall
2013-01-21- implement proof-script insertionHendrik Tews
2013-01-20- implement retract from prooftreeHendrik Tews
2013-01-17Fixed a bug with window height optimization.Pierre Courtieu
When using unicode symbols, window-height (which is deprecated anyway) is incorrect, using window-text-height instead seems better.
2013-01-17document latest changesHendrik Tews
2013-01-17- support Grab Existential Variables for ProoftreeHendrik Tews
- protocol change, but stay at version 3
2013-01-15fix overriding distclean targetHendrik Tews
2013-01-15removal of backup files (*~) moved to make distcleanHendrik Tews
2013-01-15- support bullets and braces in ProoftreeHendrik Tews
- prooftree protocol change to version 3
2013-01-11Set version tag for new release.David Aspinall
2013-01-10fix parallel overlapping calls of proof-shell-filterHendrik Tews
2013-01-03- fix asserting when parallel background compilation is in progressHendrik Tews
- fix aborting background compilation on error
2012-11-15write CHANGESHendrik Tews
2012-11-14- fix problem in emergency process killingHendrik Tews
- better handling of errors in process creation
2012-11-14all-cpus option for coq-max-background-compilation-jobsHendrik Tews
2012-11-14fix coq-lock-ancestor for parallel compilationHendrik Tews
2012-11-14update documentationHendrik Tews
2012-11-13update TAGSHendrik Tews
2012-11-13- first version of parallel asynchronous compilation for coq inHendrik Tews
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
2012-11-13small typo fixesHendrik Tews
2012-11-09Doc for pg-finish-tracing-displayDavid Aspinall
2012-11-06move ancestor locking back into specific partHendrik Tews
2012-11-05move ancestor locking/unlocking to coq-compile-commonHendrik Tews
2012-11-05fix seq-seq misspellingHendrik Tews
2012-11-05move buffer saving to coq-compile-commonHendrik Tews
2012-11-03make coq-include-options independent of current bufferHendrik Tews
2012-11-03move another 2 functions into coq-compile-commonHendrik Tews
2012-11-01move function for coq-compile-response-buffer to coq-compile-common.elHendrik Tews
2012-11-01UpdateDavid Aspinall