aboutsummaryrefslogtreecommitdiffstats
path: root/src/textprop.c (unfollow)
Commit message (Expand)AuthorFilesLines
2026-01-01; Add 2026 to copyright years.Sean Whitton1-1/+1
2025-02-22Make 'text-property-default-nonsticky' buffer-local when setEli Zaretskii1-0/+2
2025-01-19Replace call[1-8] with callnStefan Kangas1-1/+1
2025-01-02Update copyright year to 2025Stefan Kangas1-1/+1
2025-01-01Update copyright year to 2025Paul Eggert1-1/+1
2024-04-30Fix deletion of text holding `inhibit-read-only' propertiesPo Lu1-7/+26
2024-01-06Revert "Add new `swap` macro and use it"Po Lu1-2/+11
2024-01-06Add new `swap` macro and use itStefan Kangas1-11/+2
2024-01-02; Add 2024 to copyright yearsPo Lu1-1/+1
2023-01-01; Add 2023 to copyright years.Eli Zaretskii1-1/+1
2022-10-19Prefix all itree.h type names with itree_Matt Armstrong1-1/+1
2022-10-14src/textprop.c (get_char_property_and_overlay): Fix bug#58479Stefan Monnier1-1/+2
2022-10-07subr.el (inhibit-point-motion-hooks): Mark it as obsoleteStefan Monnier1-9/+1
2022-10-02New ITREE_FOREACH macroStefan Monnier1-4/+1
2022-07-19Simplified and improved heuristic for long lines detection.Gregory Heytings1-1/+1
2022-06-27Allow plist-get/plist-put/plist-member to take a comparison functionLars Ingebrigtsen1-4/+4
2022-06-16Use BASE_EQ instead of EQ where obviously safeMattias Engdegård1-2/+2
2022-06-12Use BASE_EQ when comparing with QunboundMattias Engdegård1-1/+1
2022-04-28Document the non-effect of narrowing on get-text-propertyLars Ingebrigtsen1-2/+11
2022-02-12Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård1-7/+7
2022-01-01; Add 2022 to copyright years.Eli Zaretskii1-1/+1
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2020-05-09Prevent hanging in next-single-char-property-changeFederico Tedin1-5/+7
2020-03-27Treat out-of-range positions consistentlyPaul Eggert1-7/+8
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-10-22Fix recent changes in documentationEli Zaretskii1-1/+1
2019-10-22Make text-properties-at mention describe-text-propertiesLars Ingebrigtsen1-1/+4
2019-10-12Make Fadd_face_text_property even less destructiveLars Ingebrigtsen1-1/+1
2019-10-09Make add-face-text-property not be destructive on stringsLars Ingebrigtsen1-9/+23
2019-09-19Fix calls to insert-*-hooks when JIT font lock is activeEli Zaretskii1-3/+2
2019-07-06Update current buffer when changing text propertiesPip Cet1-0/+66
2019-06-27Omit a few minor unnecessary range checksPaul Eggert1-2/+2
2019-06-27Clean up use of XFIXNUM etc.Paul Eggert1-14/+15
2019-04-18Mark _Noreturn error functions as coldPaul Eggert1-1/+1
2019-01-31Widen modiff counts to avoid wraparoundPaul Eggert1-1/+1
2019-01-15Add portable dumperDaniel Colascione1-3/+2
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-12-12Simplify validate_interval_range and callersPaul Eggert1-44/+16
2018-12-12set_text_properties_1 can assume START <= ENDPaul Eggert1-18/+9
2018-08-07More macro renamings for bignumTom Tromey1-91/+91
2018-08-02Avoid assertion violations in set_text_properties_1Eli Zaretskii1-2/+18
2018-07-19Prefer NILP (x) to EQ (x, Qnil)Paul Eggert1-1/+1
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey1-38/+38
2018-06-29unbind_to performance tuningPaul Eggert1-2/+2
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-10-04Provide a new tree data-structure for overlays.Andreas Politz1-23/+29
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-1/+1
2017-01-25Replace QUIT with maybe_quitPaul Eggert1-1/+1
2016-12-31Update copyright year to 2017Paul Eggert1-1/+1