aboutsummaryrefslogtreecommitdiff
path: root/isar
AgeCommit message (Collapse)Author
2012-09-02Repair operation with compiled code. Fails with interpreter, see Trac #445David Aspinall
2012-08-30Summary: Don't quote lambda expressionsStefan 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-04-30Change default Unicode Tokens font back to DejaVU Sans, more reliable ↵David Aspinall
without installing STIX.
2011-10-17Add fix and regression test for Trac #138David Aspinall
2011-10-17Attempt to support stricter bytecomp warningsDavid Aspinall
2011-10-17Require cl only during compileDavid Aspinall
2011-10-13Patch from Tom Prince to fix Emacs 24 byte compilation (replace ↵David Aspinall
interactive-p with called-interactively-p)
2011-09-17brute-force method to enable tool-bar-mode, which is especially important on ↵Makarius Wenzel
GNU Emacs for Mac OS X (change was already present in Isabelle2011);
2011-08-31clarified isar-improper-regexp -- "prems" is already reported as legacy by ↵Makarius Wenzel
the prover (after Isabelle2011);
2011-07-06generalized font-lock regexps: isar-text allows any non-control characters ↵Makarius Wenzel
to be marked up (e.g. notation for "free" and "skolem" variables after Isabelle2011);
2011-05-05Replace proof-boring-face -> isabelle-quote-face, reported onDavid Aspinall
Isabelle-users list by Peter Lammich.
2011-01-31Update with files from Isabelle2011 (no actual changes).David Aspinall
2011-01-31New files.David Aspinall
2011-01-31Deleted fileDavid Aspinall
2011-01-31proof-shell-theorem-dependency-list-regexp: change to match altered output ↵David Aspinall
format.
2011-01-31auto-solve -> auto-solve-direct for Isabelle2011.David Aspinall
2011-01-27added option -f FONT;Makarius Wenzel
2011-01-26Add autotest startDavid Aspinall
2011-01-25Remove debug messagesDavid Aspinall
2011-01-14Update dates and versionsDavid Aspinall
2010-12-08some attempts to indent 'notepad' 'begin' ... 'end' like a proof body;Makarius Wenzel
2010-10-11isar-set-undo-commands: prevent opening new script files calling ↵David Aspinall
proof-deactivate-scripting
2010-10-10isar-user-tokens: add doc so user can see it when using customizeDavid Aspinall
2010-10-01Update version numbers, release datesDavid Aspinall
2010-09-08use-linear-undo: use default of t againDavid Aspinall
2010-08-27Fix bug with nested spans, solving #344/#335David Aspinall
2010-08-27Replace proof-terminal-char with proof-terminal-string.David Aspinall
2010-08-25Add unnecessary quote marks for consistent colouringDavid Aspinall
2010-08-24isar-set-undo-commands: encourage the user not to change while processing a ↵David Aspinall
buffer
2010-08-24Tidy commentsDavid Aspinall
2010-08-24isar-strip-terminators: backward-delete-char -> delete-char to fix Emacs 24 ↵David Aspinall
compile warning
2010-08-22isar-describe-help-keys: remove this, available by default as C-c C-a h C-hDavid Aspinall
(see Trac #341)
2010-08-19iasbelle-string-face: Remove italic from defaults becauseDavid Aspinall
STIXRegular doesn't include italic variants of symbols, resulting in empty glyphs appearing on Mac OS X
2010-08-18Another test fileDavid Aspinall
2010-08-18Work on Trac #335 (broken old style script management)David Aspinall
2010-08-18Clean flag settings for profiling. Add AHundredProofs.David Aspinall
2010-08-18Turn off parallel proofs setting (no noticeable difference for this test file)David Aspinall
2010-08-18Add command bound to C-c C-a h ? to show available help keysDavid Aspinall
2010-08-17Fix key bindings. Ref Trac#334David Aspinall
2010-08-17Clean up handling of pending interrupts, remove experimental ↵David Aspinall
proof-shell-interrupts-after-commit.
2010-08-16Set proof-shell-interrupts-after-commit = nilDavid Aspinall
2010-08-15proof-shell-interrupts-after-commit: support commit-before-interrupt mode ↵David Aspinall
[experimental/temporary].
2010-08-11Extend testingDavid Aspinall
2010-08-11isabelle-quote-face: add this face to customize vanishing quotesDavid Aspinall
2010-08-11Experiment with default string font being italic, to match STIX italic.David Aspinall
2010-08-11Support custom syntactic fontification.David Aspinall
2010-08-11isabelle-string-face: switch to a more traditional greenDavid Aspinall
(strings are brown, but logic is green)
2010-08-09Fix compile and spellingDavid Aspinall
2010-08-09Use pg-dev profiling configurationDavid Aspinall
2010-08-08Note completeDavid Aspinall