aboutsummaryrefslogtreecommitdiffstats
path: root/src/editfns.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into feature/igcPip Cet2025-07-091-1/+3
|\
| * (Ftranspose_regions): Fix bug#76124Stefan Monnier2025-07-061-1/+3
* | Merge branch 'master' into feature/igcPip Cet2025-05-081-6/+37
|\ \ | |/
| * Add line-column tracking for tree-sitterYuan Fu2025-05-031-6/+37
* | Merge branch 'master' into feature/igcPip Cet2025-05-011-14/+29
|\ \ | |/
| * Update tree-sitter subroutine in Fsubst_char_in_regionYuan Fu2025-04-281-4/+3
| * Merge from savannah/emacs-30Yuan Fu2025-04-181-4/+9
| |\
| | * ; Improve doc string of 'insert-char'Eli Zaretskii2025-04-181-4/+9
| * | (Freplace_region_contents): Treat point as insert-before markerStefan Monnier2025-04-161-4/+5
| * | ; * src/editfns.c (Freplace_region_contents): Doc fix (bug#76313).Eli Zaretskii2025-04-131-3/+7
| * | (replace-buffer-contents): Mark as obsolete, again.Stefan Monnier2025-04-121-1/+4
| * | (Freplace_region_contents): Fix point preservation (bug#77607)Stefan Monnier2025-04-071-1/+1
| * | Merge from origin/emacs-30Eli Zaretskii2025-04-051-0/+3
| |\ \ | | |/
| | * ; * src/editfns.c (Fmessage): Mention 'inhibit-message' (bug#77257).Eli Zaretskii2025-03-301-0/+3
* | | Merge branch 'master' into feature/igcGerd Möllmann2025-04-051-48/+106
|\ \ \ | |/ /
| * | Pacify gcc -Wclobbered in Freplace_region_contentsPaul Eggert2025-04-021-4/+8
| * | (replace-region-contents): Improve and promote (bug#76313)Stefan Monnier2025-03-291-48/+102
* | | Merge from 'savannah/master'Pip Cet2025-03-181-152/+71
|\ \ \ | |/ /
| * | (Freplace_buffer_contents): Preserve markers more carefullyStefan Monnier2025-03-111-11/+8
| * | (replace_range): Delete argument `markers`Stefan Monnier2025-03-061-2/+2
| * | * test/src/editfns-tests.el (editfns--replace-region): New testStefan Monnier2025-02-281-0/+2
| * | (Ftranspose_regions): Fix text-properties for len1==len2Stefan Monnier2025-02-231-140/+60
* | | Merge from savannah/masterPip Cet2025-02-241-63/+7
|\ \ \ | |/ /
| * | (replace_range): Delete last arg, always the negation of the first boolStefan Monnier2025-02-181-3/+2
| * | * src/editfns.c (Fsubst_char_in_region): Delete left-over codeStefan Monnier2025-02-181-60/+5
* | | Merge from savannah/masterPip Cet2025-02-171-1/+2
|\ \ \ | |/ /
| * | Fix GC-related crashes in styled_format (bug#75754)Pip Cet2025-02-031-1/+2
* | | Merge branch 'master' into feature/igcPip Cet2025-01-311-12/+13
|\ \ \ | |/ /
| * | Fix GC bug causing incorrect 'format' output (Bug#75754)Pip Cet2025-01-231-12/+13
* | | Merge branch 'master' into scratch/igcGerd Möllmann2025-01-081-3/+3
|\ \ \ | |/ /
| * | Merge from origin/emacs-30Eli Zaretskii2025-01-041-2/+2
| |\ \ | | |/
| | * Update doc string of 'insert'Ulrich Müller2025-01-041-2/+2
| | * Update copyright year to 2025Stefan Kangas2025-01-021-1/+1
| * | Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* | | Merge branch 'master' into scratch/igcGerd Möllmann2024-10-191-2/+1
|\ \ \ | |/ /
| * | Prefer static_assert to verifyStefan Kangas2024-08-221-2/+1
| |/
* | Revert "build_marker histogram"Gerd Möllmann2024-06-301-5/+5
* | build_marker histogramGerd Möllmann2024-06-291-5/+5
* | Add END_DO_MARKERS to allow break in DO_MARKERSGerd Möllmann2024-06-291-0/+1
* | Use weak vector for buffer markersGerd Möllmann2024-06-141-2/+1
* | Merge branch 'master' into scratch/igcGerd Möllmann2024-05-261-5/+4
|\ \ | |/
| * Port to certain Android environments with no GUIPo Lu2024-05-171-4/+3
| * Take fields into account during text conversionPo Lu2024-04-291-1/+1
* | Staticpro cached_system_name only if HAVE_MPSHelmut Eller2024-04-301-0/+2
* | Staticpro cached_system_nameHelmut Eller2024-04-301-0/+3
* | Initial result of applying diffGerd Möllmann2024-04-181-0/+2
|/
* * src/editfns.c (Fget_pos_property): Fix thinko (bug#69358)Stefan Monnier2024-02-241-2/+5
* Prefer `ITREE_FOREACH` over `overlays_in`Stefan Monnier2024-02-051-56/+26
* Be more systematic about parens in C source codePaul Eggert2024-01-201-1/+1
* Merge from origin/emacs-29Eli Zaretskii2024-01-201-1/+1
|\