aboutsummaryrefslogtreecommitdiffstats
path: root/src/editfns.c (unfollow)
Commit message (Expand)AuthorFilesLines
2026-01-01; Add 2026 to copyright years.Sean Whitton1-1/+1
2025-12-26December 2025 spelling fixesPaul Eggert1-2/+2
2025-12-22; * src/editfns.c (styled_format): fix build for C99 compilersMattias Engdegård1-1/+1
2025-12-22Simplify new %b/%B code many years from nowPaul Eggert1-1/+13
2025-12-22Add binary format specifications '%b' and '%B'Jacob S. Gordon1-12/+42
2025-12-21Remove binary-as-unsigned (bug#79990)Paul Eggert1-25/+3
2025-12-20Improve handling of non-ASCII characters in 'transpose-regions'Jens Schmidt1-62/+91
2025-12-20Fix byte-vs-char length issue in 'transpose-regions'Jens Schmidt1-7/+9
2025-11-08; Fix doc strings of the various 'insert-*' functionsEli Zaretskii1-8/+13
2025-10-11; Document %i formatEli Zaretskii1-2/+2
2025-09-09; Minor copyedits in src/editfns.cEli Zaretskii1-3/+3
2025-07-06(Ftranspose_regions): Fix bug#76124Stefan Monnier1-1/+3
2025-05-03Add line-column tracking for tree-sitterYuan Fu1-6/+37
2025-04-28Update tree-sitter subroutine in Fsubst_char_in_regionYuan Fu1-4/+3
2025-04-18; Improve doc string of 'insert-char'Eli Zaretskii1-4/+9
2025-04-16(Freplace_region_contents): Treat point as insert-before markerStefan Monnier1-4/+5
2025-04-13; * src/editfns.c (Freplace_region_contents): Doc fix (bug#76313).Eli Zaretskii1-3/+7
2025-04-12(replace-buffer-contents): Mark as obsolete, again.Stefan Monnier1-1/+4
2025-04-07(Freplace_region_contents): Fix point preservation (bug#77607)Stefan Monnier1-1/+1
2025-04-02Pacify gcc -Wclobbered in Freplace_region_contentsPaul Eggert1-4/+8
2025-03-30; * src/editfns.c (Fmessage): Mention 'inhibit-message' (bug#77257).Eli Zaretskii1-0/+3
2025-03-29(replace-region-contents): Improve and promote (bug#76313)Stefan Monnier1-48/+102
2025-03-11(Freplace_buffer_contents): Preserve markers more carefullyStefan Monnier1-11/+8
2025-03-06(replace_range): Delete argument `markers`Stefan Monnier1-2/+2
2025-02-28* test/src/editfns-tests.el (editfns--replace-region): New testStefan Monnier1-0/+2
2025-02-23(Ftranspose_regions): Fix text-properties for len1==len2Stefan Monnier1-140/+60
2025-02-18(replace_range): Delete last arg, always the negation of the first boolStefan Monnier1-3/+2
2025-02-18* src/editfns.c (Fsubst_char_in_region): Delete left-over codeStefan Monnier1-60/+5
2025-02-03Fix GC-related crashes in styled_format (bug#75754)Pip Cet1-1/+2
2025-01-23Fix GC bug causing incorrect 'format' output (Bug#75754)Pip Cet1-12/+13
2025-01-04Update doc string of 'insert'Ulrich Müller1-2/+2
2025-01-02Update copyright year to 2025Stefan Kangas1-1/+1
2025-01-01Update copyright year to 2025Paul Eggert1-1/+1
2024-08-22Prefer static_assert to verifyStefan Kangas1-2/+1
2024-05-17Port to certain Android environments with no GUIPo Lu1-4/+3
2024-04-29Take fields into account during text conversionPo Lu1-1/+1
2024-02-24* src/editfns.c (Fget_pos_property): Fix thinko (bug#69358)Stefan Monnier1-2/+5
2024-02-05Prefer `ITREE_FOREACH` over `overlays_in`Stefan Monnier1-56/+26
2024-01-20Be more systematic about parens in C source codePaul Eggert1-1/+1
2024-01-15Simplify 'without-restriction'Gregory Heytings1-8/+8
2024-01-14Fix blunder in labeled_narrow_to_regionGregory Heytings1-1/+1
2024-01-06Revert "Add new `swap` macro and use it"Po Lu1-5/+5
2024-01-06Add new `swap` macro and use itStefan Kangas1-5/+5
2024-01-02; Add 2024 to copyright yearsPo Lu1-1/+1
2023-12-30Improve performance let-binding `case-fold-search' (bug#66117)Ihor Radchenko1-2/+2
2023-11-16; * src/editfns.c (Fline_beginning_position): Doc fix.Eli Zaretskii1-0/+1
2023-11-10Use BASE_EQ instead of EQ for some uninterned symbolsMattias Engdegård1-2/+2
2023-08-16Simplify 'without-restriction'Gregory Heytings1-8/+8
2023-07-06Simplify after adding internal function to enter a labeled restrictionGregory Heytings1-39/+14
2023-07-06Add internal function to enter a labeled restrictionGregory Heytings1-9/+20