| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-06-28 | Fixed some small bugs in coq indentation. | Pierre Courtieu | |
| 2012-06-28 | Complete rework of the indentation mechanism using smie. The first | Pierre Courtieu | |
| version of smie indentation code was a good first try but this one is much faster and cleaner. All desambiguations are done in the lexers, it is still a bit slow on large proofs. Some bugs remain to be fixed. | |||
| 2012-06-19 | Simplified file variables code. | Pierre Courtieu | |
| 2012-06-14 | Fix a bug in coq indet code when at the beginning of a buffer. | Pierre Courtieu | |
| 2012-06-11 | Trying to minimize the slowness of indentation when no "Proof." is | Pierre Courtieu | |
| given. Seems to work. | |||
| 2012-06-10 | Fixing indentation details for coq. All known bugs seems fixed. | Pierre Courtieu | |
| 2012-06-10 | Fixing indentation details for coq. | Pierre Courtieu | |
| 2012-06-10 | Still fixing indentation details for coq. | Pierre Courtieu | |
| 2012-06-10 | Still fixing indentation (operator precedences) details for coq. | Pierre Courtieu | |
| 2012-06-10 | Still fixing indentation details for coq. | Pierre Courtieu | |
| 2012-06-09 | Made a small change in generic code about the setting of | Pierre Courtieu | |
| comment-start-skip: if it is already set then proof-script should not change it. Ultimately if David approves we should moreover fix the setting itself which is bugged. coq-mode now sets this variable by itself. | |||
| 2012-06-08 | Indentation is a bit more accurate. | Pierre Courtieu | |
| 2012-06-07 | Fix a bug of indentation in presence of comment. Probably due to a bad | Pierre Courtieu | |
| set of rules. Fixed by cleaning rules. | |||
| 2012-06-07 | Fix indentation of dependent match clauses (as ... in ... return ...). | Pierre Courtieu | |
| + bug fixes. | |||
| 2012-06-06 | Fixing a bug with the indentation of qualified names. | Pierre Courtieu | |
| 2012-06-06 | Trying to fix some minor indentation bugs with infox operators. | Pierre Courtieu | |
| 2012-06-04 | One more fix for indentation. | Pierre Courtieu | |
| 2012-06-04 | Fixing indentation (same bug than 2 previous commits). this time it seems ok. | Pierre Courtieu | |
| 2012-06-04 | Fixing the last fix on indentation. Still not perfect. | Pierre Courtieu | |
| 2012-06-03 | Fix a bug of indentation. | Pierre Courtieu | |
| 2012-05-31 | Fix of a bug. coq id can start with underscore. | Pierre Courtieu | |
| 2012-05-29 | - erase invalid coq-load-path entry format '("dir") | Hendrik Tews | |
| - check if coq-load-path is well-formed - update documentation | |||
| 2012-05-26 | another hide additional subgoals fix | Hendrik Tews | |
| 2012-05-24 | fix "Hide Additional Subgoals" for coq 8.4beta | Hendrik Tews | |
| 2012-05-09 | fix typo + add one missing cvsignore | Hendrik Tews | |
| 2012-02-13 | fix coqdep error recognition | Hendrik Tews | |
| 2012-02-10 | Fixed an ineficiency in comment detection. | Pierre Courtieu | |
| 2012-02-01 | Cleaning some code. | Pierre Courtieu | |
| 2012-02-01 | Quick fix of a regression introduced by my last commit. Looking for a | Pierre Courtieu | |
| better fix. | |||
| 2012-02-01 | Fixed command end recognition in presence of operators of the form .+ | Pierre Courtieu | |
| +. is not accepted yet. | |||
| 2012-01-18 | Fixed a small bug in indentation (ter repetita). Bullets are indented | Pierre Courtieu | |
| correctly provided that the precedence - > + > * is respected. | |||
| 2012-01-18 | Fixed a small bug in indentation (bis repetita). | Pierre Courtieu | |
| 2012-01-18 | Fixed a small bug in indentation. | Pierre Courtieu | |
| 2012-01-10 | Support proof-shell-interactive-prompt-regexp, ref Trac #430 | David Aspinall | |
| 2012-01-09 | proof-shell-start-goals-regexp: shy match to avoid introducing match group | David Aspinall | |
| 2012-01-04 | * fix case where some existential is instantiated with the last proof command | Hendrik Tews | |
| * protocol change - rename proof-complete into proof-finished and add existential info - add proof-complete message | |||
| 2012-01-03 | hide the dependent evars line | Hendrik Tews | |
| 2012-01-03 | merge ProofTreeBranch into main trunk: | Hendrik Tews | |
| - add support for proof-tree displays (currently Coq only) - new file generic/proof-tree.el contains generic code - Coq specific code has been added to coq/coq.el Changes to existing Proof General functions: - proof-shell-exec-loop and proof-shell-filter-manage-output call proof-tree display functions, when the proof-tree display is on - proof-shell-exec-loop returns t if proof-action-list is empty _or_ contains only items for updating the proof-tree - proof-shell-should-be-silent returns nil when the proof-tree display is on - coq-last-prompt-info, coq-last-prompt-info-safe return as additional 4th element the name of the current proof | |||
| 2011-12-27 | Extra test | David Aspinall | |
| 2011-12-27 | Typo | David Aspinall | |
| 2011-12-16 | Fixed some regexp. One for goal closing detection and one for | Pierre Courtieu | |
| understanding the new message about dependent evars (the two window mode was bugged). | |||
| 2011-12-16 | Adapting coq syntax recognition to the future v8.4 behavior of bullets | Pierre Courtieu | |
| (stand-alone commands), which is different of the experiments made until now in coq/trunk. | |||
| 2011-12-07 | - protect proof-shell-handle-delayed-output against the case where | Hendrik Tews | |
| proof-shell-end-goals-regexp is defined but does not match - add coq setting for hiding additional subgoals | |||
| 2011-12-06 | ensure optim-resp-window does not change the current buffer | Hendrik Tews | |
| 2011-12-05 | Applied a patch from Tom Prince which makes | Pierre Courtieu | |
| coq-update-minor-mode-alist behavior more acceptable. | |||
| 2011-11-15 | Quick stab at support for switching to proof shell when interactive support ↵ | David Aspinall | |
| expected, see Trac #430 | |||
| 2011-11-14 | Small fixes to coq smie indentation. | Pierre Courtieu | |
| 2011-11-11 | Fixed coq smie indentation. | Pierre Courtieu | |
| 2011-11-10 | Fixed coq smie indentation. | Pierre Courtieu | |
| 2011-11-10 | fixed some small bugs in coq indentation smie code. | Pierre Courtieu | |
