summaryrefslogtreecommitdiff
path: root/src/textprop.c
Commit message (Expand)AuthorAge
* Update copyright year to 2021Paul Eggert2021-01-01
* Prevent hanging in next-single-char-property-changeFederico Tedin2020-05-09
* Treat out-of-range positions consistentlyPaul Eggert2020-03-27
* Update copyright year to 2020Paul Eggert2020-01-01
* Fix recent changes in documentationEli Zaretskii2019-10-22
* Make text-properties-at mention describe-text-propertiesLars Ingebrigtsen2019-10-22
* Make Fadd_face_text_property even less destructiveLars Ingebrigtsen2019-10-12
* Make add-face-text-property not be destructive on stringsLars Ingebrigtsen2019-10-09
* Fix calls to insert-*-hooks when JIT font lock is activeEli Zaretskii2019-09-19
* Update current buffer when changing text propertiesPip Cet2019-07-06
* Omit a few minor unnecessary range checksPaul Eggert2019-06-27
* Clean up use of XFIXNUM etc.Paul Eggert2019-06-27
* Mark _Noreturn error functions as coldPaul Eggert2019-04-18
* Widen modiff counts to avoid wraparoundPaul Eggert2019-01-31
* Add portable dumperDaniel Colascione2019-01-15
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Simplify validate_interval_range and callersPaul Eggert2018-12-12
* | set_text_properties_1 can assume START <= ENDPaul Eggert2018-12-12
* | Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-09
|\ \
| * | Merge from emacs-26Noam Postavsky2018-08-04
| |\|
| | * Avoid assertion violations in set_text_properties_1Eli Zaretskii2018-08-02
| * | Prefer NILP (x) to EQ (x, Qnil)Paul Eggert2018-07-19
* | | More macro renamings for bignumTom Tromey2018-08-07
* | | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-12
|/ /
* / unbind_to performance tuningPaul Eggert2018-06-29
|/
* Update copyright year to 2018Paul Eggert2018-01-01
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Replace QUIT with maybe_quitPaul Eggert2017-01-25
* Merge from origin/emacs-25Paul Eggert2017-01-01
|\
| * Update copyright year to 2017Paul Eggert2016-12-31
* | Yet another fix for copying properties by 'format'Eli Zaretskii2016-07-08
* | Fix copying properties in 'format' when it produces paddingEli Zaretskii2016-06-28
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* Update copyright year to 2016Paul Eggert2016-01-01
* Include-file cleanup for src directoryPaul Eggert2015-10-20
* Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-16
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-26
* Remove unused DEFSYMsPaul Eggert2015-05-31
* Un-revert changes mistakenly dropped by f9fabb2bStefan Monnier2015-05-27
* Spelling fixesPaul Eggert2015-04-24
* Clarify doc strings of functions that search for propertiesEli Zaretskii2015-04-24
* Use bool for boolean in textprop.c, undo.cPaul Eggert2015-04-19
* Prefer 'Qfoo' to 'intern ("foo")'Paul Eggert2015-02-21
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-05
* Update copyright year to 2015Paul Eggert2015-01-01
* Implement an `inhibit-read-only' text propertyLars Magne Ingebrigtsen2014-11-16
* Use AUTO_CONS instead of SCOPED_CONS, etc.Paul Eggert2014-09-30
* Keep stack-allocated Lisp objects fast rather than versatile.Dmitry Antipov2014-09-29
* Fix local_cons etc. to not exhaust the stack when in a loop.Paul Eggert2014-09-24