summaryrefslogtreecommitdiff
path: root/src/textprop.c
AgeCommit message (Expand)Author
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-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-01-25Replace QUIT with maybe_quitPaul Eggert
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-07-08Yet another fix for copying properties by 'format'Eli Zaretskii
2016-06-28Fix copying properties in 'format' when it produces paddingEli Zaretskii
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-01-01Update copyright year to 2016Paul Eggert
2015-10-20Include-file cleanup for src directoryPaul Eggert
2015-09-16Omit unnecessary \ before paren in C docstringsPaul Eggert
2015-08-26Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert
2015-05-31Remove unused DEFSYMsPaul Eggert
2015-05-27Un-revert changes mistakenly dropped by f9fabb2bStefan Monnier
2015-04-24Spelling fixesPaul Eggert
2015-04-24Clarify doc strings of functions that search for propertiesEli Zaretskii
2015-04-19Use bool for boolean in textprop.c, undo.cPaul Eggert
2015-02-21Prefer 'Qfoo' to 'intern ("foo")'Paul Eggert
2015-01-05Compute C decls for DEFSYMs automaticallyPaul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-11-16Implement an `inhibit-read-only' text propertyLars Magne Ingebrigtsen
2014-09-30Use AUTO_CONS instead of SCOPED_CONS, etc.Paul Eggert