| Commit message (Expand) | Author | Age | Files | Lines |
* | ; Add 2024 to copyright years | Po Lu | 2024-01-02 | 1 | -1/+1 |
* | ; Add 2023 to copyright years. | Eli Zaretskii | 2023-01-01 | 1 | -1/+1 |
* | Adjust zero-width grapheme clusters so they are displayed (Bug#50951) | YAMAMOTO Mitsuharu | 2022-09-27 | 1 | -0/+1 |
* | ; Add 2022 to copyright years. | Eli Zaretskii | 2022-01-01 | 1 | -1/+1 |
* | ; * src/composite.h (LGSTRING_FONT): Add comment about its role. | Eli Zaretskii | 2021-10-07 | 1 | -0/+4 |
* | Merge from origin/emacs-27 | Glenn Morris | 2021-06-08 | 1 | -0/+17 |
|\ |
|
| * | ; * src/composite.h: Improve comments for LGSTRING and LGLYPH. | Eli Zaretskii | 2021-06-02 | 1 | -0/+17 |
| * | Update copyright year to 2021 | Paul Eggert | 2021-01-01 | 1 | -1/+1 |
* | | Fix slow operation of 'string-width' | Eli Zaretskii | 2021-06-05 | 1 | -3/+3 |
* | | Make 'string-width' auto-composition aware | Eli Zaretskii | 2021-05-26 | 1 | -0/+4 |
* | | Update copyright year to 2021 | Paul Eggert | 2021-01-01 | 1 | -1/+1 |
* | | Avoid segfaults due to using fonts that were closed | Eli Zaretskii | 2020-10-26 | 1 | -0/+2 |
* | | Improve support for shaping Egyptian Hieroglyphs | Eli Zaretskii | 2020-10-25 | 1 | -0/+1 |
* | | Remove UNSIGNED_CMP | Paul Eggert | 2020-04-11 | 1 | -3/+6 |
|/ |
|
* | Update copyright year to 2020 | Paul Eggert | 2020-01-01 | 1 | -1/+1 |
* | Merge branch 'master' into harfbuzz | YAMAMOTO Mitsuharu | 2019-04-27 | 1 | -1/+1 |
|\ |
|
| * | Merge from origin/emacs-26 | Paul Eggert | 2018-12-31 | 1 | -1/+1 |
| |\ |
|
| | * | Update copyright year to 2019 | Paul Eggert | 2019-01-01 | 1 | -1/+1 |
* | | | We need the bidi level not the paragraph direction | Khaled Hosny | 2019-01-05 | 1 | -1/+1 |
* | | | Fix text direction of the HarfBuzz shaping buffer | Eli Zaretskii | 2019-01-02 | 1 | -1/+2 |
|/ / |
|
* | | Add make_vector and make_nil_vector | Paul Eggert | 2018-12-09 | 1 | -1/+1 |
* | | Improve bignum support for system types | Paul Eggert | 2018-08-27 | 1 | -1/+1 |
* | | More macro renamings for bignum | Tom Tromey | 2018-08-07 | 1 | -16/+16 |
* | | Rename integerp->fixnum, etc, in preparation for bignums | Tom Tromey | 2018-07-12 | 1 | -12/+12 |
|/ |
|
* | Update copyright year to 2018 | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
* | Prefer HTTPS to FTP and HTTP in documentation | Paul Eggert | 2017-09-13 | 1 | -1/+1 |
* | Update copyright year to 2017 | Paul Eggert | 2016-12-31 | 1 | -1/+1 |
* | Rework C source files to avoid ^( | Paul Eggert | 2016-03-10 | 1 | -2/+2 |
* | Update copyright year to 2016 | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
* | Compute C decls for DEFSYMs automatically | Paul Eggert | 2015-01-05 | 1 | -1/+0 |
* | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
* | * composite.h (struct composition.width): Now int | Paul Eggert | 2014-12-20 | 1 | -1/+1 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
* | Use bool for boolean, focusing on headers. | Paul Eggert | 2013-12-14 | 1 | -2/+2 |
* | Port to stricter C99 platforms. | Paul Eggert | 2013-11-03 | 1 | -4/+4 |
* | Use union for the payload of struct Lisp_Vector. | Dmitry Antipov | 2013-09-24 | 1 | -4/+4 |
* | A simpler, centralized INLINE. | Paul Eggert | 2013-09-20 | 1 | -7/+4 |
* | Minor cleanup to avoid forward declarations. | Dmitry Antipov | 2013-08-30 | 1 | -4/+2 |
* | * composite.h: Minor fixups. | Paul Eggert | 2013-08-03 | 1 | -29/+32 |
* | * composite.h (compose_region): Remove the leftover. | Dmitry Antipov | 2013-08-03 | 1 | -2/+0 |
* | Do not use global Lisp_Object in composition macros. | Dmitry Antipov | 2013-08-03 | 1 | -32/+39 |
* | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+1 |
* | * src/eval.c: Add `inhibit-debugger'. | Stefan Monnier | 2012-09-11 | 1 | -1/+1 |
* | * composite.c, data.c, dbusbind.c, dired.c: Use bool for booleans. | Paul Eggert | 2012-08-27 | 1 | -7/+6 |
* | Use C99-style 'extern inline' if available. | Paul Eggert | 2012-08-02 | 1 | -1/+8 |
* | Use "ASET (a, i, v)" rather than "AREF (a, i) = v". | Paul Eggert | 2012-08-01 | 1 | -0/+5 |
* | Merge from trunk. | Paul Eggert | 2012-01-09 | 1 | -1/+1 |
|\ |
|
| * | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
* | | Merge from trunk. | Paul Eggert | 2011-11-18 | 1 | -1/+1 |
|\| |
|
| * | Spelling fixes. | Paul Eggert | 2011-11-14 | 1 | -1/+1 |