summaryrefslogtreecommitdiff
path: root/src/composite.h
Commit message (Expand)AuthorAge
* (struct composition): Remove dependency on hash-table internalsStefan Monnier2024-01-24
* Be more systematic about parens in C source codePaul Eggert2024-01-20
* Refactor: less layering violation in composite.hMattias EngdegÄrd2024-01-12
* Merge from savannah/emacs-29Po Lu2024-01-02
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-02
* | Optimize search for composable characters in redisplayEli Zaretskii2023-04-29
|/
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Adjust zero-width grapheme clusters so they are displayed (Bug#50951)YAMAMOTO Mitsuharu2022-09-27
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* ; * src/composite.h (LGSTRING_FONT): Add comment about its role.Eli Zaretskii2021-10-07
* Merge from origin/emacs-27Glenn Morris2021-06-08
|\
| * ; * src/composite.h: Improve comments for LGSTRING and LGLYPH.Eli Zaretskii2021-06-02
| * Update copyright year to 2021Paul Eggert2021-01-01
* | Fix slow operation of 'string-width'Eli Zaretskii2021-06-05
* | Make 'string-width' auto-composition awareEli Zaretskii2021-05-26
* | Update copyright year to 2021Paul Eggert2021-01-01
* | Avoid segfaults due to using fonts that were closedEli Zaretskii2020-10-26
* | Improve support for shaping Egyptian HieroglyphsEli Zaretskii2020-10-25
* | Remove UNSIGNED_CMPPaul Eggert2020-04-11
|/
* Update copyright year to 2020Paul Eggert2020-01-01
* Merge branch 'master' into harfbuzzYAMAMOTO Mitsuharu2019-04-27
|\
| * Merge from origin/emacs-26Paul Eggert2018-12-31
| |\
| | * Update copyright year to 2019Paul Eggert2019-01-01
* | | We need the bidi level not the paragraph directionKhaled Hosny2019-01-05
* | | Fix text direction of the HarfBuzz shaping bufferEli Zaretskii2019-01-02
|/ /
* | Add make_vector and make_nil_vectorPaul Eggert2018-12-09
* | Improve bignum support for system typesPaul Eggert2018-08-27
* | More macro renamings for bignumTom Tromey2018-08-07
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-12
|/
* Update copyright year to 2018Paul Eggert2018-01-01
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Update copyright year to 2017Paul Eggert2016-12-31
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* Update copyright year to 2016Paul Eggert2016-01-01
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-05
* Update copyright year to 2015Paul Eggert2015-01-01
* * composite.h (struct composition.width): Now intPaul Eggert2014-12-20
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Use bool for boolean, focusing on headers.Paul Eggert2013-12-14
* Port to stricter C99 platforms.Paul Eggert2013-11-03
* Use union for the payload of struct Lisp_Vector.Dmitry Antipov2013-09-24
* A simpler, centralized INLINE.Paul Eggert2013-09-20
* Minor cleanup to avoid forward declarations.Dmitry Antipov2013-08-30
* * composite.h: Minor fixups.Paul Eggert2013-08-03
* * composite.h (compose_region): Remove the leftover.Dmitry Antipov2013-08-03
* Do not use global Lisp_Object in composition macros.Dmitry Antipov2013-08-03
* Update copyright notices for 2013.Paul Eggert2013-01-01
* * src/eval.c: Add `inhibit-debugger'.Stefan Monnier2012-09-11
* * composite.c, data.c, dbusbind.c, dired.c: Use bool for booleans.Paul Eggert2012-08-27
* Use C99-style 'extern inline' if available.Paul Eggert2012-08-02