| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-01-19 | - switch off automatic compilation for coq to not surprise users | Hendrik Tews | |
| too much | |||
| 2011-01-18 | - fixed stale load path problem with killing the proof shell in | Hendrik Tews | |
| the deactivation-hook | |||
| 2011-01-18 | - implemented coq-lock-ancestors as described in the docs already | Hendrik Tews | |
| 2011-01-18 | Add multiple file test case | David Aspinall | |
| 2011-01-18 | Alternative fix to #382. | David Aspinall | |
| 2011-01-18 | set proof-auto-action-when-deactivating-scripting to 'retract, | David Aspinall | |
| to stop new multiple file handling for Coq interactive queries | |||
| 2011-01-18 | Localise compilation fix for dynamic scope of `queueitems\'. | David Aspinall | |
| 2011-01-18 | - fixed compilation errors | Hendrik Tews | |
| 2011-01-18 | - fix broken external compilation | Hendrik Tews | |
| - fix quitting during compilation - substitute "compile" for "recompile" - added documentation | |||
| 2011-01-18 | Fix trac 382 by not setting save-abbrevs. | Pierre Courtieu | |
| 2011-01-17 | fix problems in test cases | Hendrik Tews | |
| coq/ex/test-cases/multiple-files-single-dir and multiple-files-multiple-dir | |||
| 2011-01-14 | - more coq test cases (some with surprising and embarrassing bugs) | Hendrik Tews | |
| 2011-01-14 | Update dates and versions | David Aspinall | |
| 2011-01-14 | - move proof-no-fully-processed-buffer to generic/proof-config | Hendrik Tews | |
| - add documentation for it - add a test case demonstrating it in coq/ex/test-cases/retract-completely-asserted | |||
| 2011-01-14 | - simple backward compatible change to invoke a function to | Hendrik Tews | |
| compute the command line arguments for a proof assistant | |||
| 2011-01-14 | - Remove nonfunctional Add LoadPath code. | Hendrik Tews | |
| - Use coqdep now to map the required module to a file name. "Require Arith." works now, but coqdep fails on "Require Arith.Le.". - Remove the coq-internal-load-path hash and all related function. Coq's load path logic is too complicated to reimplement that in ProofGeneral | |||
| 2011-01-12 | Add preliminary support for multiple files for coq. | Hendrik Tews | |
| The following points are implemented already: - recompile either via an external command (make) or let ProofGeneral handle everything internally - complete dependency tracking and recompilation for coq files in internal mode - support for extending the LoadPath: does almost work, even if specified file-locally - move back to clean state if recompilation fails There are the following known problems: - coq-load-path extensions are not retracted - fails on partially qualified library names | |||
| 2010-11-25 | Fix compile problem with smie code on Emacs <=23.3 | David Aspinall | |
| 2010-11-15 | Summary: New indentation code using SMIE | Stefan Monnier | |
| * coq/coq.el (coq-build-prog-args): Avoid meaningless \- escape sequence. (coq-use-smie): New custom var. (coq-smie-grammar): New var. (coq-smie-rules): New function. (coq-guess-or-ask-for-string): Use use-region-p. (coq-mode-config): Use smie-setup if available. * lib/proof-compat.el (use-region-p): Provide fallback definition. | |||
| 2010-10-22 | Fixed a bug with utf8 error highlighting in coq 8.3 (bugs with 8.2 | Pierre Courtieu | |
| but nevermind). | |||
| 2010-10-10 | Add some more tokens for making pretty pictures | David Aspinall | |
| 2010-10-10 | coq-find-and-forget: Allow undoing prover processed regions | David Aspinall | |
| (i.e. files locked by Require). Some progress towards #363, and at least stops an ugly type error when a Require'd file is retracted. | |||
| 2010-10-10 | coq-generic-expression: fix this to match symbols, not merely words. | David Aspinall | |
| Otherwise we only see first word of symbols using underscores! | |||
| 2010-10-04 | Fixes in strings/comments from Erik Martin-Dorel | David Aspinall | |
| 2010-10-04 | coq-insert-solve-tactic: added (credit:Erik Martin-Dorel, patch from trac ↵ | David Aspinall | |
| #357). Docstring cleanups. | |||
| 2010-10-01 | Rename span-add-self-removing-span | David Aspinall | |
| 2010-10-01 | coq-highlight-error: use span-add-self-removing-span (highlight and removal ↵ | David Aspinall | |
| in background) | |||
| 2010-10-01 | coq-allow-highlight-error: remove this setting, now ↵ | David Aspinall | |
| proof-shell-error-or-interrupt-hook is only invoked for plain script commands. | |||
| 2010-10-01 | ReFixed bug trac 356. | Pierre Courtieu | |
| 2010-10-01 | Add key binding fixes from Erik Martin-Dorel (see Trac#359). | David Aspinall | |
| 2010-10-01 | Update version numbers, release dates | David Aspinall | |
| 2010-09-28 | Fixed redundant undo limit custom variables. | Pierre Courtieu | |
| 2010-09-28 | Fixed colorization bug #356, introduced by a previous fix of bug 140. | Pierre Courtieu | |
| 2010-09-22 | Fix bug trac 140 by writing a cleaner regexp than (proof-ids ... " "). | Pierre Courtieu | |
| 2010-09-22 | Fix some bugs in coq regexp generation | David Aspinall | |
| 2010-09-22 | Remove support for Emacs <21 in syntax table | David Aspinall | |
| 2010-09-09 | Revert last change, version from Pierre is cleaner. | David Aspinall | |
| 2010-09-09 | Hack regexps so that goals are cleared on Proof Completed. message. ↵ | David Aspinall | |
| Unfortunately that message is now not shown in response buffer. | |||
| 2010-09-09 | Fixed the cleaning of goals buffer when proof completed | Pierre Courtieu | |
| + fixed the refreshing of modeline goal number display. | |||
| 2010-09-09 | Moved the modeline dislpay of open goals to scripting buffer. | Pierre Courtieu | |
| 2010-09-09 | Cleaning indentation code. | Pierre Courtieu | |
| 2010-09-09 | Fixed indentation at end of file. | Pierre Courtieu | |
| 2010-09-09 | Fixed small bugs in indentation. | Pierre Courtieu | |
| 2010-09-08 | illustrating the wrongness of the current multifile processing for coq. | Pierre Courtieu | |
| 2010-09-08 | Added three files for testing multi file scripting. | Pierre Courtieu | |
| 2010-09-08 | Adjust configuration setting for automatic multiple files handling | David Aspinall | |
| 2010-09-08 | Fix compile | David Aspinall | |
| 2010-09-08 | Add simple clear test for multiple files without require | David Aspinall | |
| 2010-09-07 | Finished fixing the small indentation bug at buffer top. | Pierre Courtieu | |
| 2010-09-07 | Fix of previous commit. | Pierre Courtieu | |
