| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-12-13 | Use `cl-lib` instead of `cl` everywhere | Stefan Monnier | |
| Use lexical-binding in a few files where it was easy. Don't require `proof-compat` when it's not used. * coq/coq-db.el: Use lexical-binding. * coq/coq-system.el: Use lexical-binding. (coq--extract-prog-args): Use concatenated-args rather than recomputing it. * coq/coq.el: Require `span` to silence some warnings. * generic/pg-user.el: Use lexical-binding. (complete, add-completion, completion-min-length): Silence warnings. * generic/pg-xml.el: Use lexical-binding. (pg-xml-string-of): Prefer mapconcat to reduce+concat. * generic/proof-depends.el: Use lexical-binding. (proof-dep-split-deps): Use `push`. * generic/proof-shell.el: Require `span` to silence some warnings. (proof-shell-invisible-command): Don't use lexical-let just to build a wasteful η-redex! * lib/holes.el: Use lexical-binding. Remove redundant :group args. * lib/span.el: Use lexical-binding. (span-read-only-hook): Use user-error. (span-raise): Remove, unused. | |||
| 2017-05-05 | Change (eval-when (compile) ...) to (eval-when-compile ...) | Clément Pit--Claudel | |
| This fixes a bunch of compilation warnings | |||
| 2015-03-05 | Summary: Fix compile warning on isar-markup-ml | David Aspinall | |
| 2014-01-18 | unicode tokens for \<open>, \<close>, \<newline>; | Makarius Wenzel | |
| 2010-10-10 | isar-user-tokens: add doc so user can see it when using customize | David Aspinall | |
| 2010-08-04 | Swap phi and varphi for better consistency with STIX. | David Aspinall | |
| 2010-08-03 | less 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; | |||
| 2009-12-01 | Add rest of standard token symbols for alphabets in other fonts | David Aspinall | |
| (e.g. fraktur lower case \<aa>, whatever these are supposed to look like). | |||
| 2009-12-01 | isar-control-char-format-regexp: correct to only affect next char/symbol | David Aspinall | |
| isar-control-regions: add \<^bisup>..\<^eisup> and \<^bisub>..\<^eisub> | |||
| 2009-12-01 | isar-control-char-format-regexp: prevent subsequent control chars being captured | David Aspinall | |
| 2009-09-29 | inline isar-long-id-stuff | David Aspinall | |
| 2009-09-28 | Add markup for \<^const> control, complicate ↵ | David Aspinall | |
| `isar-control-char-format-regexp' to markup identifiers | |||
| 2009-09-11 | Bug in \\<diamond> token | David Aspinall | |
| 2009-09-10 | Experimental changes to queue several commands at once and to allow ↵ | David Aspinall | |
| pre-processing of commands when they're queued from script | |||
| 2009-09-07 | Require unicode-tokens during compile. | David Aspinall | |
| 2009-09-07 | Remove \t in \<inverse> expansion. | David Aspinall | |
| Make \<spacespace> be a single EM-DASH SPACE | |||
| 2009-09-07 | Remove \t in \<module> expansion. | David Aspinall | |
| 2009-09-05 | Fix defcustom types | David Aspinall | |
| 2009-09-05 | Separate standard tokens from extended set. Add missing compositions. Set ↵ | David Aspinall | |
| for Tokens customize menu | |||
| 2009-09-05 | Add shortcuts for (| and |). | David Aspinall | |
| Ensure if shortcuts are customized, replacement-alist is reset too. | |||
| 2009-09-05 | Add custom group | David Aspinall | |
| 2009-09-03 | Remove objectionable |> shortcut for Isar hackers | David Aspinall | |
| 2009-09-02 | proper backslash escape; | Makarius Wenzel | |
| 2009-08-31 | Add custom doc | David Aspinall | |
| 2009-08-31 | isar-symbol-shortcuts: add customization | David Aspinall | |
| 2009-08-31 | Remove over-enthusiastic single-character shortcuts | David Aspinall | |
| 2009-08-31 | Disable large symbol font for now | David Aspinall | |
| 2009-08-30 | Support dynamic customization. Add additional shortcuts handy for ↵ | David Aspinall | |
| symbolizing old files. | |||
| 2009-08-28 | Move fontsymb properties to library file. | David Aspinall | |
| 2009-08-12 | Add indirection for setting unicode tokens variables to add customize menu ↵ | David Aspinall | |
| options | |||
| 2008-12-05 | Hyphen instead of emdash in faked longleftarrow | David Aspinall | |
| 2008-08-03 | Updated. | David Aspinall | |
| 2008-07-24 | Merge changes from Version4Branch. | David Aspinall | |
| 2008-07-19 | Add lbrace, rbrace | David Aspinall | |
| 2008-07-18 | Disable \<zero>, \<a>, \<aa>, etc. To prevent unexpected behaviour | David Aspinall | |
| with cut-and-paste and when typing tokens directly. Trac#223. | |||
| 2008-07-09 | more precise regexps isar-token-match, isar-control-token-match; | Makarius Wenzel | |
| 2008-07-07 | isar-shortcut-alist: map << >> to guillemots -- this is what HOL-Nominal ↵ | Makarius Wenzel | |
| expects; | |||
| 2008-07-07 | isar-shortcut-alist: tweaked behaviour of ~= ~: <= `` which all have a ↵ | Makarius Wenzel | |
| particular meaning in Isabelle; | |||
| 2008-07-07 | unicode shortcut alist: literal backslash instead of strange control ↵ | Makarius Wenzel | |
| sequence, e.g. "\\nat" instead of "\nat"; | |||
| 2008-07-05 | Add back |-> shortcut | David Aspinall | |
| 2008-02-17 | Missing backslashes. | David Aspinall | |
| 2008-02-17 | Experimental use of fonts for \<AA> etc. Disable some contentious shortcuts | David Aspinall | |
| 2008-02-13 | tuned comment; | Makarius Wenzel | |
| 2008-02-05 | Remove ligature/latin1 symbols. Trim short cuts | David Aspinall | |
| 2008-02-04 | Disable warnings. | David Aspinall | |
| 2008-02-04 | Support Isabelle control sequences for subscripts/superscripts | David Aspinall | |
| 2008-02-04 | Go back to isabellesym.sty as master symbol list | David Aspinall | |
| 2008-01-30 | Harmonise a bit more with X-Symbols. Add customization facility | David Aspinall | |
| 2008-01-28 | Switch to fake long symbols | David Aspinall | |
| 2008-01-28 | Add hooks for unicode tokens within proof shell | David Aspinall | |
