summaryrefslogtreecommitdiff
path: root/src/composite.h
Commit message (Expand)AuthorAge
* 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
* Use "ASET (a, i, v)" rather than "AREF (a, i) = v".Paul Eggert2012-08-01
* Merge from trunk.Paul Eggert2012-01-09
|\
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
* | Merge from trunk.Paul Eggert2011-11-18
|\|
| * Spelling fixes.Paul Eggert2011-11-14
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-21
|/
* Adjust in response to jan.h.d's comments.Paul Eggert2011-08-04
* Fix typo in comment.Paul Eggert2011-07-28
* Use ptrdiff_t for composition IDs.Paul Eggert2011-07-19
* * lisp.h (UNSIGNED_CMP): New macro.Paul Eggert2011-06-12
* Check for overflow when converting integer to cons and back.Paul Eggert2011-06-06
* Remove arbitrary limit of 2**31 entries in hash tables.Paul Eggert2011-05-30
* Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-10
* Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-10
* * coding.c (DECODE_COMPOSITION_RULE): If the rule is invalid, goto invalid_codePaul Eggert2011-04-04