aboutsummaryrefslogtreecommitdiffstats
path: root/src/insdel.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
* Fix some C symbol extern visibilityPaul Eggert2025-12-081-1/+1
* Add line-column tracking for tree-sitterYuan Fu2025-05-031-7/+56
* (Freplace_region_contents): Treat point as insert-before markerStefan Monnier2025-04-161-1/+3
* src/insdel.c (replace_range): Remove commentStefan Monnier2025-03-301-3/+0
* src/insdel.c (adjust_markers_for_replace): Fix insertion caseStefan Monnier2025-03-291-6/+13
* (replace-region-contents): Improve and promote (bug#76313)Stefan Monnier2025-03-291-3/+9
* Fix aborts and text corruption in 'replace-buffer-contents'Eli Zaretskii2025-03-131-5/+17
* (Freplace_buffer_contents): Preserve markers more carefullyStefan Monnier2025-03-111-11/+65
* (replace_range): Delete argument `markers`Stefan Monnier2025-03-061-14/+3
* (replace_range): Delete last arg, always the negation of the first boolStefan Monnier2025-02-181-4/+4
* Replace call[1-8] with callnStefan Kangas2025-01-191-1/+1
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* Minor cleanup of code in insdel.cEli Zaretskii2024-07-181-2/+2
* ; * src/insdel.c (insert_from_gap_1): Update commentary.Eli Zaretskii2024-06-141-1/+1
* ; Update comments in a recent commitEli Zaretskii2024-06-141-3/+2
* "Insert before markers" in read_and_insert_process_output properlyDmitry Gutov2024-06-141-3/+9
* read_and_insert_process_output: Insert before markersDmitry Gutov2024-06-111-1/+1
* Use `min`/`max` macros in a few more placesStefan Kangas2024-01-091-7/+6
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Support input method ``text conversion'' on X WindowsPo Lu2023-02-121-0/+38
|/
* Call treesit_record_change in insert_from_gap_1Yuan Fu2023-02-021-6/+13
* ; * src/insdel.c (insert_from_buffer): Fix assertions.Eli Zaretskii2023-01-261-1/+2
* Fix call to treesit_record_change in insdel.cYuan Fu2023-01-251-6/+10
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Merge remote-tracking branch 'savannah/master' into feature/tree-sitterYuan Fu2022-11-211-53/+16
|\
| * buffer.c: evaporate overlays in all indirect buffersStefan Monnier2022-11-051-11/+7
| * itree: Reproduce markers's behavior more faithfully (bug#58928)Stefan Monnier2022-11-031-31/+10
| * Merge 'master' into noverlayStefan Monnier2022-09-251-61/+123
| |\
| * | Provide a new tree data-structure for overlays.Andreas Politz2017-10-041-12/+0
* | | ; Rename ts_* symbols in treesit.cEli Zaretskii2022-10-171-7/+7
* | | Merge remote-tracking branch 'origin/master' into feature/tree-sitterYuan Fu2022-08-291-9/+10
|\ \ \ | | |/ | |/|
| * | Merge branch 'feature/fix-the-long-lines-display-bug'Gregory Heytings2022-07-211-9/+9
| |\ \
| | * | Simplified and improved heuristic for long lines detection.Gregory Heytings2022-07-191-9/+9
| * | | Update buffer's chars-modified tick when inserting from gapEli Zaretskii2022-07-211-0/+1
| |/ /
* | | Add tree-sitter intergrationYuan Fu2022-05-071-1/+46
|/ /
* | Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård2022-02-121-3/+3
* | ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Adjust how `replace-match' runs modification hooksLars Ingebrigtsen2021-07-311-3/+6
* | Further cleanup for file locksMichael Albinus2021-07-091-1/+1
* | Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Use the full name of the null byte/character, not its abbreviationAndreas Schwab2020-10-051-1/+1
* | Prefer more inline functions in character.hPaul Eggert2020-04-171-4/+3
* | Clarify documentation on inhibit-modification-hooks intended usageŠtěpán Němec2020-04-131-1/+7
* | Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* | Avoid crashes when casifying noncontiguous regionsPaul Eggert2019-09-221-3/+1
* | Fix calls to insert-*-hooks when JIT font lock is activeEli Zaretskii2019-09-191-1/+10
* | * src/insdel.c (insert_from_gap_1): New fun, extracted from insert_from_gap.Stefan Monnier2019-07-021-15/+38
* | Make combine-after-change-calls work in the common case againStefan Monnier2019-05-061-1/+12