aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-10-10Clarify Emacs 22 versionDavid Aspinall
2010-10-10Support Emacs 23.1+ only.David Aspinall
2010-10-10Set version tag for new release.David Aspinall
2010-10-10pg-span-name: improve docstring.David Aspinall
proof-complete-buffer-atomic: simplify. Add debug message for parser cache.
2010-10-10pg-span-context-menu: add docDavid Aspinall
2010-10-10Activate debug message printing into log fileDavid Aspinall
2010-10-10Add some more tokens for making pretty picturesDavid Aspinall
2010-10-10isar-user-tokens: add doc so user can see it when using customizeDavid Aspinall
2010-10-10coq-find-and-forget: Allow undoing prover processed regionsDavid 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-10coq-generic-expression: fix this to match symbols, not merely words.David Aspinall
Otherwise we only see first word of symbols using underscores!
2010-10-10Fix to last patch.David Aspinall
2010-10-10proof-assert-electric-terminator: prevent adding terminator if point is ↵David Aspinall
after it as well as before, as in PG 3.7. Fixes #371.
2010-10-10Adjust a comment on proof-shell-modeDavid Aspinall
2010-10-08Update magicDavid Aspinall
2010-10-08Improve autosend docDavid Aspinall
2010-10-08Remove developers note from docstring of togglersDavid Aspinall
2010-10-06Add extra requires for compile to work on tty emacs (e.g. MacOS terminal emacs)David Aspinall
2010-10-06No compile warning if image-size not availableDavid Aspinall
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