aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-08-03proof-allow-undo-in-read-only: remove, use proof-strict-read-only instead.David Aspinall
2010-08-03pg-protected-undo changeDavid Aspinall
2010-08-03pg-protected-undo: remove separate `proof-allow-undo-in-read-only' andDavid Aspinall
make consistent with `proof-strict-read-only' setting. In particular, if "Edit Freely" is selected then we don't do any retraction.
2010-08-03proof-assert-electric-terminator: fix logic for inserting at buffer endDavid Aspinall
2010-08-03Separate profiling from testingDavid Aspinall
2010-08-03Simplify messaging code. Make sure random jumps do something. Fix ↵David Aspinall
assert-processed to wait for shell.
2010-08-03Improve printing of test parameters.David Aspinall
Add `pg-autotest-test-assert-full' for current buffer w/o file.
2010-08-03Show test log in case of failureDavid Aspinall
2010-08-03Fix compileDavid Aspinall
2010-08-03Temporarily disable splashDavid Aspinall
2010-08-03Fix compilationDavid Aspinall
2010-08-03Move key binding for proof assistant keymap (fixes compilation bug)David Aspinall
2010-08-03UpdateDavid Aspinall
2010-08-03Fix compileDavid Aspinall
2010-08-03Resurrect autotest frameworkDavid Aspinall
2010-08-03save-some-buffers: only offer to save proof script buffersDavid Aspinall
2010-08-03proof-shell-wait, proof-shell-kill-function: avoid use of sit-for.David Aspinall
2010-08-03less surprising unicode tokens: <-> corresponds to longleftrightarrow in ↵Makarius Wenzel
common Isabelle theories (according to symbol length not shape), emdash is not predefined by default and confuses typical LaTeX source;
2010-08-03proof-deftoggle-fn: make ARG optional as suggested by docstringDavid Aspinall
2010-08-03Updated.David Aspinall
2010-08-03span-mapcar-spans-inorder: added for pg-movie productionDavid Aspinall
2010-08-03Fix theory nameDavid Aspinall
2010-08-03Support files for Movie outputDavid Aspinall
2010-08-03Add support for basic "movie" recording. See http://mws.cs.ru.nl/proviola.David Aspinall
2010-08-03Updated.David Aspinall
2010-08-03Bump date (again)David Aspinall
2010-08-03proof-full-annotation: default to t; advanced users may turn off.David Aspinall
2010-08-03Move distribution examples into subdirDavid Aspinall
2010-08-03Fix theory nameDavid Aspinall
2010-08-03Deleted fileDavid Aspinall
2010-08-02Fix for matching names in regexps, restores behaviour of name-aware code ↵David Aspinall
such as imenu.
2010-08-02Add pg-protected-undo improved version due to Erik Martin-DorelDavid Aspinall
2010-07-08Update years, versions.David Aspinall
2010-07-08Set version tag for new release.David Aspinall
2010-07-08Cleanups for save-excursion to avoid warnings in latest Emacs versionsDavid Aspinall
2010-07-08save-excursion -> with-temp-bufferDavid Aspinall
2010-07-01Replace uses of save-excursion with with-current-buffer. ThisDavid Aspinall
prevents a spurious warning from Emacs 23 (and is a minor efficiency improvement).
2010-07-01plastic-shell-adjust-line-width: save-excursion -> with-current-buffer to avoidDavid Aspinall
spurious warning in Emacs 23.2
2010-07-01lego-shell-adjust-line-width: save-excursion -> with-current-buffer to avoidDavid Aspinall
spurious warning in Emacs 23.2
2010-07-01isar-shell-adjust-line-width: save-excursion -> with-current-buffer to avoidDavid Aspinall
spurious warning in Emacs 23.2
2010-07-01proof-last-locked-span: save-excursion -> with-current-buffer to avoidDavid Aspinall
spurious warning in Emacs 23.2
2010-06-29removed some old commands;Makarius Wenzel
2010-06-29update from Isabelle2009-2;Makarius Wenzel
2010-06-28Remove debug messageDavid Aspinall
2010-06-28Isabelle syntax updateDavid Aspinall
2010-06-28Isabelle syntax updateDavid Aspinall
2010-06-27Updated.David Aspinall
2010-06-27Experimental backwards delete char. See Trac #290David Aspinall
2010-06-27`proof-shell-process-urgent-messages': fix to avoid duplicated messages ↵David Aspinall
(Trac#314) `proof-shell-exit': fix pareno, avoid duplicated user question in Emacs 23. Consistent capitalisation of errors.
2010-05-17Fixing the behaviour of the responses-freeze window.Pierre Courtieu