summaryrefslogtreecommitdiff
path: root/lisp/composite.el
Commit message (Expand)AuthorAgeFilesLines
* Allow Zs characters to be composedEli Zaretskii2019-09-071-2/+2
* Merge from origin/emacs-26Glenn Morris2019-08-201-1/+8
|\
| * Improve commentary in composite.elEli Zaretskii2019-08-171-1/+8
* | Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"Stefan Monnier2019-06-261-1/+4
* | * lisp/calc/calc-ext.el (math-scalarp): Fix typoStefan Monnier2019-06-261-4/+1
* | Merge branch 'master' into harfbuzzYAMAMOTO Mitsuharu2019-05-231-1/+1
|\ \
| * | Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+1
* | | Merge branch 'master' into harfbuzzYAMAMOTO Mitsuharu2019-04-271-1/+1
|\ \ \ | |/ /
| * | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
| |\ \ | | |/
| | * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | | Provide text directionality and language to HarfBuzz shaperEli Zaretskii2018-12-291-12/+14
|/ /
* | Audit use of lsh and fix glitchesPaul Eggert2018-08-211-3/+3
* | Optionally add argument description in minor mode DOC (bug#10754)John Shahid2018-07-011-6/+0
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* * lisp/composite.el (find-composition): Fix a typo in the doc string.Eli Zaretskii2017-12-011-1/+1
* ; * lisp/composite.el (find-composition): Fix a typo in last change.Eli Zaretskii2017-11-301-1/+1
* Avoid assertions in find-compositionEli Zaretskii2017-11-301-2/+3
* New option for handling ZWNJ in Arabic text renderingK. Handa2017-10-081-0/+14
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Add missing 'provide's in preloaded packagesPhilippe Vaucher2016-11-251-0/+2
|/
* Minor fixes in global-auto-composition-modeEli Zaretskii2016-02-151-0/+1
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Spelling fixes.Paul Eggert2014-09-111-1/+1
* Fix Bug#17739.Kenichi Handa2014-06-281-1/+47
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Make bootstrap without generated uni-*.el files possible againGlenn Morris2013-11-271-7/+11
* Spelling fixes.Paul Eggert2013-11-041-2/+2
* composite.el (compose-gstring-for-graphic): Handle enclosing mark.Kenichi Handa2013-09-121-1/+39
* lisp/*.el: Fix typos; use string-match-p, looking-at-p, setq-local, defvar-lo...Juanma Barranquero2013-06-211-8/+8
* Reduce use of (require 'cl).Stefan Monnier2012-07-101-2/+0
* Fix previous change for Bug#6988.Kenichi Handa2012-02-021-7/+3
* Inhibit null-string composition component (Bug#6988).Kenichi Handa2012-02-021-3/+7
* Spelling fixes.Paul Eggert2011-11-261-1/+1
* Fix minor mode docstrings for the new meaning of a nil ARG.Chong Yidong2011-10-191-9/+13
* lisp/*.el: Lexical-binding cleanup.Juanma Barranquero2011-04-191-22/+15
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Remove duplicate Lisp definitions of define-minor-mode variables defined in C.Glenn Morris2010-10-281-2/+5
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-10-141-1/+1
|\ \ | |/
| * Fix typos in docstrings, comments and ChangeLogs.Juanma Barranquero2010-10-121-1/+1
| * composite.el (compose-region, reference-point-alist): Fix typos in the docEli Zaretskii2010-05-011-11/+12
| * * composite.el (find-composition): Doc fix.Andreas Schwab2010-04-241-1/+1
* | Remove some functions, variables and aliases obsolete since at least 21.1.Glenn Morris2010-10-011-17/+0
* | Use with-silent-modifications.Stefan Monnier2010-08-301-21/+0
* | Add "Package:" file headers to denote built-in packages.Chong Yidong2010-08-291-0/+1
* | * composite.el: Require cl when compiling; fix typos in docstrings.Juanma Barranquero2010-05-201-3/+5
* | composite.el: Register compose-gstring-for-graphic in composition-function-ta...Kenichi Handa2010-05-191-4/+4