| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-08-31 | Resize response window when showing an ancient goal. | Pierre Courtieu | |
| 2012-08-31 | Fixing previous commit on double hit. | Pierre Courtieu | |
| 2012-08-30 | Impementing a "double hit" electric terminator. Idea: do electric | Pierre Courtieu | |
| terminator when hitting "." twice quickly. | |||
| 2012-08-30 | Summary: Don't quote lambda expressions | Stefan Monnier | |
| * coq/coq-indent.el (coq-indent-inner-regexp): Remove old X-Symbol element. (coq-save-count, coq-proof-count): * obsolete/plastic/plastic.el (plastic-shell-handle-output): * lib/texi-docstring-magic.el (texi-docstring-magic-insert-magic): * lib/pg-dev.el (emacs-lisp-mode-hook): * lib/maths-menu.el (maths-menu-filter-predicate) (maths-menu-tokenise-insert): * lib/holes.el (holes-next): * lego/lego.el (lego-shell-handle-output): * isar/isabelle-system.el (isabelle-docs-menu): * coq/coq.el (coq-compile-command, coq-compile-auto-save) (coq-compile-ignored-directories, coq-load-path-safep) (proof-shell-handle-delayed-output-hook): Don't quote lambda. | |||
| 2012-08-30 | Added some new behavior to the usual 'show goal' shortcut: if point is | Pierre Courtieu | |
| on a locked span, it now displays the corresponding (ancient) goal instead of the current one. | |||
| 2012-08-24 | Fixed an error when smie not present in the system. | Pierre Courtieu | |
| 2012-08-16 | Fix lambda quote | David Aspinall | |
| 2012-08-09 | coq-optimise-resp-windows: Check proof script buffer window exists, ↵ | David Aspinall | |
| addressing Trac #446 | |||
| 2012-08-09 | Rename optim-resp-windows -> coq-optimise-resp-windows for naming convention | David Aspinall | |
| 2012-07-25 | Cleaned up a obsolete regexp. | Pierre Courtieu | |
| 2012-07-24 | Fixing compilation. Still need to verify some smie stuff on different ↵ | Pierre Courtieu | |
| versions of emacs. | |||
| 2012-07-22 | Making better menus for Coq. Menus visible in response and goals buffer. | Pierre Courtieu | |
| 2012-07-21 | Fixed some regexp for V8.4 final version. | Pierre Courtieu | |
| 2012-07-19 | Fixed widow shrinking hooks + added coq command shortcuts in | Pierre Courtieu | |
| coq-response buffer. | |||
| 2012-07-10 | Adapted to late coq-8.4 new messages. | Pierre Courtieu | |
| 2012-07-10 | Fixed incorrect syntax of previous commit. | Pierre Courtieu | |
| 2012-07-10 | Made "printing all" queries smater in letting the prover in the same | Pierre Courtieu | |
| printing state as before. | |||
| 2012-07-09 | Fixing previous commit (Added completion to insert Require, based on | Pierre Courtieu | |
| coq-load-path) in the case of complex coq-load-path. | |||
| 2012-07-09 | Added completion to insert Require, based on coq-load-path. | Pierre Courtieu | |
| 2012-07-09 | Fixed a small bug in indentation + added new commands for queries with | Pierre Courtieu | |
| Printing Implicit and Printing All flags. | |||
| 2012-07-07 | Debugged coq indentation. | Pierre Courtieu | |
| 2012-07-06 | More fixes in coq indentation (2). | Pierre Courtieu | |
| 2012-07-06 | More fixes in coq indentation. | Pierre Courtieu | |
| 2012-07-05 | Indentation debugging for coq. | Pierre Courtieu | |
| 2012-07-05 | Code cleaning. | Pierre Courtieu | |
| 2012-07-05 | Fixed some indentation details for Coq. | Pierre Courtieu | |
| 2012-07-05 | Fixed a syntactic recognition function. Should Fix #2819. | Pierre Courtieu | |
| 2012-07-03 | Fixed some indentation bugs. | Pierre Courtieu | |
| 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 | |||
