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