summaryrefslogtreecommitdiff
path: root/src/composite.c
AgeCommit message (Expand)Author
2022-03-14Prefer CALLNPaul Eggert
2022-02-19Fix character compositions on the mode lineEli Zaretskii
2022-02-12Optionally allow point to enter composed character sequencesEli Zaretskii
2022-02-12Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias EngdegÄrd
2022-01-25; * src/composite.c (syms_of_composite) <auto-composition-mode>: Doc fix.Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-10-19Handle VS-16 correctly for non-emoji codepointsRobert Pluim
2021-09-27Enhance font_range to check for emoji composition triggersRobert Pluim
2021-09-25Fix cursor motion around some Emoji sequencesEli Zaretskii
2021-08-18Improve documentation of last change.Eli Zaretskii
2021-08-18Disable auto compositions on the Linux console onlyLars Ingebrigtsen
2021-06-05Fix slow operation of 'string-width'Eli Zaretskii
2021-05-26Make 'string-width' auto-composition awareEli Zaretskii
2021-01-01Update copyright year to 2021Paul Eggert
2020-10-26Avoid segfaults due to using fonts that were closedEli Zaretskii
2020-10-25Improve support for shaping Egyptian HieroglyphsEli Zaretskii
2020-08-18Merge from origin/emacs-27Glenn Morris
2020-08-15Fix GC bugs related to uninitialized vectorsPaul Eggert
2020-08-13; spelling fixesPaul Eggert
2020-08-11Rehash hash tables eagerly after loading a dumpPip Cet
2020-07-29Merge from origin/emacs-27Glenn Morris
2020-07-25Fix last changeEli Zaretskii
2020-07-25Fix Arabic shaping when column-number-mode is in effectPip Cet
2020-06-02; * src/composite.c (syms_of_composite): Fix last change.Eli Zaretskii
2020-06-02Fix Arabic composition rulesEli Zaretskii
2020-04-17Prefer more inline functions in character.hPaul Eggert
2020-03-27Treat out-of-range positions consistentlyPaul Eggert
2020-03-04Merge from origin/emacs-27Glenn Morris
2020-03-02Don't attempt to cache glyph metrics for FONT_INVALID_CODERobert Pluim
2020-02-08Allow composition of pure-ASCII strings in the mode lineEli Zaretskii
2020-01-01Update copyright year to 2020Paul Eggert
2019-09-19lisp/*.el, src/*.c: Fix typos in docstringsJuanma Barranquero
2019-09-07Allow Zs characters to be composedEli Zaretskii
2019-07-20Fix crash if user test munges hash tablePaul Eggert
2019-07-20Simplify hashfn/cmpfn calling conventionPaul Eggert
2019-04-27Merge branch 'master' into harfbuzzYAMAMOTO Mitsuharu
2019-04-26Rename generic x_* procedures in xdisp.cAlexander Gramiak
2019-04-07Simplify fill_gstring_headerPaul Eggert
2019-01-15Add portable dumperDaniel Colascione
2019-01-05We need the bidi level not the paragraph directionKhaled Hosny
2019-01-02; Fix last change in src /composite.c.Eli Zaretskii
2019-01-02Fix text direction of the HarfBuzz shaping bufferEli Zaretskii
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-12-29Provide text directionality and language to HarfBuzz shaperEli Zaretskii
2018-12-09Add make_vector and make_nil_vectorPaul Eggert
2018-08-07More macro renamings for bignumTom Tromey
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey
2018-01-01Update copyright year to 2018Paul Eggert
2017-10-15; * src/composite.c (Fclear_composition_cache): Fix last change.Eli Zaretskii