summaryrefslogtreecommitdiff
path: root/src/composite.c
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Handle VS-16 correctly for non-emoji codepointsRobert Pluim2021-10-191-0/+11
* Enhance font_range to check for emoji composition triggersRobert Pluim2021-09-271-6/+7
* Fix cursor motion around some Emoji sequencesEli Zaretskii2021-09-251-0/+3
* Improve documentation of last change.Eli Zaretskii2021-08-181-2/+2
* Disable auto compositions on the Linux console onlyLars Ingebrigtsen2021-08-181-4/+24
* Fix slow operation of 'string-width'Eli Zaretskii2021-06-051-13/+63
* Make 'string-width' auto-composition awareEli Zaretskii2021-05-261-3/+7
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Avoid segfaults due to using fonts that were closedEli Zaretskii2020-10-261-0/+21
* Improve support for shaping Egyptian HieroglyphsEli Zaretskii2020-10-251-5/+3
* Merge from origin/emacs-27Glenn Morris2020-08-181-1/+1
|\
| * ; spelling fixesPaul Eggert2020-08-131-1/+1
* | Fix GC bugs related to uninitialized vectorsPaul Eggert2020-08-151-1/+1
* | Rehash hash tables eagerly after loading a dumpPip Cet2020-08-111-1/+0
* | Merge from origin/emacs-27Glenn Morris2020-07-291-3/+16
|\ \ | |/
| * Fix last changeEli Zaretskii2020-07-251-2/+13
| * Fix Arabic shaping when column-number-mode is in effectPip Cet2020-07-251-1/+3
* | ; * src/composite.c (syms_of_composite): Fix last change.Eli Zaretskii2020-06-021-1/+2
* | Fix Arabic composition rulesEli Zaretskii2020-06-021-1/+2
* | Prefer more inline functions in character.hPaul Eggert2020-04-171-23/+19
* | Treat out-of-range positions consistentlyPaul Eggert2020-03-271-10/+7
* | Merge from origin/emacs-27Glenn Morris2020-03-041-4/+14
|\ \ | |/
| * Don't attempt to cache glyph metrics for FONT_INVALID_CODERobert Pluim2020-03-021-4/+14
* | Allow composition of pure-ASCII strings in the mode lineEli Zaretskii2020-02-081-1/+12
|/
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* lisp/*.el, src/*.c: Fix typos in docstringsJuanma Barranquero2019-09-191-1/+1
* Allow Zs characters to be composedEli Zaretskii2019-09-071-3/+4
* Fix crash if user test munges hash tablePaul Eggert2019-07-201-1/+1
* Simplify hashfn/cmpfn calling conventionPaul Eggert2019-07-201-3/+2
* Merge branch 'master' into harfbuzzYAMAMOTO Mitsuharu2019-04-271-19/+11
|\
| * Rename generic x_* procedures in xdisp.cAlexander Gramiak2019-04-261-1/+1
| * Simplify fill_gstring_headerPaul Eggert2019-04-071-17/+8
| * Add portable dumperDaniel Colascione2019-01-151-0/+1
| * Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
| |\
| | * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | | We need the bidi level not the paragraph directionKhaled Hosny2019-01-051-8/+8
* | | ; Fix last change in src /composite.c.Eli Zaretskii2019-01-021-4/+4
* | | Fix text direction of the HarfBuzz shaping bufferEli Zaretskii2019-01-021-5/+15
* | | Provide text directionality and language to HarfBuzz shaperEli Zaretskii2018-12-291-9/+19
|/ /
* | Add make_vector and make_nil_vectorPaul Eggert2018-12-091-18/+13
* | More macro renamings for bignumTom Tromey2018-08-071-30/+30
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-49/+49
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* ; * src/composite.c (Fclear_composition_cache): Fix last change.Eli Zaretskii2017-10-151-1/+1
* Improve customization of arabic-shaper-ZWNJ-handling.K. Handa2017-10-151-0/+15
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Pacify --enable-gcc-warnings --with-x-toolkit=noPaul Eggert2017-05-171-1/+1
* Fix a few integer-overflow glitchesPaul Eggert2017-02-101-47/+42
* Fix compilation --without-xEli Zaretskii2017-01-021-2/+3