aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-10-04Clean up obsolete commentsDavid Aspinall
2010-10-04Fixes in strings/comments from Erik Martin-DorelDavid Aspinall
2010-10-04CommentsDavid Aspinall
2010-10-04Fully remove section for Coq-specific variables (coq-version-is-*David Aspinall
2010-10-04coq-insert-solve-tactic: added (credit:Erik Martin-Dorel, patch from trac ↵David Aspinall
#357). Docstring cleanups.
2010-10-04Set version tag for new release.David Aspinall
2010-10-04Move mouse button bindings to avoid clashes (patch from Trac #365, Erik ↵David Aspinall
Martin-Dorel)
2010-10-04Fix some mouse bindingsDavid Aspinall
2010-10-01Set version tag for new release.David Aspinall
2010-10-01Document query identifierDavid Aspinall
2010-10-01Failed attempt to fix font lock customizations for elispDavid Aspinall
2010-10-01proof-universal-keys: Add binding for pg-identifier-under-mouse-query.David Aspinall
2010-10-01Add docDavid Aspinall
2010-10-01proof-script-new-command-advance: add back some indentation attemptDavid Aspinall
auto sending: improve messages, bind autosend-running flag lexically in case of errors query identifier: use history variable, remove key bindings
2010-10-01Move utility span-make-modifying-removing-span to span.elDavid Aspinall
2010-10-01Rename span-add-self-removing-spanDavid Aspinall
2010-10-01span-make-modifying-removing-span: add utilityDavid Aspinall
span-make-self-removing-span: rename from span-add-self-removing-span
2010-10-01Add explicit 'invisible flag on the action list for invisible commands.David Aspinall
This means that certain display actions will always be avoided for non-scripting commands (i.e., hints, anything in `proof-shell-error-or-interrupt-hook').
2010-10-01coq-highlight-error: use span-add-self-removing-span (highlight and removal ↵David Aspinall
in background)
2010-10-01coq-allow-highlight-error: remove this setting, now ↵David Aspinall
proof-shell-error-or-interrupt-hook is only invoked for plain script commands.
2010-10-01proof-shell-handle-error-or-interrupt-hook: only run if ordinary scripting ↵David Aspinall
input (no non-nil flags in queue)
2010-10-01ReFixed bug trac 356.Pierre Courtieu
2010-10-01Adjust handling of insertion of newlines before next command.David Aspinall
2010-10-01proof-next-command-on-new-line: add this new internal flagDavid Aspinall
2010-10-01proof-script-command-separator: remove; proof-one-command-per-line becomes ↵David Aspinall
prover specific.
2010-10-01CommentDavid Aspinall
2010-10-01Add key binding fixes from Erik Martin-Dorel (see Trac#359).David Aspinall
2010-10-01proof-script-command-separator: removed (always a space)David Aspinall
2010-10-01Update magic, release datesDavid Aspinall
2010-10-01Update version numbers, release datesDavid Aspinall
2010-09-29Set version tag for new release.David Aspinall
2010-09-29Coding conventionsDavid Aspinall
2010-09-29Support proof-shell-init-cmd being a listDavid Aspinall
2010-09-29Support proof-shell-init-cmd being a listDavid Aspinall
2010-09-29DocDavid Aspinall
2010-09-29Adjust default prover configurations. Add new entry points.David Aspinall
2010-09-29Experimental hol-light version, not usable yetDavid Aspinall
2010-09-28Fixed redundant undo limit custom variables.Pierre Courtieu
2010-09-28Fixed colorization bug #356, introduced by a previous fix of bug 140.Pierre Courtieu
2010-09-27Set version tag for new release.David Aspinall
2010-09-27Test caseDavid Aspinall
2010-09-24*** empty log message ***David Aspinall
2010-09-22Fix bug trac 140 by writing a cleaner regexp than (proof-ids ... " ").Pierre Courtieu
2010-09-22Fix some bugs in coq regexp generationDavid Aspinall
2010-09-22Remove support for Emacs <21 in syntax tableDavid Aspinall
2010-09-22add notesDavid Aspinall
2010-09-22Test case for http://proofgeneral.inf.ed.ac.uk/trac/ticket/140David Aspinall
2010-09-22Trivial comment adjustment.David Aspinall
2010-09-22proof-toolbar-entries-default: Remove accidental inclusion of delete in toolbar.David Aspinall
It has no icon in images directory, which causes odd effects with toolbar mapping (Fixes Trac #352).
2010-09-22proof-undo-and-delete-last-successful-command: repair (afterDavid Aspinall
proof-retract-until-point changed type).