aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/unicode-tokens.el
Commit message (Collapse)AuthorAge
* Add indirection for setting unicode tokens variables to add customize menu ↵Gravatar David Aspinall2009-08-12
| | | | options
* unicode-tokens-list-tokens: change help docGravatar David Aspinall2009-08-12
|
* Add docstrings. Regexp quote to escape control chars and regionsGravatar David Aspinall2009-08-06
|
* Work in progress on multiple instances of token modesGravatar David Aspinall2009-08-06
|
* Improve documentation. Add `unicode-tokens-list-shortcuts'.Gravatar David Aspinall2009-07-30
|
* Fix so highlighting of real unicode characters setting is obeyed when mode ↵Gravatar David Aspinall2009-07-30
| | | | toggled on/off.
* Improve docstringGravatar David Aspinall2009-07-30
|
* Add functions for encoding string and buffer regionsGravatar David Aspinall2009-05-26
|
* unicode-tokens-symbs-to-props: Allow multiple properties to work. Note: ↵Gravatar David Aspinall2009-05-26
| | | | font prop must be given first
* unicode-tokens-initialise: Fix bug introduced in 10.4: return value was spoilt.Gravatar David Aspinall2008-09-18
|
* DocumentationGravatar David Aspinall2008-08-06
|
* unicode-tokens-initialise: initialise menu here too rather than at top levelGravatar David Aspinall2008-08-05
|
* Merge accidental changes to 3.7 branch. Add Highlight real Unicode chars ↵Gravatar David Aspinall2008-08-04
| | | | option.
* Fix maths menu tokenise adjustment for type of unicode-tokens-uchar-hash-table.Gravatar David Aspinall2008-07-24
|
* unicode-tokens-insert-token, unicode-tokens-insert-control: fixes and notes. ↵Gravatar David Aspinall2008-07-24
| | | | Enable fontsets command on menu always for now.
* Merge changes from Version4Branch.Gravatar David Aspinall2008-07-24
|
* Fix typo.Gravatar David Aspinall2008-07-19
|
* Remove use of :help for menu tooltips- GNU Emacs only.Gravatar David Aspinall2008-07-16
|
* Correct italic attributeGravatar David Aspinall2008-07-12
|
* Add other sup/subs to format menu.Gravatar David Aspinall2008-07-10
|
* Add format menu. Improve attempt to handle font-lock-face annotations. ↵Gravatar David Aspinall2008-07-10
| | | | Still faulty.
* Add isub and isup to unicode-tokens-annotation-control-token-alistGravatar David Aspinall2008-07-10
| | | | Part of patch from Simon Winwood.
* cover isup as well;Gravatar Makarius Wenzel2008-07-09
|
* Remove junkGravatar David Aspinall2008-02-17
|
* Add serif token matchGravatar David Aspinall2008-02-17
|
* Remove left over propertise experiment call; fixes #202Gravatar David Aspinall2008-02-17
|
* unicode-tokens: Experimental multiple font supportGravatar David Aspinall2008-02-17
|
* Unicode tokens: support face changing via 'font-lock-face'Gravatar David Aspinall2008-02-09
|
* Tweak initialisation (no difference if setup properrly via proof-unicode-tokens)Gravatar David Aspinall2008-02-06
|
* Switch order of annotations and substitutions, to allow substitutions to containGravatar David Aspinall2008-02-06
| | | | | | | further annotations (e.g. a symbol denotes a bold character or special font). Fix a compatibility issue with MMM (avoid changing encoding on indirect buffer) Fix removing face properties when turning off (re fontify). Don't try to save properties: face (giving up on temporarily on bold) or autocompose.
* Make display properties rear sticky. This is good for begin..end but notGravatar David Aspinall2008-02-04
| | | | for singleton controls (which are a nuisance enough already).
* Support Isabelle control sequences for subscripts/superscriptsGravatar David Aspinall2008-02-04
|
* Comments.Gravatar David Aspinall2008-02-04
|
* Add some error checking to `unicode-tokens-token-name-alist'Gravatar David Aspinall2008-02-03
|
* Fix RCS tagsGravatar David Aspinall2008-01-30
|
* Documentation.Gravatar David Aspinall2008-01-30
|
* Clarify GE>=23 required for glyph rotation (decode 'ucs in fact).Gravatar David Aspinall2008-01-30
|
* Add docstringsGravatar David Aspinall2008-01-30
|
* Make XEmacs compatible. Make rotate glyphs look for a char.Gravatar David Aspinall2008-01-29
|
* tokens-to-unicode, unicode-to-tokens: preserve modification statusGravatar David Aspinall2008-01-29
| | | | | mode switch on/off: discard undo history -- edits inside tokens get mapped to wrong positions afterwards, so undo garbles source.
* Sort token encode/decode mappings, so that longer strings areGravatar David Aspinall2008-01-29
| | | | | converted first, which is more likely to give correct results for text that has multiple possible de/encodings.
* Allow decode/encode for read-only buffers. Fix map, case folding on replace.Gravatar David Aspinall2008-01-28
|
* Use buffer file format to code/decode.Gravatar David Aspinall2008-01-28
|
* Add shortcuts for tokens to quail input method. Sketch of coding system.Gravatar David Aspinall2008-01-28
|
* Switch token table mapping destination from glyph names to unicode strings. ↵Gravatar David Aspinall2008-01-27
| | | | Add unicode-tokens-rotate-glyph-{forward,backward}.
* Updated.Gravatar David Aspinall2008-01-25
|
* Fix variable renameGravatar David Aspinall2008-01-25
|
* New files.Gravatar David Aspinall2008-01-25