aboutsummaryrefslogtreecommitdiff
path: root/coq/coq.el
AgeCommit message (Expand)Author
2010-10-04coq-insert-solve-tactic: added (credit:Erik Martin-Dorel, patch from trac #35...David Aspinall
2010-10-01Rename span-add-self-removing-spanDavid Aspinall
2010-10-01coq-highlight-error: use span-add-self-removing-span (highlight and removal i...David Aspinall
2010-10-01coq-allow-highlight-error: remove this setting, now proof-shell-error-or-inte...David Aspinall
2010-10-01Add key binding fixes from Erik Martin-Dorel (see Trac#359).David Aspinall
2010-09-28Fixed redundant undo limit custom variables.Pierre Courtieu
2010-09-09Revert last change, version from Pierre is cleaner.David Aspinall
2010-09-09Hack regexps so that goals are cleared on Proof Completed. message. Unfortun...David Aspinall
2010-09-09Fixed the cleaning of goals buffer when proof completedPierre Courtieu
2010-09-09Moved the modeline dislpay of open goals to scripting buffer.Pierre Courtieu
2010-09-08Adjust configuration setting for automatic multiple files handlingDavid Aspinall
2010-09-06Minor clean up of comments while reading codeDavid Aspinall
2010-09-01Fixed experimental feature of storing response or goal in a persistentPierre Courtieu
2010-09-01Fixed bug #346. Coq code was using proof-ids-to-regexp on regexpPierre Courtieu
2010-08-30Response freeze given non special buffer name (Trac #347)David Aspinall
2010-08-27Replace proof-terminal-char with proof-terminal-string.David Aspinall
2010-08-27Fix for Trac #343David Aspinall
2010-08-25coq-find-and-forget: re-enable trivial optimisation (is it reallyDavid Aspinall
2010-08-25Revert 10.51. proof-script-command-end-regexp: non-letters afterDavid Aspinall
2010-08-24coq-set-state-infos: attempt to fix sync problem hereDavid Aspinall
2010-08-24proof-script-command-end-regexp: include \' for end of buffer againDavid Aspinall
2010-08-24proof-script-command-end-regexp: allow any non-letter after a periodDavid Aspinall
2010-08-24More whitespace changesDavid Aspinall
2010-08-24Cleanups for Elisp formatting conventions.David Aspinall
2010-08-24Minor cleanupsDavid Aspinall
2010-08-22Change binding for coq-PrintHint as suggested in Trac #341David Aspinall
2010-08-15Remove superfluous spaces (re Trac #331).David Aspinall
2010-08-13coq-highlight-error: make robust against proof script buffer deactivatingDavid Aspinall
2010-07-01proof-last-locked-span: save-excursion -> with-current-buffer to avoidDavid Aspinall
2010-05-17Fixing the behaviour of the responses-freeze window.Pierre Courtieu
2010-05-17Allow SearchAbout to deal with complex queries.Pierre Courtieu
2010-05-17Added a "remember this" window. Experimental.Pierre Courtieu
2010-04-12Fix coq error utf8 underlining with coq-8.3beta.Pierre Courtieu
2009-12-03Change of type for proof-script-span-context-menu-extensionsDavid Aspinall
2009-11-30Replace proof-locked-end -> proof-unprocessed-beginDavid Aspinall
2009-11-20Small Fix (again).Pierre Courtieu
2009-11-20Small Fix.Pierre Courtieu
2009-11-11Fix.Pierre Courtieu
2009-11-10fixPierre Courtieu
2009-11-10Fixing insertion case for c-c c-a c-i + cleaning.Pierre Courtieu
2009-10-15Added keyboard shortcut in goals buffer.Pierre Courtieu
2009-09-28Functions find-and-forget and count-undos now return lists of commandsDavid Aspinall
2009-09-17Fixed error highlighting with utf8.Pierre Courtieu
2009-09-16Fix compile warningsDavid Aspinall
2009-09-15Fix highlighting of error regionDavid Aspinall
2009-09-14Surpress warnings for dynamic scopingDavid Aspinall
2009-09-14Remove proof-strict-read-only-toggle call (no longer defined, andDavid Aspinall
2009-09-14Change mode namesDavid Aspinall
2009-09-10Move (require 'local-vars-list) to coq-local-varsDavid Aspinall
2009-09-10Add back font-lock setting for shell (can turn on/off inside).David Aspinall