index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
textprop.c
Age
Commit message (
Expand
)
Author
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-02-22
Make 'text-property-default-nonsticky' buffer-local when set
Eli Zaretskii
2025-01-19
Replace call[1-8] with calln
Stefan Kangas
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-04-30
Fix deletion of text holding `inhibit-read-only' properties
Po Lu
2024-01-06
Revert "Add new `swap` macro and use it"
Po Lu
2024-01-06
Add new `swap` macro and use it
Stefan Kangas
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-01-01
; Add 2023 to copyright years.
Eli Zaretskii
2022-10-28
Merge remote-tracking branch 'origin/feature/noverlay'
Stefan Monnier
2022-10-19
Prefix all itree.h type names with itree_
Matt Armstrong
2022-10-14
src/textprop.c (get_char_property_and_overlay): Fix bug#58479
Stefan Monnier
2022-10-07
subr.el (inhibit-point-motion-hooks): Mark it as obsolete
Stefan Monnier
2022-10-02
New ITREE_FOREACH macro
Stefan Monnier
2022-09-25
Merge 'master' into noverlay
Stefan Monnier
2022-07-19
Simplified and improved heuristic for long lines detection.
Gregory Heytings
2022-06-27
Allow plist-get/plist-put/plist-member to take a comparison function
Lars Ingebrigtsen
2022-06-16
Use BASE_EQ instead of EQ where obviously safe
Mattias Engdegård
2022-06-12
Use BASE_EQ when comparing with Qunbound
Mattias Engdegård
2022-04-28
Document the non-effect of narrowing on get-text-property
Lars Ingebrigtsen
2022-02-12
Replace ptrdiff_t with new specpdl_ref type for specpdl references
Mattias Engdegård
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-01-01
Update copyright year to 2021
Paul Eggert
2020-05-09
Prevent hanging in next-single-char-property-change
Federico Tedin
2020-03-27
Treat out-of-range positions consistently
Paul Eggert
2020-01-01
Update copyright year to 2020
Paul Eggert
2019-10-22
Fix recent changes in documentation
Eli Zaretskii
2019-10-22
Make text-properties-at mention describe-text-properties
Lars Ingebrigtsen
2019-10-12
Make Fadd_face_text_property even less destructive
Lars Ingebrigtsen
2019-10-09
Make add-face-text-property not be destructive on strings
Lars Ingebrigtsen
2019-09-19
Fix calls to insert-*-hooks when JIT font lock is active
Eli Zaretskii
2019-07-06
Update current buffer when changing text properties
Pip Cet
2019-06-27
Omit a few minor unnecessary range checks
Paul Eggert
2019-06-27
Clean up use of XFIXNUM etc.
Paul Eggert
2019-04-18
Mark _Noreturn error functions as cold
Paul Eggert
2019-01-31
Widen modiff counts to avoid wraparound
Paul Eggert
2019-01-15
Add portable dumper
Daniel Colascione
2018-12-31
Merge from origin/emacs-26
Paul Eggert
2019-01-01
Update copyright year to 2019
Paul Eggert
2018-12-12
Simplify validate_interval_range and callers
Paul Eggert
2018-12-12
set_text_properties_1 can assume START <= END
Paul Eggert
2018-08-09
Merge remote-tracking branch 'origin/master' into feature/bignum
Tom Tromey
2018-08-07
More macro renamings for bignum
Tom Tromey
2018-08-04
Merge from emacs-26
Noam Postavsky
2018-08-02
Avoid assertion violations in set_text_properties_1
Eli Zaretskii
2018-07-19
Prefer NILP (x) to EQ (x, Qnil)
Paul Eggert
2018-07-12
Rename integerp->fixnum, etc, in preparation for bignums
Tom Tromey
2018-06-29
unbind_to performance tuning
Paul Eggert
2018-01-01
Update copyright year to 2018
Paul Eggert
2017-10-04
Provide a new tree data-structure for overlays.
Andreas Politz
[next]