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