aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
Commit message (Collapse)AuthorAge
...
* Fix compile warnings, remove some XEmacs-ismsGravatar David Aspinall2009-09-06
|
* proof-buffer-syntactic-context-emulate: use caching syntax-ppssGravatar David Aspinall2009-09-06
| | | | instead of parse-partial-sexp
* WhitespaceGravatar David Aspinall2009-09-06
|
* Fix compile warningsGravatar David Aspinall2009-09-06
|
* Add after save hook and convenient key binding to compile on saveGravatar David Aspinall2009-09-06
|
* Supress spurious warningsGravatar David Aspinall2009-09-06
|
* More defun->defsubst changesGravatar David Aspinall2009-09-06
|
* span-mapc-spans for span-delete-spansGravatar David Aspinall2009-09-06
|
* Rearrange for scopingGravatar David Aspinall2009-09-06
|
* Add menu moved from Coq menu. Make deactivating holes-mode forget all holes.Gravatar David Aspinall2009-09-06
|
* Simplify by removing ability to deal with restrictionsGravatar David Aspinall2009-09-06
| | | | and a check for process liveness.
* Make holes-abbrev-complete obey status of minor mode.Gravatar David Aspinall2009-09-06
|
* Cleanup code and use define-minor-mode.Gravatar David Aspinall2009-09-06
|
* set-span-keymap: only override local map, not replace it.Gravatar David Aspinall2009-09-06
|
* Fix parenoGravatar David Aspinall2009-09-06
|
* CleanupsGravatar David Aspinall2009-09-06
|
* More instrumentationGravatar David Aspinall2009-09-06
|
* unicode-tokens-replace-unicode: new function to interactively replace ↵Gravatar David Aspinall2009-09-05
| | | | unicode chars in buffer
* tokens-customizable-variables: new setting. All compositions to be more ↵Gravatar David Aspinall2009-09-05
| | | | general, and map char sequences into left-to-right placements
* AutoloadGravatar David Aspinall2009-09-05
|
* Add characterp for Emacs 22Gravatar David Aspinall2009-09-05
|
* Clean compile, remove useless autoload settings.Gravatar David Aspinall2009-09-05
|
* Turn on proof-general-debug. Missing requireGravatar David Aspinall2009-09-05
|
* Tidy whitespaceGravatar David Aspinall2009-09-05
|
* CommentsGravatar David Aspinall2009-09-05
|
* Missing declarationGravatar David Aspinall2009-09-05
|
* Make bug references clickableGravatar David Aspinall2009-09-05
|
* replace-in-string -> replace-regexp-in-stringGravatar David Aspinall2009-09-04
|
* Disable fontification of input and output. Fix C-c C-c bindingGravatar David Aspinall2009-09-04
|
* Disable buffer truncation for nowGravatar David Aspinall2009-09-04
|
* Profile more of the codeGravatar David Aspinall2009-09-04
|
* Define some keys.Gravatar David Aspinall2009-09-04
|
* Remove left over comint-ismsGravatar David Aspinall2009-09-04
|
* Support for Emacs22Gravatar David Aspinall2009-09-04
|
* Remove further unnecessary compatibility code.Gravatar David Aspinall2009-09-04
|
* Profile settingsGravatar David Aspinall2009-09-04
|
* Trimmed down comintGravatar David Aspinall2009-09-04
|
* Remove some old X-Symbol references.Gravatar David Aspinall2009-09-01
|
* Attempt to make compatible with Mac OS X port of Emacs 23.Gravatar David Aspinall2009-09-01
|
* Fix unicode-tokens-script-font-faceGravatar David Aspinall2009-08-31
|
* Support mouse font selection in Emacs 22.Gravatar David Aspinall2009-08-31
| | | | Fix interface to custom, saved faces are in .emacs, not current buffer(!).
* Experiments improving defaultsGravatar David Aspinall2009-08-31
|
* Disable large symbol font for nowGravatar David Aspinall2009-08-31
|
* Improve and extend font configuration. Add ↵Gravatar David Aspinall2009-08-30
| | | | unicode-tokens-replace-shortcut-match.
* Update autoloadsGravatar David Aspinall2009-08-28
|
* Add convenience function for profilingGravatar David Aspinall2009-08-28
|
* Add a fontGravatar David Aspinall2009-08-28
|
* Extend the available types of controls. Move fontsymb-properties here. ↵Gravatar David Aspinall2009-08-28
| | | | Prettify the token table.
* Disable "Set fontsets" sub menu for new EmacsenGravatar David Aspinall2009-08-28
|
* Change font-lock-keywords to use our own hacked ↵Gravatar David Aspinall2009-08-28
| | | | | | | | | | `unicode-tokens-prepend-text-property' instead of `font-lock-prepend-text-property' which gave ill formed property values for 'face. Still not clear if that function is faulty or usage was not as intended. Anyway, this repairs outstanding merge properties problem so that <bold><italic>foo</italic></bold> works as expected. Also: fix key binding for unicode-tokens-show-controls so is usable.