summaryrefslogtreecommitdiff
path: root/src/textprop.c
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-02-22Make 'text-property-default-nonsticky' buffer-local when setEli Zaretskii
2025-01-19Replace call[1-8] with callnStefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-04-30Fix deletion of text holding `inhibit-read-only' propertiesPo Lu
2024-01-06Revert "Add new `swap` macro and use it"Po Lu
2024-01-06Add new `swap` macro and use itStefan Kangas
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-10-28Merge remote-tracking branch 'origin/feature/noverlay'Stefan Monnier
2022-10-19Prefix all itree.h type names with itree_Matt Armstrong
2022-10-14src/textprop.c (get_char_property_and_overlay): Fix bug#58479Stefan Monnier
2022-10-07subr.el (inhibit-point-motion-hooks): Mark it as obsoleteStefan Monnier
2022-10-02New ITREE_FOREACH macroStefan Monnier
2022-09-25Merge 'master' into noverlayStefan Monnier
2022-07-19Simplified and improved heuristic for long lines detection.Gregory Heytings
2022-06-27Allow plist-get/plist-put/plist-member to take a comparison functionLars Ingebrigtsen
2022-06-16Use BASE_EQ instead of EQ where obviously safeMattias Engdegård
2022-06-12Use BASE_EQ when comparing with QunboundMattias Engdegård
2022-04-28Document the non-effect of narrowing on get-text-propertyLars Ingebrigtsen
2022-02-12Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-01-01Update copyright year to 2021Paul Eggert
2020-05-09Prevent hanging in next-single-char-property-changeFederico Tedin
2020-03-27Treat out-of-range positions consistentlyPaul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2019-10-22Fix recent changes in documentationEli Zaretskii
2019-10-22Make text-properties-at mention describe-text-propertiesLars Ingebrigtsen
2019-10-12Make Fadd_face_text_property even less destructiveLars Ingebrigtsen
2019-10-09Make add-face-text-property not be destructive on stringsLars Ingebrigtsen
2019-09-19Fix calls to insert-*-hooks when JIT font lock is activeEli Zaretskii
2019-07-06Update current buffer when changing text propertiesPip Cet
2019-06-27Omit a few minor unnecessary range checksPaul Eggert
2019-06-27Clean up use of XFIXNUM etc.Paul Eggert
2019-04-18Mark _Noreturn error functions as coldPaul Eggert
2019-01-31Widen modiff counts to avoid wraparoundPaul Eggert
2019-01-15Add portable dumperDaniel Colascione
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-12-12Simplify validate_interval_range and callersPaul Eggert
2018-12-12set_text_properties_1 can assume START <= ENDPaul Eggert
2018-08-09Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey
2018-08-07More macro renamings for bignumTom Tromey
2018-08-04Merge from emacs-26Noam Postavsky
2018-08-02Avoid assertion violations in set_text_properties_1Eli Zaretskii
2018-07-19Prefer NILP (x) to EQ (x, Qnil)Paul Eggert
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey
2018-06-29unbind_to performance tuningPaul Eggert
2018-01-01Update copyright year to 2018Paul Eggert
2017-10-04Provide a new tree data-structure for overlays.Andreas Politz