summaryrefslogtreecommitdiff
path: root/src/textprop.c
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Merge remote-tracking branch 'origin/feature/noverlay'Stefan Monnier2022-10-281-27/+30
|\
| * Prefix all itree.h type names with itree_Matt Armstrong2022-10-191-1/+1
| * src/textprop.c (get_char_property_and_overlay): Fix bug#58479Stefan Monnier2022-10-141-1/+2
| * New ITREE_FOREACH macroStefan Monnier2022-10-021-4/+1
| * Merge 'master' into noverlayStefan Monnier2022-09-251-211/+283
| |\
| * | Provide a new tree data-structure for overlays.Andreas Politz2017-10-041-23/+29
* | | subr.el (inhibit-point-motion-hooks): Mark it as obsoleteStefan Monnier2022-10-071-9/+1
| |/ |/|
* | Simplified and improved heuristic for long lines detection.Gregory Heytings2022-07-191-1/+1
* | Allow plist-get/plist-put/plist-member to take a comparison functionLars Ingebrigtsen2022-06-271-4/+4
* | Use BASE_EQ instead of EQ where obviously safeMattias Engdegård2022-06-161-2/+2
* | Use BASE_EQ when comparing with QunboundMattias Engdegård2022-06-121-1/+1
* | Document the non-effect of narrowing on get-text-propertyLars Ingebrigtsen2022-04-281-2/+11
* | Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård2022-02-121-7/+7
* | ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Prevent hanging in next-single-char-property-changeFederico Tedin2020-05-091-5/+7
* | Treat out-of-range positions consistentlyPaul Eggert2020-03-271-7/+8
* | 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