summaryrefslogtreecommitdiff
path: root/src/textprop.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix recent changes in documentationEli Zaretskii2019-10-221-1/+1
* Make text-properties-at mention describe-text-propertiesLars Ingebrigtsen2019-10-221-1/+4
* Make Fadd_face_text_property even less destructiveLars Ingebrigtsen2019-10-121-1/+1
* Make add-face-text-property not be destructive on stringsLars Ingebrigtsen2019-10-091-9/+23
* Fix calls to insert-*-hooks when JIT font lock is activeEli Zaretskii2019-09-191-3/+2
* Update current buffer when changing text propertiesPip Cet2019-07-061-0/+66
* Omit a few minor unnecessary range checksPaul Eggert2019-06-271-2/+2
* Clean up use of XFIXNUM etc.Paul Eggert2019-06-271-14/+15
* Mark _Noreturn error functions as coldPaul Eggert2019-04-181-1/+1
* Widen modiff counts to avoid wraparoundPaul Eggert2019-01-311-1/+1
* Add portable dumperDaniel Colascione2019-01-151-3/+2
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Simplify validate_interval_range and callersPaul Eggert2018-12-121-44/+16
* | set_text_properties_1 can assume START <= ENDPaul Eggert2018-12-121-18/+9
* | Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-091-3/+19
|\ \
| * \ Merge from emacs-26Noam Postavsky2018-08-041-2/+18
| |\ \ | | |/
| | * Avoid assertion violations in set_text_properties_1Eli Zaretskii2018-08-021-2/+18
| * | Prefer NILP (x) to EQ (x, Qnil)Paul Eggert2018-07-191-1/+1
* | | More macro renamings for bignumTom Tromey2018-08-071-91/+91
* | | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-38/+38
|/ /
* | unbind_to performance tuningPaul Eggert2018-06-291-2/+2
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Replace QUIT with maybe_quitPaul Eggert2017-01-251-1/+1
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Yet another fix for copying properties by 'format'Eli Zaretskii2016-07-081-5/+8
* | Fix copying properties in 'format' when it produces paddingEli Zaretskii2016-06-281-3/+8
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-101-3/+3
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Include-file cleanup for src directoryPaul Eggert2015-10-201-1/+0
* Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-161-1/+1
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-261-38/+2
* Remove unused DEFSYMsPaul Eggert2015-05-311-6/+0
* Un-revert changes mistakenly dropped by f9fabb2bStefan Monnier2015-05-271-2/+10
* Spelling fixesPaul Eggert2015-04-241-1/+1
* Clarify doc strings of functions that search for propertiesEli Zaretskii2015-04-241-26/+34
* Use bool for boolean in textprop.c, undo.cPaul Eggert2015-04-191-58/+53
* Prefer 'Qfoo' to 'intern ("foo")'Paul Eggert2015-02-211-2/+1
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-20/+2
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Implement an `inhibit-read-only' text propertyLars Magne Ingebrigtsen2014-11-161-0/+5
* Use AUTO_CONS instead of SCOPED_CONS, etc.Paul Eggert2014-09-301-2/+4
* Keep stack-allocated Lisp objects fast rather than versatile.Dmitry Antipov2014-09-291-4/+2
* Fix local_cons etc. to not exhaust the stack when in a loop.Paul Eggert2014-09-241-0/+1
* If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack.Dmitry Antipov2014-09-151-10/+11
* Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert2014-09-071-0/+3
* Space before paren, updating recent change.Paul Eggert2014-01-141-1/+1