aboutsummaryrefslogtreecommitdiff
path: root/isar
AgeCommit message (Collapse)Author
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
2010-08-04isabelle-string-face: introduce custom string colour as font lock default is ↵David Aspinall
terrible
2010-08-04Swap phi and varphi for better consistency with STIX.David Aspinall
2010-08-04isar-remove-file: remove (tail) recursion, leads to stack overflowDavid Aspinall
2010-08-03Separate profiling from testingDavid Aspinall
2010-08-03Fix compileDavid Aspinall
2010-08-03Fix compilationDavid Aspinall
2010-08-03Resurrect autotest frameworkDavid 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-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-07-01isar-shell-adjust-line-width: 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
2009-12-07more robust treatment of spaces in directory names;Makarius Wenzel
2009-12-03Revert spurious commitsDavid Aspinall
2009-12-03Change of type for proof-script-span-context-menu-extensionsDavid Aspinall
2009-12-02Fix compile error (isar-prog-args unknown).David Aspinall
2009-12-01Add rest of standard token symbols for alphabets in other fontsDavid Aspinall
(e.g. fraktur lower case \<aa>, whatever these are supposed to look like).
2009-12-01isar-control-char-format-regexp: correct to only affect next char/symbolDavid Aspinall
isar-control-regions: add \<^bisup>..\<^eisup> and \<^bisub>..\<^eisub>
2009-12-01isabelle-set-prog-name: avoid calling split-string with nil arg.David Aspinall
2009-12-01isar-ids-to-regexp: regexp-opt with 'words arg (non-shy matching insideDavid Aspinall
\< \>) appears to work on Emacs 22, hopefully repairing http://proofgeneral.inf.ed.ac.uk/trac/ticket/300. Also replace proof-splice-separator -> mapconcat builtin.
2009-12-01typoDavid Aspinall