summaryrefslogtreecommitdiff
path: root/lisp/composite.el
Commit message (Expand)AuthorAge
* Use lexical-binding in the remaining preloaded filesStefan Monnier2021-01-04
* Update copyright year to 2021Paul Eggert2021-01-01
* Support prettified display of fractional numbersEli Zaretskii2020-10-31
* ; Fix typosStefan Kangas2020-09-21
* Update copyright year to 2020Paul Eggert2020-01-01
* Allow Zs characters to be composedEli Zaretskii2019-09-07
* Merge from origin/emacs-26Glenn Morris2019-08-20
|\
| * Improve commentary in composite.elEli Zaretskii2019-08-17
* | Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"Stefan Monnier2019-06-26
* | * lisp/calc/calc-ext.el (math-scalarp): Fix typoStefan Monnier2019-06-26
* | Merge branch 'master' into harfbuzzYAMAMOTO Mitsuharu2019-05-23
|\ \
| * | Fixes for "Maintainer:" and related linesPaul Eggert2019-05-19
* | | Merge branch 'master' into harfbuzzYAMAMOTO Mitsuharu2019-04-27
|\| |
| * | Merge from origin/emacs-26Paul Eggert2018-12-31
| |\|
| | * Update copyright year to 2019Paul Eggert2019-01-01
* | | Provide text directionality and language to HarfBuzz shaperEli Zaretskii2018-12-29
|/ /
* | Audit use of lsh and fix glitchesPaul Eggert2018-08-21
* | Optionally add argument description in minor mode DOC (bug#10754)John Shahid2018-07-01
|/
* Update copyright year to 2018Paul Eggert2018-01-01
* * lisp/composite.el (find-composition): Fix a typo in the doc string.Eli Zaretskii2017-12-01
* ; * lisp/composite.el (find-composition): Fix a typo in last change.Eli Zaretskii2017-11-30
* Avoid assertions in find-compositionEli Zaretskii2017-11-30
* New option for handling ZWNJ in Arabic text renderingK. Handa2017-10-08
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Merge from origin/emacs-25Paul Eggert2017-01-01
|\
| * Update copyright year to 2017Paul Eggert2016-12-31
* | Add missing 'provide's in preloaded packagesPhilippe Vaucher2016-11-25
|/
* Minor fixes in global-auto-composition-modeEli Zaretskii2016-02-15
* Update copyright year to 2016Paul Eggert2016-01-01
* Update copyright year to 2015Paul Eggert2015-01-01
* Spelling fixes.Paul Eggert2014-09-11
* Fix Bug#17739.Kenichi Handa2014-06-28
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Make bootstrap without generated uni-*.el files possible againGlenn Morris2013-11-27
* Spelling fixes.Paul Eggert2013-11-04
* composite.el (compose-gstring-for-graphic): Handle enclosing mark.Kenichi Handa2013-09-12
* lisp/*.el: Fix typos; use string-match-p, looking-at-p, setq-local, defvar-lo...Juanma Barranquero2013-06-21
* Reduce use of (require 'cl).Stefan Monnier2012-07-10
* Fix previous change for Bug#6988.Kenichi Handa2012-02-02
* Inhibit null-string composition component (Bug#6988).Kenichi Handa2012-02-02
* Spelling fixes.Paul Eggert2011-11-26
* Fix minor mode docstrings for the new meaning of a nil ARG.Chong Yidong2011-10-19
* lisp/*.el: Lexical-binding cleanup.Juanma Barranquero2011-04-19
* Merge from emacs-23Stefan Monnier2011-01-14
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-02
* | Remove duplicate Lisp definitions of define-minor-mode variables defined in C.Glenn Morris2010-10-28
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-10-14
|\|
| * Fix typos in docstrings, comments and ChangeLogs.Juanma Barranquero2010-10-12
| * composite.el (compose-region, reference-point-alist): Fix typos in the docEli Zaretskii2010-05-01
| * * composite.el (find-composition): Doc fix.Andreas Schwab2010-04-24