summaryrefslogtreecommitdiff
path: root/src/fontset.c
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-02-01Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-12Pure storage removal: Replace calls to removed functionsPip Cet
2024-09-20Remove obsolete workaroundPo Lu
2024-06-16; Fix typosStefan Kangas
2024-05-18Merge from origin/emacs-29Eli Zaretskii
2024-05-17; Improve documentation of 'set-fontset-font'Eli Zaretskii
2024-05-14Document 'use-default-font-for-symbols' moreRobert Pluim
2024-05-09Replace calls to intern with a constant string with DEFSYMsPo Lu
2024-05-07Fix bug#66151Po Lu
2024-01-20Be more systematic about parens in C source codePaul Eggert
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-09-08; * src/fontset.c: Remove extraneous portion of last change.Po Lu
2023-09-08Permit XLFD names to exceed 255 charactersPo Lu
2023-05-11Merge remote-tracking branch 'origin/master' into feature/androidPo Lu
2023-05-09Avoid crashes in --without-all build trying to scale non-ASCII charEli Zaretskii
2023-02-20Improve SFNT driver lookup efficiencyPo Lu
2023-02-19Match font registry after font is openedPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-11-19Fix automatic DPI adjustment and add workarounds for some systemsPo Lu
2022-09-16Avoid asserting for fontset validity before it is usedPo Lu
2022-04-24Improve documentation of 'set-fontset-font'Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-07-31* src/fontset.c (check_fontset_name): A better fix for bug#49782.Eli Zaretskii
2021-07-30* src/fontset.c (check_fontset_name): Fix last change.Eli Zaretskii
2021-07-30Avoid segfault when set-fontset-font is called from non-GUI framesEli Zaretskii
2021-01-01Update copyright year to 2021Paul Eggert
2020-08-15Prefer Fvector to make_uninit_vectorPaul Eggert
2020-03-05Avoid crashes when a fontset has strange entriesEli Zaretskii
2020-02-09Fix set-fontset-font with ADD arg non-nilEli Zaretskii
2020-01-01Update copyright year to 2020Paul Eggert
2019-07-01More XFIXNUM fixesEli Zaretskii
2019-07-01Fix assertion violations in fontset_find_fontEli Zaretskii
2019-04-26Rename generic x_* identifiersAlexander Gramiak
2019-04-10Merge from origin/emacs-26Glenn Morris
2019-04-04; * src/fontset.c (set-fontset-font): Use uppercase arg in docstringAlexander Gramiak
2019-01-15Add portable dumperDaniel Colascione
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-12-09Add make_vector and make_nil_vectorPaul Eggert
2018-08-11Merge branch 'feature/bignum'Tom Tromey
2018-08-08Improve documentation of 'set-fontset-font'Eli Zaretskii
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-12-10Avoid crashes in 'font-at' after 'set-fontset-font'Eli Zaretskii
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-07-11Add an optional testfn parameter to assocNicolas Petton